COLOR #887871

HEX: #887871
RGB: (136,120,113)

Color info

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

RGB color model

#887871 color RGB value is (136,120,113).

  • red value is 136;
  • green value is 120;
  • blue value is 113.
RGB:
(136,120,113)
(53%,47%,44%)

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 113 of 255 = 44%

136
120
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 113 = 369 (100%)
R 136 of 369 ~ 36.86%
G 120 of 369 ~ 32.52%
B 113 of 369 ~ 30.62%

%36.86
%32.52
%30.62

CMYK color model

#887871 color CMYK value is (0,12,17,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,12,17,47)
C0M12Y17K47 
(0%,12%,17%,47%)
(0.00/0.12/0.17/0.47)	

CMYK percentages

%0
%11.76
%16.91
%46.67

Codes

Color #887871 in popluar color models

887871
RGB136120113
HSL18°9.24%48.82%
HSB/HSV18°16.91%53.33%
CMYK0.00%11.76%16.91%
46.67%

Color #887871 in popluar number systems.

HEX887871
Decimal136120113
Binary1000100011110001110001
Octal210170161

Shades and tints

Shades of #887871

#887871
(136,120,113)
#7C6E67
(124,110,103)
#70645D
(112,100,93)
#645A53
(100,90,83)
#585049
(88,80,73)
#4C463F
(76,70,63)
#403C35
(64,60,53)
#34322B
(52,50,43)
#282821
(40,40,33)
#1C1E17
(28,30,23)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #887871

#887871
(136,120,113)
#92847D
(146,132,125)
#9C9089
(156,144,137)
#A69C95
(166,156,149)
#B0A8A1
(176,168,161)
#BAB4AD
(186,180,173)
#C4C0B9
(196,192,185)
#CECCC5
(206,204,197)
#D8D8D1
(216,216,209)
#E2E4DD
(226,228,221)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887871; }

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

This text font color is #887871.


Background Color

.myBgColor { background-color: #887871; }

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

This div background color is #887871.


Border color

.myBorderColor { border: 1px solid #887871; }

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

This div border color is #887871.


Opacity

.myOpacity80 { color: #887871; opacity: 0.8; }

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

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

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

This text has shadow with #887871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887871 on black background.


Color preview on white background

This text has color #887871 on white background.



Black color preview on #887871 background

This text has black color on #887871 background.


White color preview on #887871 background

This text has white color on #887871 background.