COLOR #877A77

HEX: #877A77
RGB: (135,122,119)

Color info

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

RGB color model

#877A77 color RGB value is (135,122,119).

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

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 119 of 255 = 47%

135
122
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 122 + 119 = 376 (100%)
R 135 of 376 ~ 35.9%
G 122 of 376 ~ 32.45%
B 119 of 376 ~ 31.65%

%35.9
%32.45
%31.65

CMYK color model

#877A77 color CMYK value is (0,10,12,47).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,10,12,47)
C0M10Y12K47 
(0%,10%,12%,47%)
(0.00/0.10/0.12/0.47)	

CMYK percentages

%0
%9.63
%11.85
%47.06

Codes

Color #877A77 in popluar color models

877A77
RGB135122119
HSL11°6.30%49.80%
HSB/HSV11°11.85%52.94%
CMYK0.00%9.63%11.85%
47.06%

Color #877A77 in popluar number systems.

HEX877A77
Decimal135122119
Binary1000011111110101110111
Octal207172167

Shades and tints

Shades of #877A77

#877A77
(135,122,119)
#7B6F6D
(123,111,109)
#6F6463
(111,100,99)
#635959
(99,89,89)
#574E4F
(87,78,79)
#4B4345
(75,67,69)
#3F383B
(63,56,59)
#332D31
(51,45,49)
#272227
(39,34,39)
#1B171D
(27,23,29)
#0F0C13
(15,12,19)
#000000
(0,0,0)

Tints of #877A77

#877A77
(135,122,119)
#918683
(145,134,131)
#9B928F
(155,146,143)
#A59E9B
(165,158,155)
#AFAAA7
(175,170,167)
#B9B6B3
(185,182,179)
#C3C2BF
(195,194,191)
#CDCECB
(205,206,203)
#D7DAD7
(215,218,215)
#E1E6E3
(225,230,227)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877A77; }

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

This text font color is #877A77.


Background Color

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

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

This div background color is #877A77.


Border color

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

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

This div border color is #877A77.


Opacity

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

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

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

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

This text has shadow with #877A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877A77 on black background.


Color preview on white background

This text has color #877A77 on white background.



Black color preview on #877A77 background

This text has black color on #877A77 background.


White color preview on #877A77 background

This text has white color on #877A77 background.