COLOR #875E76

HEX: #875E76
RGB: (135,94,118)

Color info

#875E76 contains red, green and blue colors in about the same proportion. Web safe color of #875E76 is #996666 (or #966).

RGB color model

#875E76 color RGB value is (135,94,118).

  • red value is 135;
  • green value is 94;
  • blue value is 118.
RGB:
(135,94,118)
(53%,37%,46%)

RGB channels and saturation

R 135 of 255 = 53%
G 94 of 255 = 37%
B 118 of 255 = 46%

135
94
118

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

Portions of RGB colors in percentages

R + G + B =
135 + 94 + 118 = 347 (100%)
R 135 of 347 ~ 38.9%
G 94 of 347 ~ 27.09%
B 118 of 347 ~ 34.01%

%38.9
%27.09
%34.01

CMYK color model

#875E76 color CMYK value is (0,30,13,47).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 12.59%
  • key color value is 47.06%
CMYK:
(0,30,13,47)
C0M30Y13K47 
(0%,30%,13%,47%)
(0.00/0.30/0.13/0.47)	

CMYK percentages

%0
%30.37
%12.59
%47.06

Codes

Color #875E76 in popluar color models

875E76
RGB13594118
HSL325°17.90%44.90%
HSB/HSV325°30.37%52.94%
CMYK0.00%30.37%12.59%
47.06%

Color #875E76 in popluar number systems.

HEX875E76
Decimal13594118
Binary1000011110111101110110
Octal207136166

Shades and tints

Shades of #875E76

#875E76
(135,94,118)
#7B566C
(123,86,108)
#6F4E62
(111,78,98)
#634658
(99,70,88)
#573E4E
(87,62,78)
#4B3644
(75,54,68)
#3F2E3A
(63,46,58)
#332630
(51,38,48)
#271E26
(39,30,38)
#1B161C
(27,22,28)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #875E76

#875E76
(135,94,118)
#916C82
(145,108,130)
#9B7A8E
(155,122,142)
#A5889A
(165,136,154)
#AF96A6
(175,150,166)
#B9A4B2
(185,164,178)
#C3B2BE
(195,178,190)
#CDC0CA
(205,192,202)
#D7CED6
(215,206,214)
#E1DCE2
(225,220,226)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875E76 color. Also use rgb(135,94,118) instead hex code.

Text Font Color

.myTextColor { color: #875E76; }

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

This text font color is #875E76.


Background Color

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

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

This div background color is #875E76.


Border color

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

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

This div border color is #875E76.


Opacity

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

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

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

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

This text has shadow with #875E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875E76 on black background.


Color preview on white background

This text has color #875E76 on white background.



Black color preview on #875E76 background

This text has black color on #875E76 background.


White color preview on #875E76 background

This text has white color on #875E76 background.