COLOR #875A73

HEX: #875A73
RGB: (135,90,115)

Color info

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

RGB color model

#875A73 color RGB value is (135,90,115).

  • red value is 135;
  • green value is 90;
  • blue value is 115.
RGB:
(135,90,115)
(53%,35%,45%)

RGB channels and saturation

R 135 of 255 = 53%
G 90 of 255 = 35%
B 115 of 255 = 45%

135
90
115

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

Portions of RGB colors in percentages

R + G + B =
135 + 90 + 115 = 340 (100%)
R 135 of 340 ~ 39.71%
G 90 of 340 ~ 26.47%
B 115 of 340 ~ 33.82%

%39.71
%26.47
%33.82

CMYK color model

#875A73 color CMYK value is (0,33,15,47).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(0,33,15,47)
C0M33Y15K47 
(0%,33%,15%,47%)
(0.00/0.33/0.15/0.47)	

CMYK percentages

%0
%33.33
%14.81
%47.06

Codes

Color #875A73 in popluar color models

875A73
RGB13590115
HSL327°20.00%44.12%
HSB/HSV327°33.33%52.94%
CMYK0.00%33.33%14.81%
47.06%

Color #875A73 in popluar number systems.

HEX875A73
Decimal13590115
Binary1000011110110101110011
Octal207132163

Shades and tints

Shades of #875A73

#875A73
(135,90,115)
#7B5269
(123,82,105)
#6F4A5F
(111,74,95)
#634255
(99,66,85)
#573A4B
(87,58,75)
#4B3241
(75,50,65)
#3F2A37
(63,42,55)
#33222D
(51,34,45)
#271A23
(39,26,35)
#1B1219
(27,18,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #875A73

#875A73
(135,90,115)
#91697F
(145,105,127)
#9B788B
(155,120,139)
#A58797
(165,135,151)
#AF96A3
(175,150,163)
#B9A5AF
(185,165,175)
#C3B4BB
(195,180,187)
#CDC3C7
(205,195,199)
#D7D2D3
(215,210,211)
#E1E1DF
(225,225,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #875A73 color. Also use rgb(135,90,115) instead hex code.

Text Font Color

.myTextColor { color: #875A73; }

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

This text font color is #875A73.


Background Color

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

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

This div background color is #875A73.


Border color

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

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

This div border color is #875A73.


Opacity

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

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

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

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

This text has shadow with #875A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #875A73 on black background.


Color preview on white background

This text has color #875A73 on white background.



Black color preview on #875A73 background

This text has black color on #875A73 background.


White color preview on #875A73 background

This text has white color on #875A73 background.