COLOR #875B8B

HEX: #875B8B RGB: (135,91,139)

Color info

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

RGB color model

#875B8B color RGB value is (135,91,139).

RGB: (135,91,139) (53%, 36%, 55%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 139 of 255 = 55%

135
91
139

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

Portions of RGB colors in percentages

R + G + B = 135 + 91 + 139 = 365 (100%)
R 135 of 365 ~ 36.99%
G 91 of 365 ~ 24.93%
B 139 of 365 ~ 38.08'%

%36.99
%24.93
%38.08

CMYK color model

#875B8B color CMYK value is (3,35,0,45).

  • cyan value is 2.88%
  • magenta value is 34.53%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (3,35,0,45)
C3M35Y0K45 (3%, 35%, 0%, 45%)
(0.03 / 0.35 / 0.00 / 0.45)

CMYK percentages

%2.88
%34.53
%0
%45.49

Codes

Color #875B8B in popluar color models

87 5B 8B
RGB 135 91 139
HSL 295° 20.87% 45.10%
HSB/HSV 295° 34.53% 54.51%
CMYK 2.88% 34.53% 0.00%
45.49%

Color #875B8B in popluar number systems.

HEX 87 5B 8B
Decimal 135 91 139
Binary 10000111 1011011 10001011
Octal 207 133 213

Shades and tints

Shades of #875B8B

#875B8B
(135,91,139)
#7B537F
(123,83,127)
#6F4B73
(111,75,115)
#634367
(99,67,103)
#573B5B
(87,59,91)
#4B334F
(75,51,79)
#3F2B43
(63,43,67)
#332337
(51,35,55)
#271B2B
(39,27,43)
#1B131F
(27,19,31)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #875B8B

#875B8B
(135,91,139)
#916995
(145,105,149)
#9B779F
(155,119,159)
#A585A9
(165,133,169)
#AF93B3
(175,147,179)
#B9A1BD
(185,161,189)
#C3AFC7
(195,175,199)
#CDBDD1
(205,189,209)
#D7CBDB
(215,203,219)
#E1D9E5
(225,217,229)
#EBE7EF
(235,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875B8B; }

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

This text font color is #875B8B.

Background Color

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

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

This div background color is #875B8B.

Border color

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

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

This div border color is #875B8B.

Opacity

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

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

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

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

This text has shadow with #875B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875B8B.

Preview

Color preview on black background

This text has color #875B8B on black background.


Color preview on white background

This text has color #875B8B on white background.


Black color preview on #875B8B background

This text has black color on #875B8B background.


White color preview on #875B8B background

This text has white color on #875B8B background.


Related colors

Complementary color

Complementary color for #hex is #78A474.


I love getcolorcode.com

Triadic colors

1 #8B875B and #5B8B87 with #875B8B are triadic colors.

2 #8B5B87 and #5B878B with #875B8B are triadic colors.