COLOR #885A7B

HEX: #885A7B RGB: (136,90,123)

Color info

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

RGB color model

#885A7B color RGB value is (136,90,123).

RGB: (136,90,123) (53%, 35%, 48%)

RGB channels and saturation

R 136 of 255 = 53%
G 90 of 255 = 35%
B 123 of 255 = 48%

136
90
123

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

Portions of RGB colors in percentages

R + G + B = 136 + 90 + 123 = 349 (100%)
R 136 of 349 ~ 38.97%
G 90 of 349 ~ 25.79%
B 123 of 349 ~ 35.24'%

%38.97
%25.79
%35.24

CMYK color model

#885A7B color CMYK value is (0,34,10,47).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 9.56%
  • key color value is 46.67%
CMYK: (0,34,10,47) C0M34Y10K47 (0%,34%,10%,47%) (0.00/0.34/0.10/0.47) 

CMYK percentages

%0
%33.82
%9.56
%46.67

Codes

Color #885A7B in popluar color models

88 5A 7B
RGB 136 90 123
HSL 317° 20.35% 44.31%
HSB/HSV 317° 33.82% 53.33%
CMYK 0.00% 33.82% 9.56%
46.67%

Color #885A7B in popluar number systems.

HEX 88 5A 7B
Decimal 136 90 123
Binary 10001000 1011010 1111011
Octal 210 132 173

Shades and tints

Shades of #885A7B

#885A7B
(136,90,123)
#7C5270
(124,82,112)
#704A65
(112,74,101)
#64425A
(100,66,90)
#583A4F
(88,58,79)
#4C3244
(76,50,68)
#402A39
(64,42,57)
#34222E
(52,34,46)
#281A23
(40,26,35)
#1C1218
(28,18,24)
#100A0D
(16,10,13)
#000000
(0,0,0)

Tints of #885A7B

#885A7B
(136,90,123)
#926987
(146,105,135)
#9C7893
(156,120,147)
#A6879F
(166,135,159)
#B096AB
(176,150,171)
#BAA5B7
(186,165,183)
#C4B4C3
(196,180,195)
#CEC3CF
(206,195,207)
#D8D2DB
(216,210,219)
#E2E1E7
(226,225,231)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #885A7B color. Also use rgb(136,90,123) instead hex code.

Text Font Color

.myTextColor { color: #885A7B; }

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

This text font color is #885A7B.

Background Color

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

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

This div background color is #885A7B.

Border color

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

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

This div border color is #885A7B.

Opacity

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

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

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

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

This text has shadow with #885A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #885A7B.

Preview

Color preview on black background

This text has color #885A7B on black background.


Color preview on white background

This text has color #885A7B on white background.


Black color preview on #885A7B background

This text has black color on #885A7B background.


White color preview on #885A7B background

This text has white color on #885A7B background.


Related colors

Complementary color

Complementary color for #hex is #77A584.


I love getcolorcode.com

Triadic colors

1 #7B885A and #5A7B88 with #885A7B are triadic colors.

2 #7B5A88 and #5A887B with #885A7B are triadic colors.