COLOR #887F66

HEX: #887F66
RGB: (136,127,102)

Color info

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

RGB color model

#887F66 color RGB value is (136,127,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 102 of 255 = 40%

136
127
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 102 = 365 (100%)
R 136 of 365 ~ 37.26%
G 127 of 365 ~ 34.79%
B 102 of 365 ~ 27.95%

%37.26
%34.79
%27.95

CMYK color model

#887F66 color CMYK value is (0,7,25,47).

  • cyan value is 0.00%
  • magenta value is 6.62%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(0,7,25,47)
C0M7Y25K47 
(0%,7%,25%,47%)
(0.00/0.07/0.25/0.47)	

CMYK percentages

%0
%6.62
%25
%46.67

Codes

Color #887F66 in popluar color models

887F66
RGB136127102
HSL44°14.29%46.67%
HSB/HSV44°25.00%53.33%
CMYK0.00%6.62%25.00%
46.67%

Color #887F66 in popluar number systems.

HEX887F66
Decimal136127102
Binary1000100011111111100110
Octal210177146

Shades and tints

Shades of #887F66

#887F66
(136,127,102)
#7C745D
(124,116,93)
#706954
(112,105,84)
#645E4B
(100,94,75)
#585342
(88,83,66)
#4C4839
(76,72,57)
#403D30
(64,61,48)
#343227
(52,50,39)
#28271E
(40,39,30)
#1C1C15
(28,28,21)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #887F66

#887F66
(136,127,102)
#928A73
(146,138,115)
#9C9580
(156,149,128)
#A6A08D
(166,160,141)
#B0AB9A
(176,171,154)
#BAB6A7
(186,182,167)
#C4C1B4
(196,193,180)
#CECCC1
(206,204,193)
#D8D7CE
(216,215,206)
#E2E2DB
(226,226,219)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887F66; }

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

This text font color is #887F66.


Background Color

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

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

This div background color is #887F66.


Border color

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

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

This div border color is #887F66.


Opacity

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

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

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

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

This text has shadow with #887F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F66 on black background.


Color preview on white background

This text has color #887F66 on white background.



Black color preview on #887F66 background

This text has black color on #887F66 background.


White color preview on #887F66 background

This text has white color on #887F66 background.