COLOR #887972

HEX: #887972
RGB: (136,121,114)

Color info

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

RGB color model

#887972 color RGB value is (136,121,114).

  • red value is 136;
  • green value is 121;
  • blue value is 114.
RGB:
(136,121,114)
(53%,47%,45%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 114 of 255 = 45%

136
121
114

R + G + B ~ 48%. #887972 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 114 = 371 (100%)
R 136 of 371 ~ 36.66%
G 121 of 371 ~ 32.61%
B 114 of 371 ~ 30.73%

%36.66
%32.61
%30.73

CMYK color model

#887972 color CMYK value is (0,11,16,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 16.18%
  • key color value is 46.67%
CMYK:
(0,11,16,47)
C0M11Y16K47 
(0%,11%,16%,47%)
(0.00/0.11/0.16/0.47)	

CMYK percentages

%0
%11.03
%16.18
%46.67

Codes

Color #887972 in popluar color models

887972
RGB136121114
HSL19°8.80%49.02%
HSB/HSV19°16.18%53.33%
CMYK0.00%11.03%16.18%
46.67%

Color #887972 in popluar number systems.

HEX887972
Decimal136121114
Binary1000100011110011110010
Octal210171162

Shades and tints

Shades of #887972

#887972
(136,121,114)
#7C6E68
(124,110,104)
#70635E
(112,99,94)
#645854
(100,88,84)
#584D4A
(88,77,74)
#4C4240
(76,66,64)
#403736
(64,55,54)
#342C2C
(52,44,44)
#282122
(40,33,34)
#1C1618
(28,22,24)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #887972

#887972
(136,121,114)
#92857E
(146,133,126)
#9C918A
(156,145,138)
#A69D96
(166,157,150)
#B0A9A2
(176,169,162)
#BAB5AE
(186,181,174)
#C4C1BA
(196,193,186)
#CECDC6
(206,205,198)
#D8D9D2
(216,217,210)
#E2E5DE
(226,229,222)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887972 color. Also use rgb(136,121,114) instead hex code.

Text Font Color

.myTextColor { color: #887972; }

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

This text font color is #887972.


Background Color

.myBgColor { background-color: #887972; }

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

This div background color is #887972.


Border color

.myBorderColor { border: 1px solid #887972; }

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

This div border color is #887972.


Opacity

.myOpacity80 { color: #887972; opacity: 0.8; }

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

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

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

This text has shadow with #887972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887972 on black background.


Color preview on white background

This text has color #887972 on white background.



Black color preview on #887972 background

This text has black color on #887972 background.


White color preview on #887972 background

This text has white color on #887972 background.