COLOR #887F72

HEX: #887F72 RGB: (136,127,114)

Color info

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

RGB color model

#887F72 color RGB value is (136,127,114).

RGB: (136,127,114) (53%, 50%, 45%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 114 of 255 = 45%

136
127
114

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

Portions of RGB colors in percentages

R + G + B = 136 + 127 + 114 = 377 (100%)
R 136 of 377 ~ 36.07%
G 127 of 377 ~ 33.69%
B 114 of 377 ~ 30.24'%

%36.07
%33.69
%30.24

CMYK color model

#887F72 color CMYK value is (0,7,16,47).

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

CMYK percentages

%0
%6.62
%16.18
%46.67

Codes

Color #887F72 in popluar color models

88 7F 72
RGB 136 127 114
HSL 35° 8.80% 49.02%
HSB/HSV 35° 16.18% 53.33%
CMYK 0.00% 6.62% 16.18%
46.67%

Color #887F72 in popluar number systems.

HEX 88 7F 72
Decimal 136 127 114
Binary 10001000 1111111 1110010
Octal 210 177 162

Shades and tints

Shades of #887F72

#887F72
(136,127,114)
#7C7468
(124,116,104)
#70695E
(112,105,94)
#645E54
(100,94,84)
#58534A
(88,83,74)
#4C4840
(76,72,64)
#403D36
(64,61,54)
#34322C
(52,50,44)
#282722
(40,39,34)
#1C1C18
(28,28,24)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #887F72

#887F72
(136,127,114)
#928A7E
(146,138,126)
#9C958A
(156,149,138)
#A6A096
(166,160,150)
#B0ABA2
(176,171,162)
#BAB6AE
(186,182,174)
#C4C1BA
(196,193,186)
#CECCC6
(206,204,198)
#D8D7D2
(216,215,210)
#E2E2DE
(226,226,222)
#ECEDEA
(236,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F72; }

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

This text font color is #887F72.

Background Color

.myBgColor { background-color: #887F72; }

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

This div background color is #887F72.

Border color

.myBorderColor { border: 1px solid #887F72; }

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

This div border color is #887F72.

Opacity

.myOpacity80 { color: #887F72; opacity: 0.8; }

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

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

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

This text has shadow with #887F72 color.


.textShadow {text-shadow: 3px 3px 1px #887F72', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #887F72; -webkit-box-shadow: 1px 1px 3px 2px #887F72; box-shadow:1px 1px 3px 2px #887F72;">
Div content here
</div>

This div box has shadow with color #887F72.

Preview

Color preview on black background

This text has color #887F72 on black background.


Color preview on white background

This text has color #887F72 on white background.


Black color preview on #887F72 background

This text has black color on #887F72 background.


White color preview on #887F72 background

This text has white color on #887F72 background.


Related colors

Complementary color

Complementary color for #hex is #77808D.


I love getcolorcode.com

Triadic colors

1 #72887F and #7F7288 with #887F72 are triadic colors.

2 #727F88 and #7F8872 with #887F72 are triadic colors.