Color Hex Logo

#85786e Color Hex

#85786E
(133,120,110)
0 Favorites   0 Comments

Color spaces of #85786e

RGB 133120110
HSL0.070.090.48
HSV26°17°52°
CMYK 0.000.100.17   0.48
XYZ19.203819.545317.5123
Yxy19.54530.34130.3474
Hunter Lab44.21010.16857.4613
CIE-Lab51.31923.22637.3021

#85786e color RGB value is (133,120,110).

#85786e hex color red value is 133, green value is 120 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #85786e hue: 0.07 , saturation: 0.09 and the lightness value of 85786e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01111000 01101110
Octal 205 170 156
Decimal 133 120 110
Hex 85 78 6E

RGB Percentages of Color #85786e

%36.64
%33.06
%30.30

CMYK Percentages of Color #85786e

%0
%10
%17
%48

Triadic Colors of #85786e

#85786e #6e8578 #786e85

Analogous Colors of #85786e

#85786e #85846e #856e70

Monochromatic Colors of #85786e

#85786e

Complementary Color

#85786e #6e7b85

#85786e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85786e Color Preview on White Background

Lorem ipsum dolor sit amet.

#85786e Color CSS Codes

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

#85786e Text Font Color

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

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


#85786e Background Color

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

This div background color is #85786e


#85786e Border Color

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

This div border color is #85786e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85786e


Comments

No comments written yet.

Please login to write comment.