COLOR #878E7A

HEX: #878E7A RGB: (135,142,122)

Color info

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

RGB color model

#878E7A color RGB value is (135,142,122).

RGB: (135,142,122) (53%, 56%, 48%)

RGB channels and saturation

R 135 of 255 = 53%
G 142 of 255 = 56%
B 122 of 255 = 48%

135
142
122

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

Portions of RGB colors in percentages

R + G + B = 135 + 142 + 122 = 399 (100%)
R 135 of 399 ~ 33.83%
G 142 of 399 ~ 35.59%
B 122 of 399 ~ 30.58'%

%33.83
%35.59
%30.58

CMYK color model

#878E7A color CMYK value is (5,0,14,44).

  • cyan value is 4.93%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 44.31%

CMYK: (5,0,14,44)
C5M0Y14K44 (5%, 0%, 14%, 44%)
(0.05 / 0.00 / 0.14 / 0.44)

CMYK percentages

%4.93
%0
%14.08
%44.31

Codes

Color #878E7A in popluar color models

87 8E 7A
RGB 135 142 122
HSL 81° 8.13% 51.76%
HSB/HSV 81° 14.08% 55.69%
CMYK 4.93% 0.00% 14.08%
44.31%

Color #878E7A in popluar number systems.

HEX 87 8E 7A
Decimal 135 142 122
Binary 10000111 10001110 1111010
Octal 207 216 172

Shades and tints

Shades of #878E7A

#878E7A
(135,142,122)
#7B826F
(123,130,111)
#6F7664
(111,118,100)
#636A59
(99,106,89)
#575E4E
(87,94,78)
#4B5243
(75,82,67)
#3F4638
(63,70,56)
#333A2D
(51,58,45)
#272E22
(39,46,34)
#1B2217
(27,34,23)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #878E7A

#878E7A
(135,142,122)
#919886
(145,152,134)
#9BA292
(155,162,146)
#A5AC9E
(165,172,158)
#AFB6AA
(175,182,170)
#B9C0B6
(185,192,182)
#C3CAC2
(195,202,194)
#CDD4CE
(205,212,206)
#D7DEDA
(215,222,218)
#E1E8E6
(225,232,230)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878E7A; }

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

This text font color is #878E7A.

Background Color

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

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

This div background color is #878E7A.

Border color

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

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

This div border color is #878E7A.

Opacity

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

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

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

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

This text has shadow with #878E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878E7A.

Preview

Color preview on black background

This text has color #878E7A on black background.


Color preview on white background

This text has color #878E7A on white background.


Black color preview on #878E7A background

This text has black color on #878E7A background.


White color preview on #878E7A background

This text has white color on #878E7A background.


Related colors

Complementary color

Complementary color for #hex is #787185.


I love getcolorcode.com

Triadic colors

1 #7A878E and #8E7A87 with #878E7A are triadic colors.

2 #7A8E87 and #8E877A with #878E7A are triadic colors.