COLOR #878A7F

HEX: #878A7F RGB: (135,138,127)

Color info

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

RGB color model

#878A7F color RGB value is (135,138,127).

RGB: (135,138,127) (53%, 54%, 50%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 127 of 255 = 50%

135
138
127

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

Portions of RGB colors in percentages

R + G + B = 135 + 138 + 127 = 400 (100%)
R 135 of 400 ~ 33.75%
G 138 of 400 ~ 34.5%
B 127 of 400 ~ 31.75'%

%33.75
%34.5
%31.75

CMYK color model

#878A7F color CMYK value is (2,0,8,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 7.97%
  • key color value is 45.88%
CMYK: (2,0,8,46) C2M0Y8K46 (2%,0%,8%,46%) (0.02/0.00/0.08/0.46) 

CMYK percentages

%2.17
%0
%7.97
%45.88

Codes

Color #878A7F in popluar color models

87 8A 7F
RGB 135 138 127
HSL 76° 4.49% 51.96%
HSB/HSV 76° 7.97% 54.12%
CMYK 2.17% 0.00% 7.97%
45.88%

Color #878A7F in popluar number systems.

HEX 87 8A 7F
Decimal 135 138 127
Binary 10000111 10001010 1111111
Octal 207 212 177

Shades and tints

Shades of #878A7F

#878A7F
(135,138,127)
#7B7E74
(123,126,116)
#6F7269
(111,114,105)
#63665E
(99,102,94)
#575A53
(87,90,83)
#4B4E48
(75,78,72)
#3F423D
(63,66,61)
#333632
(51,54,50)
#272A27
(39,42,39)
#1B1E1C
(27,30,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #878A7F

#878A7F
(135,138,127)
#91948A
(145,148,138)
#9B9E95
(155,158,149)
#A5A8A0
(165,168,160)
#AFB2AB
(175,178,171)
#B9BCB6
(185,188,182)
#C3C6C1
(195,198,193)
#CDD0CC
(205,208,204)
#D7DAD7
(215,218,215)
#E1E4E2
(225,228,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A7F; }

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

This text font color is #878A7F.

Background Color

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

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

This div background color is #878A7F.

Border color

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

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

This div border color is #878A7F.

Opacity

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

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

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

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

This text has shadow with #878A7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878A7F.

Preview

Color preview on black background

This text has color #878A7F on black background.


Color preview on white background

This text has color #878A7F on white background.


Black color preview on #878A7F background

This text has black color on #878A7F background.


White color preview on #878A7F background

This text has white color on #878A7F background.


Related colors

Complementary color

Complementary color for #hex is #787580.


I love getcolorcode.com

Triadic colors

1 #7F878A and #8A7F87 with #878A7F are triadic colors.

2 #7F8A87 and #8A877F with #878A7F are triadic colors.