COLOR #877A76

HEX: #877A76
RGB: (135,122,118)

Color info

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

RGB color model

#877A76 color RGB value is (135,122,118).

  • red value is 135;
  • green value is 122;
  • blue value is 118.
RGB:
(135,122,118)
(53%,48%,46%)

RGB channels and saturation

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

135
122
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 118 = 375 (100%)
R 135 of 375 ~ 36%
G 122 of 375 ~ 32.53%
B 118 of 375 ~ 31.47%

%36
%32.53
%31.47

CMYK color model

#877A76 color CMYK value is (0,10,13,47).

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

CMYK percentages

%0
%9.63
%12.59
%47.06

Codes

Color #877A76 in popluar color models

877A76
RGB135122118
HSL14°6.72%49.61%
HSB/HSV14°12.59%52.94%
CMYK0.00%9.63%12.59%
47.06%

Color #877A76 in popluar number systems.

HEX877A76
Decimal135122118
Binary1000011111110101110110
Octal207172166

Shades and tints

Shades of #877A76

#877A76
(135,122,118)
#7B6F6C
(123,111,108)
#6F6462
(111,100,98)
#635958
(99,89,88)
#574E4E
(87,78,78)
#4B4344
(75,67,68)
#3F383A
(63,56,58)
#332D30
(51,45,48)
#272226
(39,34,38)
#1B171C
(27,23,28)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #877A76

#877A76
(135,122,118)
#918682
(145,134,130)
#9B928E
(155,146,142)
#A59E9A
(165,158,154)
#AFAAA6
(175,170,166)
#B9B6B2
(185,182,178)
#C3C2BE
(195,194,190)
#CDCECA
(205,206,202)
#D7DAD6
(215,218,214)
#E1E6E2
(225,230,226)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A76; }

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

This text font color is #877A76.


Background Color

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

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

This div background color is #877A76.


Border color

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

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

This div border color is #877A76.


Opacity

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

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

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

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

This text has shadow with #877A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A76 on black background.


Color preview on white background

This text has color #877A76 on white background.



Black color preview on #877A76 background

This text has black color on #877A76 background.


White color preview on #877A76 background

This text has white color on #877A76 background.