Color Hex Logo

#878170 Color Hex

#878170
(135,129,112)
0 Favorites   0 Comments

Color spaces of #878170

RGB 135129112
HSL0.120.090.48
HSV44°17°53°
CMYK 0.000.040.17   0.47
XYZ20.766622.021318.4852
Yxy22.02130.33890.3594
Hunter Lab46.9269-3.13029.4936
CIE-Lab54.0496-0.790610.0317

#878170 color RGB value is (135,129,112).

#878170 hex color red value is 135, green value is 129 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #878170 hue: 0.12 , saturation: 0.09 and the lightness value of 878170 is 0.48.

The process color (four color CMYK) of #878170 color hex is 0.00, 0.04, 0.17, 0.47. Web safe color of #878170 is #999966. Color #878170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10000001 01110000
Octal 207 201 160
Decimal 135 129 112
Hex 87 81 70

RGB Percentages of Color #878170

%35.90
%34.31
%29.79

CMYK Percentages of Color #878170

%0
%4
%17
%47

Triadic Colors of #878170

#878170 #708781 #817087

Analogous Colors of #878170

#878170 #828770 #877670

Monochromatic Colors of #878170

#878170

Complementary Color

#878170 #707687

#878170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878170 Color CSS Codes

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

#878170 Text Font Color

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

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


#878170 Background Color

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

This div background color is #878170


#878170 Border Color

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

This div border color is #878170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878170


Comments

No comments written yet.

Please login to write comment.