COLOR #887066

HEX: #887066
RGB: (136,112,102)

Color info

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

RGB color model

#887066 color RGB value is (136,112,102).

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

RGB channels and saturation

R 136 of 255 = 53%
G 112 of 255 = 44%
B 102 of 255 = 40%

136
112
102

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

Portions of RGB colors in percentages

R + G + B =
136 + 112 + 102 = 350 (100%)
R 136 of 350 ~ 38.86%
G 112 of 350 ~ 32%
B 102 of 350 ~ 29.14%

%38.86
%32
%29.14

CMYK color model

#887066 color CMYK value is (0,18,25,47).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 25.00%
  • key color value is 46.67%
CMYK:
(0,18,25,47)
C0M18Y25K47 
(0%,18%,25%,47%)
(0.00/0.18/0.25/0.47)	

CMYK percentages

%0
%17.65
%25
%46.67

Codes

Color #887066 in popluar color models

887066
RGB136112102
HSL18°14.29%46.67%
HSB/HSV18°25.00%53.33%
CMYK0.00%17.65%25.00%
46.67%

Color #887066 in popluar number systems.

HEX887066
Decimal136112102
Binary1000100011100001100110
Octal210160146

Shades and tints

Shades of #887066

#887066
(136,112,102)
#7C665D
(124,102,93)
#705C54
(112,92,84)
#64524B
(100,82,75)
#584842
(88,72,66)
#4C3E39
(76,62,57)
#403430
(64,52,48)
#342A27
(52,42,39)
#28201E
(40,32,30)
#1C1615
(28,22,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #887066

#887066
(136,112,102)
#927D73
(146,125,115)
#9C8A80
(156,138,128)
#A6978D
(166,151,141)
#B0A49A
(176,164,154)
#BAB1A7
(186,177,167)
#C4BEB4
(196,190,180)
#CECBC1
(206,203,193)
#D8D8CE
(216,216,206)
#E2E5DB
(226,229,219)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887066; }

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

This text font color is #887066.


Background Color

.myBgColor { background-color: #887066; }

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

This div background color is #887066.


Border color

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

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

This div border color is #887066.


Opacity

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

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

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

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

This text has shadow with #887066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887066 on black background.


Color preview on white background

This text has color #887066 on white background.



Black color preview on #887066 background

This text has black color on #887066 background.


White color preview on #887066 background

This text has white color on #887066 background.