Color Hex Logo

#878974 Color Hex

#878974
(135,137,116)
0 Favorites   0 Comments

Color spaces of #878974

RGB 135137116
HSL0.180.080.50
HSV66°15°54°
CMYK 0.010.000.15   0.46
XYZ22.089724.303220.0497
Yxy24.30320.33250.3658
Hunter Lab49.2983-6.289210.3954
CIE-Lab56.3901-4.614511.0270

#878974 color RGB value is (135,137,116).

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

The process color (four color CMYK) of #878974 color hex is 0.01, 0.00, 0.15, 0.46. Web safe color of #878974 is #999966. Color #878974 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 01110100
Octal 207 211 164
Decimal 135 137 116
Hex 87 89 74

RGB Percentages of Color #878974

%34.79
%35.31
%29.90

CMYK Percentages of Color #878974

%1
%0
%15
%46

Triadic Colors of #878974

#878974 #748789 #897487

Analogous Colors of #878974

#878974 #7d8974 #898174

Monochromatic Colors of #878974

#878974

Complementary Color

#878974 #767489

#878974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878974 Color CSS Codes

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

#878974 Text Font Color

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

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


#878974 Background Color

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

This div background color is #878974


#878974 Border Color

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

This div border color is #878974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878974


Comments

No comments written yet.

Please login to write comment.