Color Hex Logo

#78777e Color Hex

#78777E
(120,119,126)
0 Favorites   0 Comments

Color spaces of #78777e

RGB 120119126
HSL0.690.030.48
HSV249°49°
CMYK 0.050.060.00   0.51
XYZ18.108418.693122.3924
Yxy18.69310.30590.3158
Hunter Lab43.2355-0.9007-0.4424
CIE-Lab50.32621.8183-3.6974

#78777e color RGB value is (120,119,126).

#78777e hex color red value is 120, green value is 119 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #78777e hue: 0.69 , saturation: 0.03 and the lightness value of 78777e is 0.48.

The process color (four color CMYK) of #78777e color hex is 0.05, 0.06, 0.00, 0.51. Web safe color of #78777e is #666666. Color #78777e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110111 01111110
Octal 170 167 176
Decimal 120 119 126
Hex 78 77 7E

RGB Percentages of Color #78777e

%32.88
%32.60
%34.52

CMYK Percentages of Color #78777e

%5
%6
%0
%51

Triadic Colors of #78777e

#78777e #7e7877 #777e78

Analogous Colors of #78777e

#78777e #7c777e #777a7e

Monochromatic Colors of #78777e

#78777e

Complementary Color

#78777e #7d7e77

#78777e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78777e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78777e Color CSS Codes

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

#78777e Text Font Color

<p style="color:#78777e">Text here</p>

This sample text font color is #78777e
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.


#78777e Background Color

<div style="background-color:#78777e">
Div content here</div>

This div background color is #78777e


#78777e Border Color

<div style="border:3px solid #78777e">
Div here</div>

This div border color is #78777e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,119,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78777e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78777e;
  -webkit-box-shadow: 1px 1px 3px 2px #78777e;
  box-shadow:         1px 1px 3px 2px #78777e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78777e


Comments

No comments written yet.

Please login to write comment.