COLOR #87556D

HEX: #87556D RGB: (135,85,109)

Color info

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

RGB color model

#87556D color RGB value is (135,85,109).

RGB: (135,85,109) (53%, 33%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 85 of 255 = 33%
B 109 of 255 = 43%

135
85
109

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

Portions of RGB colors in percentages

R + G + B = 135 + 85 + 109 = 329 (100%)
R 135 of 329 ~ 41.03%
G 85 of 329 ~ 25.84%
B 109 of 329 ~ 33.13'%

%41.03
%25.84
%33.13

CMYK color model

#87556D color CMYK value is (0,37,19,47).

  • cyan value is 0.00%
  • magenta value is 37.04%
  • yellow value is 19.26%
  • key color value is 47.06%
CMYK: (0,37,19,47) C0M37Y19K47 (0%,37%,19%,47%) (0.00/0.37/0.19/0.47) 

CMYK percentages

%0
%37.04
%19.26
%47.06

Codes

Color #87556D in popluar color models

87 55 6D
RGB 135 85 109
HSL 331° 22.73% 43.14%
HSB/HSV 331° 37.04% 52.94%
CMYK 0.00% 37.04% 19.26%
47.06%

Color #87556D in popluar number systems.

HEX 87 55 6D
Decimal 135 85 109
Binary 10000111 1010101 1101101
Octal 207 125 155

Shades and tints

Shades of #87556D

#87556D
(135,85,109)
#7B4E64
(123,78,100)
#6F475B
(111,71,91)
#634052
(99,64,82)
#573949
(87,57,73)
#4B3240
(75,50,64)
#3F2B37
(63,43,55)
#33242E
(51,36,46)
#271D25
(39,29,37)
#1B161C
(27,22,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #87556D

#87556D
(135,85,109)
#91647A
(145,100,122)
#9B7387
(155,115,135)
#A58294
(165,130,148)
#AF91A1
(175,145,161)
#B9A0AE
(185,160,174)
#C3AFBB
(195,175,187)
#CDBEC8
(205,190,200)
#D7CDD5
(215,205,213)
#E1DCE2
(225,220,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #87556D color. Also use rgb(135,85,109) instead hex code.

Text Font Color

.myTextColor { color: #87556D; }

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

This text font color is #87556D.

Background Color

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

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

This div background color is #87556D.

Border color

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

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

This div border color is #87556D.

Opacity

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

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

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

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

This text has shadow with #87556D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #87556D.

Preview

Color preview on black background

This text has color #87556D on black background.


Color preview on white background

This text has color #87556D on white background.


Black color preview on #87556D background

This text has black color on #87556D background.


White color preview on #87556D background

This text has white color on #87556D background.


Related colors

Complementary color

Complementary color for #hex is #78AA92.


I love getcolorcode.com

Triadic colors

1 #6D8755 and #556D87 with #87556D are triadic colors.

2 #6D5587 and #55876D with #87556D are triadic colors.