COLOR #875786

HEX: #875786
RGB: (135,87,134)

Color info

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

RGB color model

#875786 color RGB value is (135,87,134).

  • red value is 135;
  • green value is 87;
  • blue value is 134.
RGB:
(135,87,134)
(53%,34%,53%)

RGB channels and saturation

R 135 of 255 = 53%
G 87 of 255 = 34%
B 134 of 255 = 53%

135
87
134

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

Portions of RGB colors in percentages

R + G + B =
135 + 87 + 134 = 356 (100%)
R 135 of 356 ~ 37.92%
G 87 of 356 ~ 24.44%
B 134 of 356 ~ 37.64%

%37.92
%24.44
%37.64

CMYK color model

#875786 color CMYK value is (0,36,1,47).

  • cyan value is 0.00%
  • magenta value is 35.56%
  • yellow value is 0.74%
  • key color value is 47.06%
CMYK:
(0,36,1,47)
C0M36Y1K47 
(0%,36%,1%,47%)
(0.00/0.36/0.01/0.47)	

CMYK percentages

%0
%35.56
%0.74
%47.06

Codes

Color #875786 in popluar color models

875786
RGB13587134
HSL301°21.62%43.53%
HSB/HSV301°35.56%52.94%
CMYK0.00%35.56%0.74%
47.06%

Color #875786 in popluar number systems.

HEX875786
Decimal13587134
Binary10000111101011110000110
Octal207127206

Shades and tints

Shades of #875786

#875786
(135,87,134)
#7B507A
(123,80,122)
#6F496E
(111,73,110)
#634262
(99,66,98)
#573B56
(87,59,86)
#4B344A
(75,52,74)
#3F2D3E
(63,45,62)
#332632
(51,38,50)
#271F26
(39,31,38)
#1B181A
(27,24,26)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #875786

#875786
(135,87,134)
#916691
(145,102,145)
#9B759C
(155,117,156)
#A584A7
(165,132,167)
#AF93B2
(175,147,178)
#B9A2BD
(185,162,189)
#C3B1C8
(195,177,200)
#CDC0D3
(205,192,211)
#D7CFDE
(215,207,222)
#E1DEE9
(225,222,233)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875786 color. Also use rgb(135,87,134) instead hex code.

Text Font Color

.myTextColor { color: #875786; }

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

This text font color is #875786.


Background Color

.myBgColor { background-color: #875786; }

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

This div background color is #875786.


Border color

.myBorderColor { border: 1px solid #875786; }

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

This div border color is #875786.


Opacity

.myOpacity80 { color: #875786; opacity: 0.8; }

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

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

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

This text has shadow with #875786 color.

.textShadow {text-shadow: 3px 3px 1px #875786, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #875786;
-webkit-box-shadow: 1px 1px 3px 2px #875786;
box-shadow:1px 1px 3px 2px #875786;">
Div content here</div>
This div box has shadow with color #875786.

Preview

Color preview on black background

This text has color #875786 on black background.


Color preview on white background

This text has color #875786 on white background.



Black color preview on #875786 background

This text has black color on #875786 background.


White color preview on #875786 background

This text has white color on #875786 background.