Color Hex Logo

#877970 Color Hex

#877970
(135,121,112)
0 Favorites   0 Comments

Color spaces of #877970

RGB 135121112
HSL0.070.090.48
HSV23°17°53°
CMYK 0.000.100.17   0.47
XYZ19.753719.995518.1476
Yxy19.99550.34120.3454
Hunter Lab44.71630.59987.2393
CIE-Lab51.83213.78946.8868

#877970 color RGB value is (135,121,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 01110000
Octal 207 171 160
Decimal 135 121 112
Hex 87 79 70

RGB Percentages of Color #877970

%36.68
%32.88
%30.43

CMYK Percentages of Color #877970

%0
%10
%17
%47

Triadic Colors of #877970

#877970 #708779 #797087

Analogous Colors of #877970

#877970 #878570 #877073

Monochromatic Colors of #877970

#877970

Complementary Color

#877970 #707e87

#877970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877970 Color CSS Codes

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

#877970 Text Font Color

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

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


#877970 Background Color

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

This div background color is #877970


#877970 Border Color

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

This div border color is #877970


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,121,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 #877970">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877970


Comments

No comments written yet.

Please login to write comment.