Color Hex Logo

#78516f Color Hex

#78516F
(120,81,111)
0 Favorites   0 Comments

Color spaces of #78516f

RGB 12081111
HSL0.870.190.39
HSV314°33°47°
CMYK 0.000.330.08   0.53
XYZ13.557411.025616.4525
Yxy11.02560.33040.2687
Hunter Lab33.204814.7724-6.1340
CIE-Lab39.623621.4891-10.6229

#78516f color RGB value is (120,81,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010001 01101111
Octal 170 121 157
Decimal 120 81 111
Hex 78 51 6F

RGB Percentages of Color #78516f

%38.46
%25.96
%35.58

CMYK Percentages of Color #78516f

%0
%33
%8
%53

Triadic Colors of #78516f

#78516f #6f7851 #516f78

Analogous Colors of #78516f

#78516f #78515c #6e5178

Monochromatic Colors of #78516f

#78516f

Complementary Color

#78516f #51785a

#78516f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78516f Color Preview on White Background

Lorem ipsum dolor sit amet.

#78516f Color CSS Codes

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

#78516f Text Font Color

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

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


#78516f Background Color

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

This div background color is #78516f


#78516f Border Color

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

This div border color is #78516f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78516f


Comments

No comments written yet.

Please login to write comment.