COLOR #887D76

HEX: #887D76
RGB: (136,125,118)

Color info

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

RGB color model

#887D76 color RGB value is (136,125,118).

  • red value is 136;
  • green value is 125;
  • blue value is 118.
RGB:
(136,125,118)
(53%,49%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 118 of 255 = 46%

136
125
118

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 118 = 379 (100%)
R 136 of 379 ~ 35.88%
G 125 of 379 ~ 32.98%
B 118 of 379 ~ 31.13%

%35.88
%32.98
%31.13

CMYK color model

#887D76 color CMYK value is (0,8,13,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 13.24%
  • key color value is 46.67%
CMYK:
(0,8,13,47)
C0M8Y13K47 
(0%,8%,13%,47%)
(0.00/0.08/0.13/0.47)	

CMYK percentages

%0
%8.09
%13.24
%46.67

Codes

Color #887D76 in popluar color models

887D76
RGB136125118
HSL23°7.09%49.80%
HSB/HSV23°13.24%53.33%
CMYK0.00%8.09%13.24%
46.67%

Color #887D76 in popluar number systems.

HEX887D76
Decimal136125118
Binary1000100011111011110110
Octal210175166

Shades and tints

Shades of #887D76

#887D76
(136,125,118)
#7C726C
(124,114,108)
#706762
(112,103,98)
#645C58
(100,92,88)
#58514E
(88,81,78)
#4C4644
(76,70,68)
#403B3A
(64,59,58)
#343030
(52,48,48)
#282526
(40,37,38)
#1C1A1C
(28,26,28)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #887D76

#887D76
(136,125,118)
#928882
(146,136,130)
#9C938E
(156,147,142)
#A69E9A
(166,158,154)
#B0A9A6
(176,169,166)
#BAB4B2
(186,180,178)
#C4BFBE
(196,191,190)
#CECACA
(206,202,202)
#D8D5D6
(216,213,214)
#E2E0E2
(226,224,226)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D76 color. Also use rgb(136,125,118) instead hex code.

Text Font Color

.myTextColor { color: #887D76; }

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

This text font color is #887D76.


Background Color

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

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

This div background color is #887D76.


Border color

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

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

This div border color is #887D76.


Opacity

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

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

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

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

This text has shadow with #887D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D76 on black background.


Color preview on white background

This text has color #887D76 on white background.



Black color preview on #887D76 background

This text has black color on #887D76 background.


White color preview on #887D76 background

This text has white color on #887D76 background.