COLOR #885F80

HEX: #885F80 RGB: (136,95,128)

Color info

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

RGB color model

#885F80 color RGB value is (136,95,128).

RGB: (136,95,128) (53%, 37%, 50%)

RGB channels and saturation

R 136 of 255 = 53%
G 95 of 255 = 37%
B 128 of 255 = 50%

136
95
128

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

Portions of RGB colors in percentages

R + G + B = 136 + 95 + 128 = 359 (100%)
R 136 of 359 ~ 37.88%
G 95 of 359 ~ 26.46%
B 128 of 359 ~ 35.65'%

%37.88
%26.46
%35.65

CMYK color model

#885F80 color CMYK value is (0,30,6,47).

  • cyan value is 0.00%
  • magenta value is 30.15%
  • yellow value is 5.88%
  • key color value is 46.67%

CMYK: (0,30,6,47)
C0M30Y6K47 (0%, 30%, 6%, 47%)
(0.00 / 0.30 / 0.06 / 0.47)

CMYK percentages

%0
%30.15
%5.88
%46.67

Codes

Color #885F80 in popluar color models

88 5F 80
RGB 136 95 128
HSL 312° 17.75% 45.29%
HSB/HSV 312° 30.15% 53.33%
CMYK 0.00% 30.15% 5.88%
46.67%

Color #885F80 in popluar number systems.

HEX 88 5F 80
Decimal 136 95 128
Binary 10001000 1011111 10000000
Octal 210 137 200

Shades and tints

Shades of #885F80

#885F80
(136,95,128)
#7C5775
(124,87,117)
#704F6A
(112,79,106)
#64475F
(100,71,95)
#583F54
(88,63,84)
#4C3749
(76,55,73)
#402F3E
(64,47,62)
#342733
(52,39,51)
#281F28
(40,31,40)
#1C171D
(28,23,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #885F80

#885F80
(136,95,128)
#926D8B
(146,109,139)
#9C7B96
(156,123,150)
#A689A1
(166,137,161)
#B097AC
(176,151,172)
#BAA5B7
(186,165,183)
#C4B3C2
(196,179,194)
#CEC1CD
(206,193,205)
#D8CFD8
(216,207,216)
#E2DDE3
(226,221,227)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885F80 color. Also use rgb(136,95,128) instead hex code.

Text Font Color

.myTextColor { color: #885F80; }

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

This text font color is #885F80.

Background Color

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

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

This div background color is #885F80.

Border color

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

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

This div border color is #885F80.

Opacity

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

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

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

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

This text has shadow with #885F80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885F80.

Preview

Color preview on black background

This text has color #885F80 on black background.


Color preview on white background

This text has color #885F80 on white background.


Black color preview on #885F80 background

This text has black color on #885F80 background.


White color preview on #885F80 background

This text has white color on #885F80 background.


Related colors

Complementary color

Complementary color for #hex is #77A07F.


I love getcolorcode.com

Triadic colors

1 #80885F and #5F8088 with #885F80 are triadic colors.

2 #805F88 and #5F8880 with #885F80 are triadic colors.