COLOR #887E6D

HEX: #887E6D RGB: (136,126,109)

Color info

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

RGB color model

#887E6D color RGB value is (136,126,109).

RGB: (136,126,109) (53%, 49%, 43%)

RGB channels and saturation

R 136 of 255 = 53%
G 126 of 255 = 49%
B 109 of 255 = 43%

136
126
109

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

Portions of RGB colors in percentages

R + G + B = 136 + 126 + 109 = 371 (100%)
R 136 of 371 ~ 36.66%
G 126 of 371 ~ 33.96%
B 109 of 371 ~ 29.38'%

%36.66
%33.96
%29.38

CMYK color model

#887E6D color CMYK value is (0,7,20,47).

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

CMYK: (0,7,20,47)
C0M7Y20K47 (0%, 7%, 20%, 47%)
(0.00 / 0.07 / 0.20 / 0.47)

CMYK percentages

%0
%7.35
%19.85
%46.67

Codes

Color #887E6D in popluar color models

88 7E 6D
RGB 136 126 109
HSL 38° 11.02% 48.04%
HSB/HSV 38° 19.85% 53.33%
CMYK 0.00% 7.35% 19.85%
46.67%

Color #887E6D in popluar number systems.

HEX 88 7E 6D
Decimal 136 126 109
Binary 10001000 1111110 1101101
Octal 210 176 155

Shades and tints

Shades of #887E6D

#887E6D
(136,126,109)
#7C7364
(124,115,100)
#70685B
(112,104,91)
#645D52
(100,93,82)
#585249
(88,82,73)
#4C4740
(76,71,64)
#403C37
(64,60,55)
#34312E
(52,49,46)
#282625
(40,38,37)
#1C1B1C
(28,27,28)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #887E6D

#887E6D
(136,126,109)
#92897A
(146,137,122)
#9C9487
(156,148,135)
#A69F94
(166,159,148)
#B0AAA1
(176,170,161)
#BAB5AE
(186,181,174)
#C4C0BB
(196,192,187)
#CECBC8
(206,203,200)
#D8D6D5
(216,214,213)
#E2E1E2
(226,225,226)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887E6D; }

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

This text font color is #887E6D.

Background Color

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

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

This div background color is #887E6D.

Border color

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

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

This div border color is #887E6D.

Opacity

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

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

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

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

This text has shadow with #887E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #887E6D.

Preview

Color preview on black background

This text has color #887E6D on black background.


Color preview on white background

This text has color #887E6D on white background.


Black color preview on #887E6D background

This text has black color on #887E6D background.


White color preview on #887E6D background

This text has white color on #887E6D background.


Related colors

Complementary color

Complementary color for #hex is #778192.


I love getcolorcode.com

Triadic colors

1 #6D887E and #7E6D88 with #887E6D are triadic colors.

2 #6D7E88 and #7E886D with #887E6D are triadic colors.