COLOR #885771

HEX: #885771
RGB: (136,87,113)

Color info

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

RGB color model

#885771 color RGB value is (136,87,113).

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

RGB channels and saturation

R 136 of 255 = 53%
G 87 of 255 = 34%
B 113 of 255 = 44%

136
87
113

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

Portions of RGB colors in percentages

R + G + B =
136 + 87 + 113 = 336 (100%)
R 136 of 336 ~ 40.48%
G 87 of 336 ~ 25.89%
B 113 of 336 ~ 33.63%

%40.48
%25.89
%33.63

CMYK color model

#885771 color CMYK value is (0,36,17,47).

  • cyan value is 0.00%
  • magenta value is 36.03%
  • yellow value is 16.91%
  • key color value is 46.67%
CMYK:
(0,36,17,47)
C0M36Y17K47 
(0%,36%,17%,47%)
(0.00/0.36/0.17/0.47)	

CMYK percentages

%0
%36.03
%16.91
%46.67

Codes

Color #885771 in popluar color models

885771
RGB13687113
HSL328°21.97%43.73%
HSB/HSV328°36.03%53.33%
CMYK0.00%36.03%16.91%
46.67%

Color #885771 in popluar number systems.

HEX885771
Decimal13687113
Binary1000100010101111110001
Octal210127161

Shades and tints

Shades of #885771

#885771
(136,87,113)
#7C5067
(124,80,103)
#70495D
(112,73,93)
#644253
(100,66,83)
#583B49
(88,59,73)
#4C343F
(76,52,63)
#402D35
(64,45,53)
#34262B
(52,38,43)
#281F21
(40,31,33)
#1C1817
(28,24,23)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #885771

#885771
(136,87,113)
#92667D
(146,102,125)
#9C7589
(156,117,137)
#A68495
(166,132,149)
#B093A1
(176,147,161)
#BAA2AD
(186,162,173)
#C4B1B9
(196,177,185)
#CEC0C5
(206,192,197)
#D8CFD1
(216,207,209)
#E2DEDD
(226,222,221)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885771; }

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

This text font color is #885771.


Background Color

.myBgColor { background-color: #885771; }

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

This div background color is #885771.


Border color

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

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

This div border color is #885771.


Opacity

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

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

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

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

This text has shadow with #885771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885771 on black background.


Color preview on white background

This text has color #885771 on white background.



Black color preview on #885771 background

This text has black color on #885771 background.


White color preview on #885771 background

This text has white color on #885771 background.