COLOR #885D77

HEX: #885D77
RGB: (136,93,119)

Color info

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

RGB color model

#885D77 color RGB value is (136,93,119).

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

RGB channels and saturation

R 136 of 255 = 53%
G 93 of 255 = 36%
B 119 of 255 = 47%

136
93
119

R + G + B ~ 45%. #885D77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 93 + 119 = 348 (100%)
R 136 of 348 ~ 39.08%
G 93 of 348 ~ 26.72%
B 119 of 348 ~ 34.2%

%39.08
%26.72
%34.2

CMYK color model

#885D77 color CMYK value is (0,32,13,47).

  • cyan value is 0.00%
  • magenta value is 31.62%
  • yellow value is 12.50%
  • key color value is 46.67%
CMYK:
(0,32,13,47)
C0M32Y13K47 
(0%,32%,13%,47%)
(0.00/0.32/0.13/0.47)	

CMYK percentages

%0
%31.62
%12.5
%46.67

Codes

Color #885D77 in popluar color models

885D77
RGB13693119
HSL324°18.78%44.90%
HSB/HSV324°31.62%53.33%
CMYK0.00%31.62%12.50%
46.67%

Color #885D77 in popluar number systems.

HEX885D77
Decimal13693119
Binary1000100010111011110111
Octal210135167

Shades and tints

Shades of #885D77

#885D77
(136,93,119)
#7C556D
(124,85,109)
#704D63
(112,77,99)
#644559
(100,69,89)
#583D4F
(88,61,79)
#4C3545
(76,53,69)
#402D3B
(64,45,59)
#342531
(52,37,49)
#281D27
(40,29,39)
#1C151D
(28,21,29)
#100D13
(16,13,19)
#000000
(0,0,0)

Tints of #885D77

#885D77
(136,93,119)
#926B83
(146,107,131)
#9C798F
(156,121,143)
#A6879B
(166,135,155)
#B095A7
(176,149,167)
#BAA3B3
(186,163,179)
#C4B1BF
(196,177,191)
#CEBFCB
(206,191,203)
#D8CDD7
(216,205,215)
#E2DBE3
(226,219,227)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #885D77; }

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

This text font color is #885D77.


Background Color

.myBgColor { background-color: #885D77; }

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

This div background color is #885D77.


Border color

.myBorderColor { border: 1px solid #885D77; }

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

This div border color is #885D77.


Opacity

.myOpacity80 { color: #885D77; opacity: 0.8; }

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

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

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

This text has shadow with #885D77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #885D77 on black background.


Color preview on white background

This text has color #885D77 on white background.



Black color preview on #885D77 background

This text has black color on #885D77 background.


White color preview on #885D77 background

This text has white color on #885D77 background.