COLOR #887866

HEX: #887866
RGB: (136,120,102)

Color info

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

RGB color model

#887866 color RGB value is (136,120,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 120 of 255 = 47%
B 102 of 255 = 40%

136
120
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 120 + 102 = 358 (100%)
R 136 of 358 ~ 37.99%
G 120 of 358 ~ 33.52%
B 102 of 358 ~ 28.49%

%37.99
%33.52
%28.49

CMYK color model

#887866 color CMYK value is (0,12,25,47).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(0,12,25,47)
C0M12Y25K47 
(0%,12%,25%,47%)
(0.00/0.12/0.25/0.47)	

CMYK percentages

%0
%11.76
%25
%46.67

Codes

Color #887866 in popluar color models

887866
RGB136120102
HSL32°14.29%46.67%
HSB/HSV32°25.00%53.33%
CMYK0.00%11.76%25.00%
46.67%

Color #887866 in popluar number systems.

HEX887866
Decimal136120102
Binary1000100011110001100110
Octal210170146

Shades and tints

Shades of #887866

#887866
(136,120,102)
#7C6E5D
(124,110,93)
#706454
(112,100,84)
#645A4B
(100,90,75)
#585042
(88,80,66)
#4C4639
(76,70,57)
#403C30
(64,60,48)
#343227
(52,50,39)
#28281E
(40,40,30)
#1C1E15
(28,30,21)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #887866

#887866
(136,120,102)
#928473
(146,132,115)
#9C9080
(156,144,128)
#A69C8D
(166,156,141)
#B0A89A
(176,168,154)
#BAB4A7
(186,180,167)
#C4C0B4
(196,192,180)
#CECCC1
(206,204,193)
#D8D8CE
(216,216,206)
#E2E4DB
(226,228,219)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887866; }

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

This text font color is #887866.


Background Color

.myBgColor { background-color: #887866; }

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

This div background color is #887866.


Border color

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

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

This div border color is #887866.


Opacity

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

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

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

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

This text has shadow with #887866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887866 on black background.


Color preview on white background

This text has color #887866 on white background.



Black color preview on #887866 background

This text has black color on #887866 background.


White color preview on #887866 background

This text has white color on #887866 background.