COLOR #875B85

HEX: #875B85 RGB: (135,91,133)

Color info

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

RGB color model

#875B85 color RGB value is (135,91,133).

RGB: (135,91,133) (53%, 36%, 52%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 133 of 255 = 52%

135
91
133

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

Portions of RGB colors in percentages

R + G + B = 135 + 91 + 133 = 359 (100%)
R 135 of 359 ~ 37.6%
G 91 of 359 ~ 25.35%
B 133 of 359 ~ 37.05'%

%37.6
%25.35
%37.05

CMYK color model

#875B85 color CMYK value is (0,33,1,47).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 1.48%
  • key color value is 47.06%
CMYK: (0,33,1,47) C0M33Y1K47 (0%,33%,1%,47%) (0.00/0.33/0.01/0.47) 

CMYK percentages

%0
%32.59
%1.48
%47.06

Codes

Color #875B85 in popluar color models

87 5B 85
RGB 135 91 133
HSL 303° 19.47% 44.31%
HSB/HSV 303° 32.59% 52.94%
CMYK 0.00% 32.59% 1.48%
47.06%

Color #875B85 in popluar number systems.

HEX 87 5B 85
Decimal 135 91 133
Binary 10000111 1011011 10000101
Octal 207 133 205

Shades and tints

Shades of #875B85

#875B85
(135,91,133)
#7B5379
(123,83,121)
#6F4B6D
(111,75,109)
#634361
(99,67,97)
#573B55
(87,59,85)
#4B3349
(75,51,73)
#3F2B3D
(63,43,61)
#332331
(51,35,49)
#271B25
(39,27,37)
#1B1319
(27,19,25)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #875B85

#875B85
(135,91,133)
#916990
(145,105,144)
#9B779B
(155,119,155)
#A585A6
(165,133,166)
#AF93B1
(175,147,177)
#B9A1BC
(185,161,188)
#C3AFC7
(195,175,199)
#CDBDD2
(205,189,210)
#D7CBDD
(215,203,221)
#E1D9E8
(225,217,232)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875B85; }

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

This text font color is #875B85.

Background Color

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

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

This div background color is #875B85.

Border color

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

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

This div border color is #875B85.

Opacity

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

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

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

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

This text has shadow with #875B85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875B85.

Preview

Color preview on black background

This text has color #875B85 on black background.


Color preview on white background

This text has color #875B85 on white background.


Black color preview on #875B85 background

This text has black color on #875B85 background.


White color preview on #875B85 background

This text has white color on #875B85 background.


Related colors

Complementary color

Complementary color for #hex is #78A47A.


I love getcolorcode.com

Triadic colors

1 #85875B and #5B8587 with #875B85 are triadic colors.

2 #855B87 and #5B8785 with #875B85 are triadic colors.