Color Hex Logo

#78565c Color Hex

#78565C
(120,86,92)
0 Favorites   0 Comments

Color spaces of #78565c

RGB 1208692
HSL0.970.170.40
HSV349°28°47°
CMYK 0.000.280.23   0.53
XYZ13.005311.421411.6443
Yxy11.42140.36050.3166
Hunter Lab33.79569.54863.2285
CIE-Lab40.281315.05832.1044

#78565c color RGB value is (120,86,92).

#78565c hex color red value is 120, green value is 86 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #78565c hue: 0.97 , saturation: 0.17 and the lightness value of 78565c is 0.40.

The process color (four color CMYK) of #78565c color hex is 0.00, 0.28, 0.23, 0.53. Web safe color of #78565c is #666666. Color #78565c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010110 01011100
Octal 170 126 134
Decimal 120 86 92
Hex 78 56 5C

RGB Percentages of Color #78565c

%40.27
%28.86
%30.87

CMYK Percentages of Color #78565c

%0
%28
%23
%53

Triadic Colors of #78565c

#78565c #5c7856 #565c78

Analogous Colors of #78565c

#78565c #786156 #78566d

Monochromatic Colors of #78565c

#78565c

Complementary Color

#78565c #567872

#78565c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78565c Color Preview on White Background

Lorem ipsum dolor sit amet.

#78565c Color CSS Codes

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

#78565c Text Font Color

<p style="color:#78565c">Text here</p>

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


#78565c Background Color

<div style="background-color:#78565c">
Div content here</div>

This div background color is #78565c


#78565c Border Color

<div style="border:3px solid #78565c">
Div here</div>

This div border color is #78565c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,86,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78565c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78565c;
  -webkit-box-shadow: 1px 1px 3px 2px #78565c;
  box-shadow:         1px 1px 3px 2px #78565c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78565c


Comments

No comments written yet.

Please login to write comment.