Color Hex Logo

#877872 Color Hex

#877872
(135,120,114)
0 Favorites   0 Comments

Color spaces of #877872

RGB 135120114
HSL0.050.080.49
HSV17°16°53°
CMYK 0.000.110.16   0.47
XYZ19.745419.798718.7004
Yxy19.79870.33900.3399
Hunter Lab44.49571.34356.2290
CIE-Lab51.60884.71035.3954

#877872 color RGB value is (135,120,114).

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

The process color (four color CMYK) of #877872 color hex is 0.00, 0.11, 0.16, 0.47. Web safe color of #877872 is #996666. Color #877872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111000 01110010
Octal 207 170 162
Decimal 135 120 114
Hex 87 78 72

RGB Percentages of Color #877872

%36.59
%32.52
%30.89

CMYK Percentages of Color #877872

%0
%11
%16
%47

Triadic Colors of #877872

#877872 #728778 #787287

Analogous Colors of #877872

#877872 #878372 #877277

Monochromatic Colors of #877872

#877872

Complementary Color

#877872 #728187

#877872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#877872 Color CSS Codes

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

#877872 Text Font Color

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

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


#877872 Background Color

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

This div background color is #877872


#877872 Border Color

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

This div border color is #877872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877872


Comments

No comments written yet.

Please login to write comment.