COLOR #875B82

HEX: #875B82 RGB: (135,91,130)

Color info

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

RGB color model

#875B82 color RGB value is (135,91,130).

RGB: (135,91,130) (53%, 36%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 91 of 255 = 36%
B 130 of 255 = 51%

135
91
130

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

Portions of RGB colors in percentages

R + G + B = 135 + 91 + 130 = 356 (100%)
R 135 of 356 ~ 37.92%
G 91 of 356 ~ 25.56%
B 130 of 356 ~ 36.52'%

%37.92
%25.56
%36.52

CMYK color model

#875B82 color CMYK value is (0,33,4,47).

  • cyan value is 0.00%
  • magenta value is 32.59%
  • yellow value is 3.70%
  • key color value is 47.06%

CMYK: (0,33,4,47)
C0M33Y4K47 (0%, 33%, 4%, 47%)
(0.00 / 0.33 / 0.04 / 0.47)

CMYK percentages

%0
%32.59
%3.7
%47.06

Codes

Color #875B82 in popluar color models

87 5B 82
RGB 135 91 130
HSL 307° 19.47% 44.31%
HSB/HSV 307° 32.59% 52.94%
CMYK 0.00% 32.59% 3.70%
47.06%

Color #875B82 in popluar number systems.

HEX 87 5B 82
Decimal 135 91 130
Binary 10000111 1011011 10000010
Octal 207 133 202

Shades and tints

Shades of #875B82

#875B82
(135,91,130)
#7B5377
(123,83,119)
#6F4B6C
(111,75,108)
#634361
(99,67,97)
#573B56
(87,59,86)
#4B334B
(75,51,75)
#3F2B40
(63,43,64)
#332335
(51,35,53)
#271B2A
(39,27,42)
#1B131F
(27,19,31)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #875B82

#875B82
(135,91,130)
#91698D
(145,105,141)
#9B7798
(155,119,152)
#A585A3
(165,133,163)
#AF93AE
(175,147,174)
#B9A1B9
(185,161,185)
#C3AFC4
(195,175,196)
#CDBDCF
(205,189,207)
#D7CBDA
(215,203,218)
#E1D9E5
(225,217,229)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875B82; }

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

This text font color is #875B82.

Background Color

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

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

This div background color is #875B82.

Border color

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

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

This div border color is #875B82.

Opacity

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

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

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

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

This text has shadow with #875B82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875B82.

Preview

Color preview on black background

This text has color #875B82 on black background.


Color preview on white background

This text has color #875B82 on white background.


Black color preview on #875B82 background

This text has black color on #875B82 background.


White color preview on #875B82 background

This text has white color on #875B82 background.


Related colors

Complementary color

Complementary color for #hex is #78A47D.


I love getcolorcode.com

Triadic colors

1 #82875B and #5B8287 with #875B82 are triadic colors.

2 #825B87 and #5B8782 with #875B82 are triadic colors.