COLOR #877E72

HEX: #877E72
RGB: (135,126,114)

Color info

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

RGB color model

#877E72 color RGB value is (135,126,114).

  • red value is 135;
  • green value is 126;
  • blue value is 114.
RGB:
(135,126,114)
(53%,49%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 126 of 255 = 49%
B 114 of 255 = 45%

135
126
114

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

Portions of RGB colors in percentages

R + G + B =
135 + 126 + 114 = 375 (100%)
R 135 of 375 ~ 36%
G 126 of 375 ~ 33.6%
B 114 of 375 ~ 30.4%

%36
%33.6
%30.4

CMYK color model

#877E72 color CMYK value is (0,7,16,47).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(0,7,16,47)
C0M7Y16K47 
(0%,7%,16%,47%)
(0.00/0.07/0.16/0.47)	

CMYK percentages

%0
%6.67
%15.56
%47.06

Codes

Color #877E72 in popluar color models

877E72
RGB135126114
HSL34°8.43%48.82%
HSB/HSV34°15.56%52.94%
CMYK0.00%6.67%15.56%
47.06%

Color #877E72 in popluar number systems.

HEX877E72
Decimal135126114
Binary1000011111111101110010
Octal207176162

Shades and tints

Shades of #877E72

#877E72
(135,126,114)
#7B7368
(123,115,104)
#6F685E
(111,104,94)
#635D54
(99,93,84)
#57524A
(87,82,74)
#4B4740
(75,71,64)
#3F3C36
(63,60,54)
#33312C
(51,49,44)
#272622
(39,38,34)
#1B1B18
(27,27,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #877E72

#877E72
(135,126,114)
#91897E
(145,137,126)
#9B948A
(155,148,138)
#A59F96
(165,159,150)
#AFAAA2
(175,170,162)
#B9B5AE
(185,181,174)
#C3C0BA
(195,192,186)
#CDCBC6
(205,203,198)
#D7D6D2
(215,214,210)
#E1E1DE
(225,225,222)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877E72; }

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

This text font color is #877E72.


Background Color

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

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

This div background color is #877E72.


Border color

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

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

This div border color is #877E72.


Opacity

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

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

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

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

This text has shadow with #877E72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877E72 on black background.


Color preview on white background

This text has color #877E72 on white background.



Black color preview on #877E72 background

This text has black color on #877E72 background.


White color preview on #877E72 background

This text has white color on #877E72 background.