Color Hex Logo

#878975 Color Hex

#878975
(135,137,117)
0 Favorites   0 Comments

Color spaces of #878975

RGB 135137117
HSL0.180.080.50
HSV66°15°54°
CMYK 0.010.000.15   0.46
XYZ22.148224.326620.3578
Yxy24.32660.33140.3640
Hunter Lab49.3220-6.157510.0533
CIE-Lab56.4133-4.443510.4872

#878975 color RGB value is (135,137,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 01110101
Octal 207 211 165
Decimal 135 137 117
Hex 87 89 75

RGB Percentages of Color #878975

%34.70
%35.22
%30.08

CMYK Percentages of Color #878975

%1
%0
%15
%46

Triadic Colors of #878975

#878975 #758789 #897587

Analogous Colors of #878975

#878975 #7d8975 #898175

Monochromatic Colors of #878975

#878975

Complementary Color

#878975 #777589

#878975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#878975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#878975 Color CSS Codes

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

#878975 Text Font Color

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

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


#878975 Background Color

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

This div background color is #878975


#878975 Border Color

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

This div border color is #878975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #878975


Comments

No comments written yet.

Please login to write comment.