COLOR #887C81

HEX: #887C81 RGB: (136,124,129)

Color info

#887C81 contains red, green and blue colors in about the same proportion. Web safe color of #887C81 is #996699 (or #969).

RGB color model

#887C81 color RGB value is (136,124,129).

RGB: (136,124,129) (53%, 49%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 124 of 255 = 49%
B 129 of 255 = 51%

136
124
129

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

Portions of RGB colors in percentages

R + G + B = 136 + 124 + 129 = 389 (100%)
R 136 of 389 ~ 34.96%
G 124 of 389 ~ 31.88%
B 129 of 389 ~ 33.16'%

%34.96
%31.88
%33.16

CMYK color model

#887C81 color CMYK value is (0,9,5,47).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 5.15%
  • key color value is 46.67%
CMYK: (0,9,5,47) C0M9Y5K47 (0%,9%,5%,47%) (0.00/0.09/0.05/0.47) 

CMYK percentages

%0
%8.82
%5.15
%46.67

Codes

Color #887C81 in popluar color models

88 7C 81
RGB 136 124 129
HSL 335° 4.80% 50.98%
HSB/HSV 335° 8.82% 53.33%
CMYK 0.00% 8.82% 5.15%
46.67%

Color #887C81 in popluar number systems.

HEX 88 7C 81
Decimal 136 124 129
Binary 10001000 1111100 10000001
Octal 210 174 201

Shades and tints

Shades of #887C81

#887C81
(136,124,129)
#7C7176
(124,113,118)
#70666B
(112,102,107)
#645B60
(100,91,96)
#585055
(88,80,85)
#4C454A
(76,69,74)
#403A3F
(64,58,63)
#342F34
(52,47,52)
#282429
(40,36,41)
#1C191E
(28,25,30)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #887C81

#887C81
(136,124,129)
#92878C
(146,135,140)
#9C9297
(156,146,151)
#A69DA2
(166,157,162)
#B0A8AD
(176,168,173)
#BAB3B8
(186,179,184)
#C4BEC3
(196,190,195)
#CEC9CE
(206,201,206)
#D8D4D9
(216,212,217)
#E2DFE4
(226,223,228)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887C81 color. Also use rgb(136,124,129) instead hex code.

Text Font Color

.myTextColor { color: #887C81; }

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

This text font color is #887C81.

Background Color

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

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

This div background color is #887C81.

Border color

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

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

This div border color is #887C81.

Opacity

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

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

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

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

This text has shadow with #887C81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887C81.

Preview

Color preview on black background

This text has color #887C81 on black background.


Color preview on white background

This text has color #887C81 on white background.


Black color preview on #887C81 background

This text has black color on #887C81 background.


White color preview on #887C81 background

This text has white color on #887C81 background.


Related colors

Complementary color

Complementary color for #hex is #77837E.


I love getcolorcode.com

Triadic colors

1 #81887C and #7C8188 with #887C81 are triadic colors.

2 #817C88 and #7C8881 with #887C81 are triadic colors.