Color Hex Logo

#858772 Color Hex

#858772
(133,135,114)
0 Favorites   0 Comments

Color spaces of #858772

RGB 133135114
HSL0.180.080.49
HSV66°16°53°
CMYK 0.010.000.16   0.47
XYZ21.374123.529419.3347
Yxy23.52940.33270.3663
Hunter Lab48.5071-6.233510.3223
CIE-Lab55.6135-4.623211.0570

#858772 color RGB value is (133,135,114).

#858772 hex color red value is 133, green value is 135 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #858772 hue: 0.18 , saturation: 0.08 and the lightness value of 858772 is 0.49.

The process color (four color CMYK) of #858772 color hex is 0.01, 0.00, 0.16, 0.47. Web safe color of #858772 is #999966. Color #858772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000111 01110010
Octal 205 207 162
Decimal 133 135 114
Hex 85 87 72

RGB Percentages of Color #858772

%34.82
%35.34
%29.84

CMYK Percentages of Color #858772

%1
%0
%16
%47

Triadic Colors of #858772

#858772 #728587 #877285

Analogous Colors of #858772

#858772 #7b8772 #877f72

Monochromatic Colors of #858772

#858772

Complementary Color

#858772 #747287

#858772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#858772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#858772 Color CSS Codes

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

#858772 Text Font Color

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

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


#858772 Background Color

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

This div background color is #858772


#858772 Border Color

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

This div border color is #858772


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,135,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #858772; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #858772;
  -webkit-box-shadow: 1px 1px 3px 2px #858772;
  box-shadow:         1px 1px 3px 2px #858772; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #858772


Comments

No comments written yet.

Please login to write comment.