Color Hex Logo

#85786c Color Hex

#85786C
(133,120,108)
0 Favorites   0 Comments

Color spaces of #85786c

RGB 133120108
HSL0.080.100.47
HSV29°19°52°
CMYK 0.000.100.19   0.48
XYZ19.096119.502216.9452
Yxy19.50220.34380.3511
Hunter Lab44.1613-0.09588.1626
CIE-Lab51.26972.89028.4036

#85786c color RGB value is (133,120,108).

#85786c hex color red value is 133, green value is 120 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #85786c hue: 0.08 , saturation: 0.10 and the lightness value of 85786c is 0.47.

The process color (four color CMYK) of #85786c color hex is 0.00, 0.10, 0.19, 0.48. Web safe color of #85786c is #996666. Color #85786c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111000 01101100
Octal 205 170 154
Decimal 133 120 108
Hex 85 78 6C

RGB Percentages of Color #85786c

%36.84
%33.24
%29.92

CMYK Percentages of Color #85786c

%0
%10
%19
%48

Triadic Colors of #85786c

#85786c #6c8578 #786c85

Analogous Colors of #85786c

#85786c #85856c #856c6d

Monochromatic Colors of #85786c

#85786c

Complementary Color

#85786c #6c7985

#85786c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85786c Color Preview on White Background

Lorem ipsum dolor sit amet.

#85786c Color CSS Codes

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

#85786c Text Font Color

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

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


#85786c Background Color

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

This div background color is #85786c


#85786c Border Color

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

This div border color is #85786c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85786c


Comments

No comments written yet.

Please login to write comment.