COLOR #87577D

HEX: #87577D RGB: (135,87,125)

Color info

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

RGB color model

#87577D color RGB value is (135,87,125).

RGB: (135,87,125) (53%, 34%, 49%)

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 125 of 255 = 49%

135
87
125

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

Portions of RGB colors in percentages

R + G + B = 135 + 87 + 125 = 347 (100%)
R 135 of 347 ~ 38.9%
G 87 of 347 ~ 25.07%
B 125 of 347 ~ 36.02'%

%38.9
%25.07
%36.02

CMYK color model

#87577D color CMYK value is (0,36,7,47).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 7.41%
  • key color value is 47.06%

CMYK: (0,36,7,47)
C0M36Y7K47 (0%, 36%, 7%, 47%)
(0.00 / 0.36 / 0.07 / 0.47)

CMYK percentages

%0
%35.56
%7.41
%47.06

Codes

Color #87577D in popluar color models

87 57 7D
RGB 135 87 125
HSL 313° 21.62% 43.53%
HSB/HSV 313° 35.56% 52.94%
CMYK 0.00% 35.56% 7.41%
47.06%

Color #87577D in popluar number systems.

HEX 87 57 7D
Decimal 135 87 125
Binary 10000111 1010111 1111101
Octal 207 127 175

Shades and tints

Shades of #87577D

#87577D
(135,87,125)
#7B5072
(123,80,114)
#6F4967
(111,73,103)
#63425C
(99,66,92)
#573B51
(87,59,81)
#4B3446
(75,52,70)
#3F2D3B
(63,45,59)
#332630
(51,38,48)
#271F25
(39,31,37)
#1B181A
(27,24,26)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #87577D

#87577D
(135,87,125)
#916688
(145,102,136)
#9B7593
(155,117,147)
#A5849E
(165,132,158)
#AF93A9
(175,147,169)
#B9A2B4
(185,162,180)
#C3B1BF
(195,177,191)
#CDC0CA
(205,192,202)
#D7CFD5
(215,207,213)
#E1DEE0
(225,222,224)
#EBEDEB
(235,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87577D color. Also use rgb(135,87,125) instead hex code.

Text Font Color

.myTextColor { color: #87577D; }

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

This text font color is #87577D.

Background Color

.myBgColor { background-color: #87577D; }

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

This div background color is #87577D.

Border color

.myBorderColor { border: 1px solid #87577D; }

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

This div border color is #87577D.

Opacity

.myOpacity80 { color: #87577D; opacity: 0.8; }

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

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

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

This text has shadow with #87577D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87577D.

Preview

Color preview on black background

This text has color #87577D on black background.


Color preview on white background

This text has color #87577D on white background.


Black color preview on #87577D background

This text has black color on #87577D background.


White color preview on #87577D background

This text has white color on #87577D background.


Related colors

Complementary color

Complementary color for #hex is #78A882.


I love getcolorcode.com

Triadic colors

1 #7D8757 and #577D87 with #87577D are triadic colors.

2 #7D5787 and #57877D with #87577D are triadic colors.