Color Hex Logo

#7e808a Color Hex

#7E808A
(126,128,138)
0 Favorites   0 Comments

Color spaces of #7e808a

RGB 126128138
HSL0.640.050.52
HSV230°54°
CMYK 0.090.070.00   0.46
XYZ20.910821.708927.1329
Yxy21.70890.29980.3112
Hunter Lab46.5928-1.4268-1.9120
CIE-Lab53.71681.3394-5.6551

#7e808a color RGB value is (126,128,138).

#7e808a hex color red value is 126, green value is 128 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7e808a hue: 0.64 , saturation: 0.05 and the lightness value of 7e808a is 0.52.

The process color (four color CMYK) of #7e808a color hex is 0.09, 0.07, 0.00, 0.46. Web safe color of #7e808a is #669999. Color #7e808a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10000000 10001010
Octal 176 200 212
Decimal 126 128 138
Hex 7E 80 8A

RGB Percentages of Color #7e808a

%32.14
%32.65
%35.20

CMYK Percentages of Color #7e808a

%9
%7
%0
%46

Triadic Colors of #7e808a

#7e808a #8a7e80 #808a7e

Analogous Colors of #7e808a

#7e808a #827e8a #7e868a

Monochromatic Colors of #7e808a

#7e808a

Complementary Color

#7e808a #8a887e

#7e808a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7e808a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7e808a Color CSS Codes

.mybgcolor {background-color:#7e808a; } 
.myforecolor {color:#7e808a; }
.mybordercolor {border:3px solid #7e808a; }

#7e808a Text Font Color

<p style="color:#7e808a">Text here</p>

This sample text font color is #7e808a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7e808a Background Color

<div style="background-color:#7e808a">
Div content here</div>

This div background color is #7e808a


#7e808a Border Color

<div style="border:3px solid #7e808a">
Div here</div>

This div border color is #7e808a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,128,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7e808a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7e808a;
  -webkit-box-shadow: 1px 1px 3px 2px #7e808a;
  box-shadow:         1px 1px 3px 2px #7e808a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,128,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7e808a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7e808a;
  -webkit-box-shadow: 1px 1px 3px 2px #7e808a;
  box-shadow:         1px 1px 3px 2px #7e808a;">
Div content here</div>

This div box has shadow with color #7e808a


Comments

No comments written yet.

Please login to write comment.