COLOR #878977

HEX: #878977
RGB: (135,137,119)

Color info

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

RGB color model

#878977 color RGB value is (135,137,119).

  • red value is 135;
  • green value is 137;
  • blue value is 119.
RGB:
(135,137,119)
(53%,54%,47%)

RGB channels and saturation

R 135 of 255 = 53%
G 137 of 255 = 54%
B 119 of 255 = 47%

135
137
119

R + G + B ~ 51%. #878977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 137 + 119 = 391 (100%)
R 135 of 391 ~ 34.53%
G 137 of 391 ~ 35.04%
B 119 of 391 ~ 30.43%

%34.53
%35.04
%30.43

CMYK color model

#878977 color CMYK value is (1,0,13,46).

  • cyan value is 1.46%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 46.27%
CMYK:
(1,0,13,46)
C1M0Y13K46 
(1%,0%,13%,46%)
(0.01/0.00/0.13/0.46)	

CMYK percentages

%1.46
%0
%13.14
%46.27

Codes

Color #878977 in popluar color models

878977
RGB135137119
HSL67°7.09%50.20%
HSB/HSV67°13.14%53.73%
CMYK1.46%0.00%13.14%
46.27%

Color #878977 in popluar number systems.

HEX878977
Decimal135137119
Binary10000111100010011110111
Octal207211167

Shades and tints

Shades of #878977

#878977
(135,137,119)
#7B7D6D
(123,125,109)
#6F7163
(111,113,99)
#636559
(99,101,89)
#57594F
(87,89,79)
#4B4D45
(75,77,69)
#3F413B
(63,65,59)
#333531
(51,53,49)
#272927
(39,41,39)
#1B1D1D
(27,29,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #878977

#878977
(135,137,119)
#919383
(145,147,131)
#9B9D8F
(155,157,143)
#A5A79B
(165,167,155)
#AFB1A7
(175,177,167)
#B9BBB3
(185,187,179)
#C3C5BF
(195,197,191)
#CDCFCB
(205,207,203)
#D7D9D7
(215,217,215)
#E1E3E3
(225,227,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878977 color. Also use rgb(135,137,119) instead hex code.

Text Font Color

.myTextColor { color: #878977; }

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

This text font color is #878977.


Background Color

.myBgColor { background-color: #878977; }

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

This div background color is #878977.


Border color

.myBorderColor { border: 1px solid #878977; }

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

This div border color is #878977.


Opacity

.myOpacity80 { color: #878977; opacity: 0.8; }

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

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

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

This text has shadow with #878977 color.

.textShadow {text-shadow: 3px 3px 1px #878977, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #878977;
-webkit-box-shadow: 1px 1px 3px 2px #878977;
box-shadow:1px 1px 3px 2px #878977;">
Div content here</div>
This div box has shadow with color #878977.

Preview

Color preview on black background

This text has color #878977 on black background.


Color preview on white background

This text has color #878977 on white background.



Black color preview on #878977 background

This text has black color on #878977 background.


White color preview on #878977 background

This text has white color on #878977 background.