Color Hex Logo

#78516a Color Hex

#78516A
(120,81,106)
0 Favorites   0 Comments

Color spaces of #78516a

RGB 12081106
HSL0.890.190.39
HSV322°33°47°
CMYK 0.000.330.12   0.53
XYZ13.289710.918515.0427
Yxy10.91850.33860.2782
Hunter Lab33.043213.9658-3.8612
CIE-Lab39.442920.5370-7.8005

#78516a color RGB value is (120,81,106).

#78516a hex color red value is 120, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #78516a hue: 0.89 , saturation: 0.19 and the lightness value of 78516a is 0.39.

The process color (four color CMYK) of #78516a color hex is 0.00, 0.33, 0.12, 0.53. Web safe color of #78516a is #666666. Color #78516a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 01101010
Octal 170 121 152
Decimal 120 81 106
Hex 78 51 6A

RGB Percentages of Color #78516a

%39.09
%26.38
%34.53

CMYK Percentages of Color #78516a

%0
%33
%12
%53

Triadic Colors of #78516a

#78516a #6a7851 #516a78

Analogous Colors of #78516a

#78516a #785157 #735178

Monochromatic Colors of #78516a

#78516a

Complementary Color

#78516a #51785f

#78516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78516a Color CSS Codes

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

#78516a Text Font Color

<p style="color:#78516a">Text here</p>

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


#78516a Background Color

<div style="background-color:#78516a">
Div content here</div>

This div background color is #78516a


#78516a Border Color

<div style="border:3px solid #78516a">
Div here</div>

This div border color is #78516a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,81,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78516a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78516a;
  -webkit-box-shadow: 1px 1px 3px 2px #78516a;
  box-shadow:         1px 1px 3px 2px #78516a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78516a


Comments

No comments written yet.

Please login to write comment.