COLOR #877E76

HEX: #877E76 RGB: (135,126,118)

Color info

#877E76 contains red, green and blue colors in about the same proportion. Web safe color of #877E76 is #996666 (or #966).

RGB color model

#877E76 color RGB value is (135,126,118).

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

RGB channels and saturation

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

135
126
118

R + G + B ~ 49%. #877E76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 126 + 118 = 379 (100%)
R 135 of 379 ~ 35.62%
G 126 of 379 ~ 33.25%
B 118 of 379 ~ 31.13'%

%35.62
%33.25
%31.13

CMYK color model

#877E76 color CMYK value is (0,7,13,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 12.59%
  • key color value is 47.06%

CMYK: (0,7,13,47)
C0M7Y13K47 (0%, 7%, 13%, 47%)
(0.00 / 0.07 / 0.13 / 0.47)

CMYK percentages

%0
%6.67
%12.59
%47.06

Codes

Color #877E76 in popluar color models

87 7E 76
RGB 135 126 118
HSL 28° 6.72% 49.61%
HSB/HSV 28° 12.59% 52.94%
CMYK 0.00% 6.67% 12.59%
47.06%

Color #877E76 in popluar number systems.

HEX 87 7E 76
Decimal 135 126 118
Binary 10000111 1111110 1110110
Octal 207 176 166

Shades and tints

Shades of #877E76

#877E76
(135,126,118)
#7B736C
(123,115,108)
#6F6862
(111,104,98)
#635D58
(99,93,88)
#57524E
(87,82,78)
#4B4744
(75,71,68)
#3F3C3A
(63,60,58)
#333130
(51,49,48)
#272626
(39,38,38)
#1B1B1C
(27,27,28)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #877E76

#877E76
(135,126,118)
#918982
(145,137,130)
#9B948E
(155,148,142)
#A59F9A
(165,159,154)
#AFAAA6
(175,170,166)
#B9B5B2
(185,181,178)
#C3C0BE
(195,192,190)
#CDCBCA
(205,203,202)
#D7D6D6
(215,214,214)
#E1E1E2
(225,225,226)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E76; }

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

This text font color is #877E76.

Background Color

.myBgColor { background-color: #877E76; }

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

This div background color is #877E76.

Border color

.myBorderColor { border: 1px solid #877E76; }

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

This div border color is #877E76.

Opacity

.myOpacity80 { color: #877E76; opacity: 0.8; }

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

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

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

This text has shadow with #877E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877E76.

Preview

Color preview on black background

This text has color #877E76 on black background.


Color preview on white background

This text has color #877E76 on white background.


Black color preview on #877E76 background

This text has black color on #877E76 background.


White color preview on #877E76 background

This text has white color on #877E76 background.


Related colors

Complementary color

Complementary color for #hex is #788189.


I love getcolorcode.com

Triadic colors

1 #76877E and #7E7687 with #877E76 are triadic colors.

2 #767E87 and #7E8776 with #877E76 are triadic colors.