COLOR #886877

HEX: #886877
RGB: (136,104,119)

Color info

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

RGB color model

#886877 color RGB value is (136,104,119).

  • red value is 136;
  • green value is 104;
  • blue value is 119.
RGB:
(136,104,119)
(53%,41%,47%)

RGB channels and saturation

R 136 of 255 = 53%
G 104 of 255 = 41%
B 119 of 255 = 47%

136
104
119

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

Portions of RGB colors in percentages

R + G + B =
136 + 104 + 119 = 359 (100%)
R 136 of 359 ~ 37.88%
G 104 of 359 ~ 28.97%
B 119 of 359 ~ 33.15%

%37.88
%28.97
%33.15

CMYK color model

#886877 color CMYK value is (0,24,13,47).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(0,24,13,47)
C0M24Y13K47 
(0%,24%,13%,47%)
(0.00/0.24/0.13/0.47)	

CMYK percentages

%0
%23.53
%12.5
%46.67

Codes

Color #886877 in popluar color models

886877
RGB136104119
HSL332°13.33%47.06%
HSB/HSV332°23.53%53.33%
CMYK0.00%23.53%12.50%
46.67%

Color #886877 in popluar number systems.

HEX886877
Decimal136104119
Binary1000100011010001110111
Octal210150167

Shades and tints

Shades of #886877

#886877
(136,104,119)
#7C5F6D
(124,95,109)
#705663
(112,86,99)
#644D59
(100,77,89)
#58444F
(88,68,79)
#4C3B45
(76,59,69)
#40323B
(64,50,59)
#342931
(52,41,49)
#282027
(40,32,39)
#1C171D
(28,23,29)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #886877

#886877
(136,104,119)
#927583
(146,117,131)
#9C828F
(156,130,143)
#A68F9B
(166,143,155)
#B09CA7
(176,156,167)
#BAA9B3
(186,169,179)
#C4B6BF
(196,182,191)
#CEC3CB
(206,195,203)
#D8D0D7
(216,208,215)
#E2DDE3
(226,221,227)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #886877 color. Also use rgb(136,104,119) instead hex code.

Text Font Color

.myTextColor { color: #886877; }

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

This text font color is #886877.


Background Color

.myBgColor { background-color: #886877; }

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

This div background color is #886877.


Border color

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

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

This div border color is #886877.


Opacity

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

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

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

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

This text has shadow with #886877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886877 on black background.


Color preview on white background

This text has color #886877 on white background.



Black color preview on #886877 background

This text has black color on #886877 background.


White color preview on #886877 background

This text has white color on #886877 background.