COLOR #886977

HEX: #886977
RGB: (136,105,119)

Color info

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

RGB color model

#886977 color RGB value is (136,105,119).

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

RGB channels and saturation

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

136
105
119

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

Portions of RGB colors in percentages

R + G + B =
136 + 105 + 119 = 360 (100%)
R 136 of 360 ~ 37.78%
G 105 of 360 ~ 29.17%
B 119 of 360 ~ 33.06%

%37.78
%29.17
%33.06

CMYK color model

#886977 color CMYK value is (0,23,13,47).

  • cyan value is 0.00%
  • magenta value is 22.79%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(0,23,13,47)
C0M23Y13K47 
(0%,23%,13%,47%)
(0.00/0.23/0.13/0.47)	

CMYK percentages

%0
%22.79
%12.5
%46.67

Codes

Color #886977 in popluar color models

886977
RGB136105119
HSL333°12.86%47.25%
HSB/HSV333°22.79%53.33%
CMYK0.00%22.79%12.50%
46.67%

Color #886977 in popluar number systems.

HEX886977
Decimal136105119
Binary1000100011010011110111
Octal210151167

Shades and tints

Shades of #886977

#886977
(136,105,119)
#7C606D
(124,96,109)
#705763
(112,87,99)
#644E59
(100,78,89)
#58454F
(88,69,79)
#4C3C45
(76,60,69)
#40333B
(64,51,59)
#342A31
(52,42,49)
#282127
(40,33,39)
#1C181D
(28,24,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #886977

#886977
(136,105,119)
#927683
(146,118,131)
#9C838F
(156,131,143)
#A6909B
(166,144,155)
#B09DA7
(176,157,167)
#BAAAB3
(186,170,179)
#C4B7BF
(196,183,191)
#CEC4CB
(206,196,203)
#D8D1D7
(216,209,215)
#E2DEE3
(226,222,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #886977; }

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

This text font color is #886977.


Background Color

.myBgColor { background-color: #886977; }

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

This div background color is #886977.


Border color

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

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

This div border color is #886977.


Opacity

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

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

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

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

This text has shadow with #886977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #886977 on black background.


Color preview on white background

This text has color #886977 on white background.



Black color preview on #886977 background

This text has black color on #886977 background.


White color preview on #886977 background

This text has white color on #886977 background.