COLOR #875F87

HEX: #875F87 RGB: (135,95,135)

Color info

#875F87 contains red, green and blue colors in about the same proportion. Web safe color of #875F87 is #996699 (or #969).

RGB color model

#875F87 color RGB value is (135,95,135).

RGB: (135,95,135) (53%, 37%, 53%)

RGB channels and saturation

R 135 of 255 = 53%
G 95 of 255 = 37%
B 135 of 255 = 53%

135
95
135

R + G + B ~ 48%. #875F87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 95 + 135 = 365 (100%)
R 135 of 365 ~ 36.99%
G 95 of 365 ~ 26.03%
B 135 of 365 ~ 36.99'%

%36.99
%26.03
%36.99

CMYK color model

#875F87 color CMYK value is (0,30,0,47).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (0,30,0,47)
C0M30Y0K47 (0%, 30%, 0%, 47%)
(0.00 / 0.30 / 0.00 / 0.47)

CMYK percentages

%0
%29.63
%0
%47.06

Codes

Color #875F87 in popluar color models

87 5F 87
RGB 135 95 135
HSL 300° 17.39% 45.10%
HSB/HSV 300° 29.63% 52.94%
CMYK 0.00% 29.63% 0.00%
47.06%

Color #875F87 in popluar number systems.

HEX 87 5F 87
Decimal 135 95 135
Binary 10000111 1011111 10000111
Octal 207 137 207

Shades and tints

Shades of #875F87

#875F87
(135,95,135)
#7B577B
(123,87,123)
#6F4F6F
(111,79,111)
#634763
(99,71,99)
#573F57
(87,63,87)
#4B374B
(75,55,75)
#3F2F3F
(63,47,63)
#332733
(51,39,51)
#271F27
(39,31,39)
#1B171B
(27,23,27)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #875F87

#875F87
(135,95,135)
#916D91
(145,109,145)
#9B7B9B
(155,123,155)
#A589A5
(165,137,165)
#AF97AF
(175,151,175)
#B9A5B9
(185,165,185)
#C3B3C3
(195,179,195)
#CDC1CD
(205,193,205)
#D7CFD7
(215,207,215)
#E1DDE1
(225,221,225)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875F87 color. Also use rgb(135,95,135) instead hex code.

Text Font Color

.myTextColor { color: #875F87; }

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

This text font color is #875F87.

Background Color

.myBgColor { background-color: #875F87; }

<div style="background-color:#875F87">Inner text</div>

This div background color is #875F87.

Border color

.myBorderColor { border: 1px solid #875F87; }

<div style="border:3px solid #875F87">Div</div>

This div border color is #875F87.

Opacity

.myOpacity80 { color: #875F87; opacity: 0.8; }

<p style="color:#875F87;opacity:0.8;">80%</p>

Text with #875F87 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 #875F87;}

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

This text has shadow with #875F87 color.


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

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

This text has shadow with #875F87 primary color and red secondary color.


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

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

This text has shadow with #875F87 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #875F87.

Preview

Color preview on black background

This text has color #875F87 on black background.


Color preview on white background

This text has color #875F87 on white background.


Black color preview on #875F87 background

This text has black color on #875F87 background.


White color preview on #875F87 background

This text has white color on #875F87 background.


Related colors

Complementary color

Complementary color for #hex is #78A078.


I love getcolorcode.com

Triadic colors

1 #87875F and #5F8787 with #875F87 are triadic colors.

2 #875F87 and #5F8787 with #875F87 are triadic colors.