COLOR #877D77

HEX: #877D77
RGB: (135,125,119)

Color info

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

RGB color model

#877D77 color RGB value is (135,125,119).

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

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 119 of 255 = 47%

135
125
119

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 119 = 379 (100%)
R 135 of 379 ~ 35.62%
G 125 of 379 ~ 32.98%
B 119 of 379 ~ 31.4%

%35.62
%32.98
%31.4

CMYK color model

#877D77 color CMYK value is (0,7,12,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(0,7,12,47)
C0M7Y12K47 
(0%,7%,12%,47%)
(0.00/0.07/0.12/0.47)	

CMYK percentages

%0
%7.41
%11.85
%47.06

Codes

Color #877D77 in popluar color models

877D77
RGB135125119
HSL23°6.30%49.80%
HSB/HSV23°11.85%52.94%
CMYK0.00%7.41%11.85%
47.06%

Color #877D77 in popluar number systems.

HEX877D77
Decimal135125119
Binary1000011111111011110111
Octal207175167

Shades and tints

Shades of #877D77

#877D77
(135,125,119)
#7B726D
(123,114,109)
#6F6763
(111,103,99)
#635C59
(99,92,89)
#57514F
(87,81,79)
#4B4645
(75,70,69)
#3F3B3B
(63,59,59)
#333031
(51,48,49)
#272527
(39,37,39)
#1B1A1D
(27,26,29)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #877D77

#877D77
(135,125,119)
#918883
(145,136,131)
#9B938F
(155,147,143)
#A59E9B
(165,158,155)
#AFA9A7
(175,169,167)
#B9B4B3
(185,180,179)
#C3BFBF
(195,191,191)
#CDCACB
(205,202,203)
#D7D5D7
(215,213,215)
#E1E0E3
(225,224,227)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D77; }

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

This text font color is #877D77.


Background Color

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

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

This div background color is #877D77.


Border color

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

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

This div border color is #877D77.


Opacity

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

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

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

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

This text has shadow with #877D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877D77 on black background.


Color preview on white background

This text has color #877D77 on white background.



Black color preview on #877D77 background

This text has black color on #877D77 background.


White color preview on #877D77 background

This text has white color on #877D77 background.