COLOR #878E7F

HEX: #878E7F RGB: (135,142,127)

Color info

#878E7F contains red, green and blue colors in about the same proportion. Web safe color of #878E7F is #999966 (or #996).

RGB color model

#878E7F color RGB value is (135,142,127).

RGB: (135,142,127) (53%, 56%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 127 of 255 = 50%

135
142
127

R + G + B ~ 53%. #878E7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 142 + 127 = 404 (100%)
R 135 of 404 ~ 33.42%
G 142 of 404 ~ 35.15%
B 127 of 404 ~ 31.44'%

%33.42
%35.15
%31.44

CMYK color model

#878E7F color CMYK value is (5,0,11,44).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 10.56%
  • key color value is 44.31%
CMYK: (5,0,11,44) C5M0Y11K44 (5%,0%,11%,44%) (0.05/0.00/0.11/0.44) 

CMYK percentages

%4.93
%0
%10.56
%44.31

Codes

Color #878E7F in popluar color models

87 8E 7F
RGB 135 142 127
HSL 88° 6.22% 52.75%
HSB/HSV 88° 10.56% 55.69%
CMYK 4.93% 0.00% 10.56%
44.31%

Color #878E7F in popluar number systems.

HEX 87 8E 7F
Decimal 135 142 127
Binary 10000111 10001110 1111111
Octal 207 216 177

Shades and tints

Shades of #878E7F

#878E7F
(135,142,127)
#7B8274
(123,130,116)
#6F7669
(111,118,105)
#636A5E
(99,106,94)
#575E53
(87,94,83)
#4B5248
(75,82,72)
#3F463D
(63,70,61)
#333A32
(51,58,50)
#272E27
(39,46,39)
#1B221C
(27,34,28)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #878E7F

#878E7F
(135,142,127)
#91988A
(145,152,138)
#9BA295
(155,162,149)
#A5ACA0
(165,172,160)
#AFB6AB
(175,182,171)
#B9C0B6
(185,192,182)
#C3CAC1
(195,202,193)
#CDD4CC
(205,212,204)
#D7DED7
(215,222,215)
#E1E8E2
(225,232,226)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878E7F color. Also use rgb(135,142,127) instead hex code.

Text Font Color

.myTextColor { color: #878E7F; }

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

This text font color is #878E7F.

Background Color

.myBgColor { background-color: #878E7F; }

<div style="background-color:#878E7F">Inner text</div>

This div background color is #878E7F.

Border color

.myBorderColor { border: 1px solid #878E7F; }

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

This div border color is #878E7F.

Opacity

.myOpacity80 { color: #878E7F; opacity: 0.8; }

<p style="color:#878E7F;opacity:0.8;">80%</p>

Text with #878E7F 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 #878E7F;}

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

This text has shadow with #878E7F color.


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

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

This text has shadow with #878E7F primary color and red secondary color.


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

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

This text has shadow with #878E7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #878E7F.

Preview

Color preview on black background

This text has color #878E7F on black background.


Color preview on white background

This text has color #878E7F on white background.


Black color preview on #878E7F background

This text has black color on #878E7F background.


White color preview on #878E7F background

This text has white color on #878E7F background.


Related colors

Complementary color

Complementary color for #hex is #787180.


I love getcolorcode.com

Triadic colors

1 #7F878E and #8E7F87 with #878E7F are triadic colors.

2 #7F8E87 and #8E877F with #878E7F are triadic colors.