COLOR #878776

HEX: #878776 RGB: (135,135,118)

Color info

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

RGB color model

#878776 color RGB value is (135,135,118).

RGB: (135,135,118) (53%, 53%, 46%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 118 of 255 = 46%

135
135
118

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

Portions of RGB colors in percentages

R + G + B = 135 + 135 + 118 = 388 (100%)
R 135 of 388 ~ 34.79%
G 135 of 388 ~ 34.79%
B 118 of 388 ~ 30.41'%

%34.79
%34.79
%30.41

CMYK color model

#878776 color CMYK value is (0,0,13,47).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK: (0,0,13,47) C0M0Y13K47 (0%,0%,13%,47%) (0.00/0.00/0.13/0.47) 

CMYK percentages

%0
%0
%12.59
%47.06

Codes

Color #878776 in popluar color models

87 87 76
RGB 135 135 118
HSL 60° 6.72% 49.61%
HSB/HSV 60° 12.59% 52.94%
CMYK 0.00% 0.00% 12.59%
47.06%

Color #878776 in popluar number systems.

HEX 87 87 76
Decimal 135 135 118
Binary 10000111 10000111 1110110
Octal 207 207 166

Shades and tints

Shades of #878776

#878776
(135,135,118)
#7B7B6C
(123,123,108)
#6F6F62
(111,111,98)
#636358
(99,99,88)
#57574E
(87,87,78)
#4B4B44
(75,75,68)
#3F3F3A
(63,63,58)
#333330
(51,51,48)
#272726
(39,39,38)
#1B1B1C
(27,27,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #878776

#878776
(135,135,118)
#919182
(145,145,130)
#9B9B8E
(155,155,142)
#A5A59A
(165,165,154)
#AFAFA6
(175,175,166)
#B9B9B2
(185,185,178)
#C3C3BE
(195,195,190)
#CDCDCA
(205,205,202)
#D7D7D6
(215,215,214)
#E1E1E2
(225,225,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #878776; }

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

This text font color is #878776.

Background Color

.myBgColor { background-color: #878776; }

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

This div background color is #878776.

Border color

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

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

This div border color is #878776.

Opacity

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

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

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

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

This text has shadow with #878776 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #878776.

Preview

Color preview on black background

This text has color #878776 on black background.


Color preview on white background

This text has color #878776 on white background.


Black color preview on #878776 background

This text has black color on #878776 background.


White color preview on #878776 background

This text has white color on #878776 background.


Related colors

Complementary color

Complementary color for #hex is #787889.


I love getcolorcode.com