COLOR #875A72

HEX: #875A72 RGB: (135,90,114)

Color info

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

RGB color model

#875A72 color RGB value is (135,90,114).

RGB: (135,90,114) (53%, 35%, 45%)

RGB channels and saturation

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

135
90
114

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

Portions of RGB colors in percentages

R + G + B = 135 + 90 + 114 = 339 (100%)
R 135 of 339 ~ 39.82%
G 90 of 339 ~ 26.55%
B 114 of 339 ~ 33.63'%

%39.82
%26.55
%33.63

CMYK color model

#875A72 color CMYK value is (0,33,16,47).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 15.56%
  • key color value is 47.06%

CMYK: (0,33,16,47)
C0M33Y16K47 (0%, 33%, 16%, 47%)
(0.00 / 0.33 / 0.16 / 0.47)

CMYK percentages

%0
%33.33
%15.56
%47.06

Codes

Color #875A72 in popluar color models

87 5A 72
RGB 135 90 114
HSL 328° 20.00% 44.12%
HSB/HSV 328° 33.33% 52.94%
CMYK 0.00% 33.33% 15.56%
47.06%

Color #875A72 in popluar number systems.

HEX 87 5A 72
Decimal 135 90 114
Binary 10000111 1011010 1110010
Octal 207 132 162

Shades and tints

Shades of #875A72

#875A72
(135,90,114)
#7B5268
(123,82,104)
#6F4A5E
(111,74,94)
#634254
(99,66,84)
#573A4A
(87,58,74)
#4B3240
(75,50,64)
#3F2A36
(63,42,54)
#33222C
(51,34,44)
#271A22
(39,26,34)
#1B1218
(27,18,24)
#0F0A0E
(15,10,14)
#000000
(0,0,0)

Tints of #875A72

#875A72
(135,90,114)
#91697E
(145,105,126)
#9B788A
(155,120,138)
#A58796
(165,135,150)
#AF96A2
(175,150,162)
#B9A5AE
(185,165,174)
#C3B4BA
(195,180,186)
#CDC3C6
(205,195,198)
#D7D2D2
(215,210,210)
#E1E1DE
(225,225,222)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875A72; }

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

This text font color is #875A72.

Background Color

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

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

This div background color is #875A72.

Border color

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

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

This div border color is #875A72.

Opacity

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

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

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

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

This text has shadow with #875A72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875A72.

Preview

Color preview on black background

This text has color #875A72 on black background.


Color preview on white background

This text has color #875A72 on white background.


Black color preview on #875A72 background

This text has black color on #875A72 background.


White color preview on #875A72 background

This text has white color on #875A72 background.


Related colors

Complementary color

Complementary color for #hex is #78A58D.


I love getcolorcode.com

Triadic colors

1 #72875A and #5A7287 with #875A72 are triadic colors.

2 #725A87 and #5A8772 with #875A72 are triadic colors.