COLOR #875F82

HEX: #875F82 RGB: (135,95,130)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

135
95
130

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

Portions of RGB colors in percentages

R + G + B = 135 + 95 + 130 = 360 (100%)
R 135 of 360 ~ 37.5%
G 95 of 360 ~ 26.39%
B 130 of 360 ~ 36.11'%

%37.5
%26.39
%36.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 3.70%
  • key color value is 47.06%
CMYK: (0,30,4,47) C0M30Y4K47 (0%,30%,4%,47%) (0.00/0.30/0.04/0.47) 

CMYK percentages

%0
%29.63
%3.7
%47.06

Codes

Color #875F82 in popluar color models

87 5F 82
RGB 135 95 130
HSL 308° 17.39% 45.10%
HSB/HSV 308° 29.63% 52.94%
CMYK 0.00% 29.63% 3.70%
47.06%

Color #875F82 in popluar number systems.

HEX 87 5F 82
Decimal 135 95 130
Binary 10000111 1011111 10000010
Octal 207 137 202

Shades and tints

Shades of #875F82

#875F82
(135,95,130)
#7B5777
(123,87,119)
#6F4F6C
(111,79,108)
#634761
(99,71,97)
#573F56
(87,63,86)
#4B374B
(75,55,75)
#3F2F40
(63,47,64)
#332735
(51,39,53)
#271F2A
(39,31,42)
#1B171F
(27,23,31)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #875F82

#875F82
(135,95,130)
#916D8D
(145,109,141)
#9B7B98
(155,123,152)
#A589A3
(165,137,163)
#AF97AE
(175,151,174)
#B9A5B9
(185,165,185)
#C3B3C4
(195,179,196)
#CDC1CF
(205,193,207)
#D7CFDA
(215,207,218)
#E1DDE5
(225,221,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875F82; }

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

This text font color is #875F82.

Background Color

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

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

This div background color is #875F82.

Border color

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

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

This div border color is #875F82.

Opacity

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

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

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

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

This text has shadow with #875F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875F82.

Preview

Color preview on black background

This text has color #875F82 on black background.


Color preview on white background

This text has color #875F82 on white background.


Black color preview on #875F82 background

This text has black color on #875F82 background.


White color preview on #875F82 background

This text has white color on #875F82 background.


Related colors

Complementary color

Complementary color for #hex is #78A07D.


I love getcolorcode.com

Triadic colors

1 #82875F and #5F8287 with #875F82 are triadic colors.

2 #825F87 and #5F8782 with #875F82 are triadic colors.