Color Hex Logo

#878c76 Color Hex

#878C76
(135,140,118)
0 Favorites   0 Comments

Color spaces of #878c76

RGB 135140118
HSL0.200.090.51
HSV74°16°55°
CMYK 0.040.000.16   0.45
XYZ22.639825.215120.8133
Yxy25.21510.32970.3672
Hunter Lab50.2146-7.397010.5753
CIE-Lab57.2844-5.938411.1424

#878c76 color RGB value is (135,140,118).

#878c76 hex color red value is 135, green value is 140 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #878c76 hue: 0.20 , saturation: 0.09 and the lightness value of 878c76 is 0.51.

The process color (four color CMYK) of #878c76 color hex is 0.04, 0.00, 0.16, 0.45. Web safe color of #878c76 is #999966. Color #878c76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001100 01110110
Octal 207 214 166
Decimal 135 140 118
Hex 87 8C 76

RGB Percentages of Color #878c76

%34.35
%35.62
%30.03

CMYK Percentages of Color #878c76

%4
%0
%16
%45

Triadic Colors of #878c76

#878c76 #76878c #8c7687

Analogous Colors of #878c76

#878c76 #7c8c76 #8c8676

Monochromatic Colors of #878c76

#878c76

Complementary Color

#878c76 #7b768c

#878c76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878c76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878c76 Color CSS Codes

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

#878c76 Text Font Color

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

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


#878c76 Background Color

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

This div background color is #878c76


#878c76 Border Color

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

This div border color is #878c76


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,140,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #878c76; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #878c76;
  -webkit-box-shadow: 1px 1px 3px 2px #878c76;
  box-shadow:         1px 1px 3px 2px #878c76; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878c76


Comments

No comments written yet.

Please login to write comment.