COLOR #887E71

HEX: #887E71 RGB: (136,126,113)

Color info

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

RGB color model

#887E71 color RGB value is (136,126,113).

RGB: (136,126,113) (53%, 49%, 44%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 113 of 255 = 44%

136
126
113

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

Portions of RGB colors in percentages

R + G + B = 136 + 126 + 113 = 375 (100%)
R 136 of 375 ~ 36.27%
G 126 of 375 ~ 33.6%
B 113 of 375 ~ 30.13'%

%36.27
%33.6
%30.13

CMYK color model

#887E71 color CMYK value is (0,7,17,47).

  • cyan value is 0.00%
  • magenta value is 7.35%
  • yellow value is 16.91%
  • key color value is 46.67%

CMYK: (0,7,17,47)
C0M7Y17K47 (0%, 7%, 17%, 47%)
(0.00 / 0.07 / 0.17 / 0.47)

CMYK percentages

%0
%7.35
%16.91
%46.67

Codes

Color #887E71 in popluar color models

88 7E 71
RGB 136 126 113
HSL 34° 9.24% 48.82%
HSB/HSV 34° 16.91% 53.33%
CMYK 0.00% 7.35% 16.91%
46.67%

Color #887E71 in popluar number systems.

HEX 88 7E 71
Decimal 136 126 113
Binary 10001000 1111110 1110001
Octal 210 176 161

Shades and tints

Shades of #887E71

#887E71
(136,126,113)
#7C7367
(124,115,103)
#70685D
(112,104,93)
#645D53
(100,93,83)
#585249
(88,82,73)
#4C473F
(76,71,63)
#403C35
(64,60,53)
#34312B
(52,49,43)
#282621
(40,38,33)
#1C1B17
(28,27,23)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #887E71

#887E71
(136,126,113)
#92897D
(146,137,125)
#9C9489
(156,148,137)
#A69F95
(166,159,149)
#B0AAA1
(176,170,161)
#BAB5AD
(186,181,173)
#C4C0B9
(196,192,185)
#CECBC5
(206,203,197)
#D8D6D1
(216,214,209)
#E2E1DD
(226,225,221)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887E71 color. Also use rgb(136,126,113) instead hex code.

Text Font Color

.myTextColor { color: #887E71; }

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

This text font color is #887E71.

Background Color

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

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

This div background color is #887E71.

Border color

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

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

This div border color is #887E71.

Opacity

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

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

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

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

This text has shadow with #887E71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887E71.

Preview

Color preview on black background

This text has color #887E71 on black background.


Color preview on white background

This text has color #887E71 on white background.


Black color preview on #887E71 background

This text has black color on #887E71 background.


White color preview on #887E71 background

This text has white color on #887E71 background.


Related colors

Complementary color

Complementary color for #hex is #77818E.


I love getcolorcode.com

Triadic colors

1 #71887E and #7E7188 with #887E71 are triadic colors.

2 #717E88 and #7E8871 with #887E71 are triadic colors.