Color Hex Logo

#879c8b Color Hex

#879C8B
(135,156,139)
0 Favorites   0 Comments

Color spaces of #879c8b

RGB 135156139
HSL0.370.100.57
HSV131°13°61°
CMYK 0.130.000.11   0.39
XYZ26.540330.791928.9707
Yxy30.79190.30750.3568
Hunter Lab55.4904-11.73437.8889
CIE-Lab62.3316-10.82826.4183

#879c8b color RGB value is (135,156,139).

#879c8b hex color red value is 135, green value is 156 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #879c8b hue: 0.37 , saturation: 0.10 and the lightness value of 879c8b is 0.57.

The process color (four color CMYK) of #879c8b color hex is 0.13, 0.00, 0.11, 0.39. Web safe color of #879c8b is #999999. Color #879c8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10011100 10001011
Octal 207 234 213
Decimal 135 156 139
Hex 87 9C 8B

RGB Percentages of Color #879c8b

%31.40
%36.28
%32.33

CMYK Percentages of Color #879c8b

%13
%0
%11
%39

Triadic Colors of #879c8b

#879c8b #8b879c #9c8b87

Analogous Colors of #879c8b

#879c8b #879c96 #8e9c87

Monochromatic Colors of #879c8b

#879c8b

Complementary Color

#879c8b #9c8798

#879c8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#879c8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#879c8b Color CSS Codes

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

#879c8b Text Font Color

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

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


#879c8b Background Color

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

This div background color is #879c8b


#879c8b Border Color

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

This div border color is #879c8b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,156,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #879c8b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #879c8b;
  -webkit-box-shadow: 1px 1px 3px 2px #879c8b;
  box-shadow:         1px 1px 3px 2px #879c8b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #879c8b


Comments

No comments written yet.

Please login to write comment.