COLOR #879C87

HEX: #879C87 RGB: (135,156,135)

Color info

#879C87 contains red, green and blue colors in about the same proportion. Web safe color of #879C87 is #999999 (or #999).

RGB color model

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

RGB: (135,156,135) (53%, 61%, 53%)

RGB channels and saturation

R 135 of 255 = 53%
G 156 of 255 = 61%
B 135 of 255 = 53%

135
156
135

R + G + B ~ 56%. #879C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 156 + 135 = 426 (100%)
R 135 of 426 ~ 31.69%
G 156 of 426 ~ 36.62%
B 135 of 426 ~ 31.69'%

%31.69
%36.62
%31.69

CMYK color model

#879C87 color CMYK value is (13,0,13,39).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 13.46%
  • key color value is 38.82%

CMYK: (13,0,13,39)
C13M0Y13K39 (13%, 0%, 13%, 39%)
(0.13 / 0.00 / 0.13 / 0.39)

CMYK percentages

%13.46
%0
%13.46
%38.82

Codes

Color #879C87 in popluar color models

87 9C 87
RGB 135 156 135
HSL 120° 9.59% 57.06%
HSB/HSV 120° 13.46% 61.18%
CMYK 13.46% 0.00% 13.46%
38.82%

Color #879C87 in popluar number systems.

HEX 87 9C 87
Decimal 135 156 135
Binary 10000111 10011100 10000111
Octal 207 234 207

Shades and tints

Shades of #879C87

#879C87
(135,156,135)
#7B8E7B
(123,142,123)
#6F806F
(111,128,111)
#637263
(99,114,99)
#576457
(87,100,87)
#4B564B
(75,86,75)
#3F483F
(63,72,63)
#333A33
(51,58,51)
#272C27
(39,44,39)
#1B1E1B
(27,30,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #879C87

#879C87
(135,156,135)
#91A591
(145,165,145)
#9BAE9B
(155,174,155)
#A5B7A5
(165,183,165)
#AFC0AF
(175,192,175)
#B9C9B9
(185,201,185)
#C3D2C3
(195,210,195)
#CDDBCD
(205,219,205)
#D7E4D7
(215,228,215)
#E1EDE1
(225,237,225)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #879C87 color. Also use rgb(135,156,135) instead hex code.

Text Font Color

.myTextColor { color: #879C87; }

<p style="color:#879C87">This sample text font color is #879C87.</p>

This text font color is #879C87.

Background Color

.myBgColor { background-color: #879C87; }

<div style="background-color:#879C87">Inner text</div>

This div background color is #879C87.

Border color

.myBorderColor { border: 1px solid #879C87; }

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

This div border color is #879C87.

Opacity

.myOpacity80 { color: #879C87; opacity: 0.8; }

<p style="color:#879C87;opacity:0.8;">80%</p>

Text with #879C87 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #879C87;}

<p style="text-shadow: 3px 3px 1px #879C87">Text here.</p>

This text has shadow with #879C87 color.


.textShadow {text-shadow: 3px 3px 1px #879C87', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #879C87, 5px 5px 20px red">Text here.</p>

This text has shadow with #879C87 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#879C87, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#879C87, Direction=45, Strength=4)">Text</p>

This text has shadow with #879C87 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #879C87;
-webkit-box-shadow: 1px 1px 3px 2px #879C87;
box-shadow: 1px 1px 3px 2px #879C87;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #879C87; -webkit-box-shadow: 1px 1px 3px 2px #879C87; box-shadow:1px 1px 3px 2px #879C87;">
Div content here
</div>

This div box has shadow with color #879C87.

Preview

Color preview on black background

This text has color #879C87 on black background.


Color preview on white background

This text has color #879C87 on white background.


Black color preview on #879C87 background

This text has black color on #879C87 background.


White color preview on #879C87 background

This text has white color on #879C87 background.


Related colors

Complementary color

Complementary color for #hex is #786378.


I love getcolorcode.com

Triadic colors

1 #87879C and #9C8787 with #879C87 are triadic colors.

2 #879C87 and #9C8787 with #879C87 are triadic colors.