COLOR #887D70

HEX: #887D70
RGB: (136,125,112)

Color info

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

RGB color model

#887D70 color RGB value is (136,125,112).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 112 of 255 = 44%

136
125
112

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 112 = 373 (100%)
R 136 of 373 ~ 36.46%
G 125 of 373 ~ 33.51%
B 112 of 373 ~ 30.03%

%36.46
%33.51
%30.03

CMYK color model

#887D70 color CMYK value is (0,8,18,47).

  • cyan value is 0.00%
  • magenta value is 8.09%
  • yellow value is 17.65%
  • key color value is 46.67%
CMYK:
(0,8,18,47)
C0M8Y18K47 
(0%,8%,18%,47%)
(0.00/0.08/0.18/0.47)	

CMYK percentages

%0
%8.09
%17.65
%46.67

Codes

Color #887D70 in popluar color models

887D70
RGB136125112
HSL33°9.68%48.63%
HSB/HSV33°17.65%53.33%
CMYK0.00%8.09%17.65%
46.67%

Color #887D70 in popluar number systems.

HEX887D70
Decimal136125112
Binary1000100011111011110000
Octal210175160

Shades and tints

Shades of #887D70

#887D70
(136,125,112)
#7C7266
(124,114,102)
#70675C
(112,103,92)
#645C52
(100,92,82)
#585148
(88,81,72)
#4C463E
(76,70,62)
#403B34
(64,59,52)
#34302A
(52,48,42)
#282520
(40,37,32)
#1C1A16
(28,26,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #887D70

#887D70
(136,125,112)
#92887D
(146,136,125)
#9C938A
(156,147,138)
#A69E97
(166,158,151)
#B0A9A4
(176,169,164)
#BAB4B1
(186,180,177)
#C4BFBE
(196,191,190)
#CECACB
(206,202,203)
#D8D5D8
(216,213,216)
#E2E0E5
(226,224,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D70; }

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

This text font color is #887D70.


Background Color

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

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

This div background color is #887D70.


Border color

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

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

This div border color is #887D70.


Opacity

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

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

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

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

This text has shadow with #887D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D70 on black background.


Color preview on white background

This text has color #887D70 on white background.



Black color preview on #887D70 background

This text has black color on #887D70 background.


White color preview on #887D70 background

This text has white color on #887D70 background.