COLOR #878A6F

HEX: #878A6F RGB: (135,138,111)

Color info

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

RGB color model

#878A6F color RGB value is (135,138,111).

RGB: (135,138,111) (53%, 54%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 111 of 255 = 44%

135
138
111

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

Portions of RGB colors in percentages

R + G + B = 135 + 138 + 111 = 384 (100%)
R 135 of 384 ~ 35.16%
G 138 of 384 ~ 35.94%
B 111 of 384 ~ 28.91'%

%35.16
%35.94
%28.91

CMYK color model

#878A6F color CMYK value is (2,0,20,46).

  • cyan value is 2.17%
  • magenta value is 0.00%
  • yellow value is 19.57%
  • key color value is 45.88%

CMYK: (2,0,20,46)
C2M0Y20K46 (2%, 0%, 20%, 46%)
(0.02 / 0.00 / 0.20 / 0.46)

CMYK percentages

%2.17
%0
%19.57
%45.88

Codes

Color #878A6F in popluar color models

87 8A 6F
RGB 135 138 111
HSL 67° 10.84% 48.82%
HSB/HSV 67° 19.57% 54.12%
CMYK 2.17% 0.00% 19.57%
45.88%

Color #878A6F in popluar number systems.

HEX 87 8A 6F
Decimal 135 138 111
Binary 10000111 10001010 1101111
Octal 207 212 157

Shades and tints

Shades of #878A6F

#878A6F
(135,138,111)
#7B7E65
(123,126,101)
#6F725B
(111,114,91)
#636651
(99,102,81)
#575A47
(87,90,71)
#4B4E3D
(75,78,61)
#3F4233
(63,66,51)
#333629
(51,54,41)
#272A1F
(39,42,31)
#1B1E15
(27,30,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #878A6F

#878A6F
(135,138,111)
#91947C
(145,148,124)
#9B9E89
(155,158,137)
#A5A896
(165,168,150)
#AFB2A3
(175,178,163)
#B9BCB0
(185,188,176)
#C3C6BD
(195,198,189)
#CDD0CA
(205,208,202)
#D7DAD7
(215,218,215)
#E1E4E4
(225,228,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878A6F; }

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

This text font color is #878A6F.

Background Color

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

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

This div background color is #878A6F.

Border color

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

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

This div border color is #878A6F.

Opacity

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

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

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

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

This text has shadow with #878A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878A6F.

Preview

Color preview on black background

This text has color #878A6F on black background.


Color preview on white background

This text has color #878A6F on white background.


Black color preview on #878A6F background

This text has black color on #878A6F background.


White color preview on #878A6F background

This text has white color on #878A6F background.


Related colors

Complementary color

Complementary color for #hex is #787590.


I love getcolorcode.com

Triadic colors

1 #6F878A and #8A6F87 with #878A6F are triadic colors.

2 #6F8A87 and #8A876F with #878A6F are triadic colors.