COLOR #885776

HEX: #885776
RGB: (136,87,118)

Color info

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

RGB color model

#885776 color RGB value is (136,87,118).

  • red value is 136;
  • green value is 87;
  • blue value is 118.
RGB:
(136,87,118)
(53%,34%,46%)

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 118 of 255 = 46%

136
87
118

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

Portions of RGB colors in percentages

R + G + B =
136 + 87 + 118 = 341 (100%)
R 136 of 341 ~ 39.88%
G 87 of 341 ~ 25.51%
B 118 of 341 ~ 34.6%

%39.88
%25.51
%34.6

CMYK color model

#885776 color CMYK value is (0,36,13,47).

  • cyan value is 0.00%
  • magenta value is 36.03%
  • yellow value is 13.24%
  • key color value is 46.67%
CMYK:
(0,36,13,47)
C0M36Y13K47 
(0%,36%,13%,47%)
(0.00/0.36/0.13/0.47)	

CMYK percentages

%0
%36.03
%13.24
%46.67

Codes

Color #885776 in popluar color models

885776
RGB13687118
HSL322°21.97%43.73%
HSB/HSV322°36.03%53.33%
CMYK0.00%36.03%13.24%
46.67%

Color #885776 in popluar number systems.

HEX885776
Decimal13687118
Binary1000100010101111110110
Octal210127166

Shades and tints

Shades of #885776

#885776
(136,87,118)
#7C506C
(124,80,108)
#704962
(112,73,98)
#644258
(100,66,88)
#583B4E
(88,59,78)
#4C3444
(76,52,68)
#402D3A
(64,45,58)
#342630
(52,38,48)
#281F26
(40,31,38)
#1C181C
(28,24,28)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #885776

#885776
(136,87,118)
#926682
(146,102,130)
#9C758E
(156,117,142)
#A6849A
(166,132,154)
#B093A6
(176,147,166)
#BAA2B2
(186,162,178)
#C4B1BE
(196,177,190)
#CEC0CA
(206,192,202)
#D8CFD6
(216,207,214)
#E2DEE2
(226,222,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885776 color. Also use rgb(136,87,118) instead hex code.

Text Font Color

.myTextColor { color: #885776; }

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

This text font color is #885776.


Background Color

.myBgColor { background-color: #885776; }

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

This div background color is #885776.


Border color

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

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

This div border color is #885776.


Opacity

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

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

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

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

This text has shadow with #885776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885776 on black background.


Color preview on white background

This text has color #885776 on white background.



Black color preview on #885776 background

This text has black color on #885776 background.


White color preview on #885776 background

This text has white color on #885776 background.