COLOR #875A6D

HEX: #875A6D RGB: (135,90,109)

Color info

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

RGB color model

#875A6D color RGB value is (135,90,109).

RGB: (135,90,109) (53%, 35%, 43%)

RGB channels and saturation

R 135 of 255 = 53%
G 90 of 255 = 35%
B 109 of 255 = 43%

135
90
109

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

Portions of RGB colors in percentages

R + G + B = 135 + 90 + 109 = 334 (100%)
R 135 of 334 ~ 40.42%
G 90 of 334 ~ 26.95%
B 109 of 334 ~ 32.63'%

%40.42
%26.95
%32.63

CMYK color model

#875A6D color CMYK value is (0,33,19,47).

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

CMYK: (0,33,19,47)
C0M33Y19K47 (0%, 33%, 19%, 47%)
(0.00 / 0.33 / 0.19 / 0.47)

CMYK percentages

%0
%33.33
%19.26
%47.06

Codes

Color #875A6D in popluar color models

87 5A 6D
RGB 135 90 109
HSL 335° 20.00% 44.12%
HSB/HSV 335° 33.33% 52.94%
CMYK 0.00% 33.33% 19.26%
47.06%

Color #875A6D in popluar number systems.

HEX 87 5A 6D
Decimal 135 90 109
Binary 10000111 1011010 1101101
Octal 207 132 155

Shades and tints

Shades of #875A6D

#875A6D
(135,90,109)
#7B5264
(123,82,100)
#6F4A5B
(111,74,91)
#634252
(99,66,82)
#573A49
(87,58,73)
#4B3240
(75,50,64)
#3F2A37
(63,42,55)
#33222E
(51,34,46)
#271A25
(39,26,37)
#1B121C
(27,18,28)
#0F0A13
(15,10,19)
#000000
(0,0,0)

Tints of #875A6D

#875A6D
(135,90,109)
#91697A
(145,105,122)
#9B7887
(155,120,135)
#A58794
(165,135,148)
#AF96A1
(175,150,161)
#B9A5AE
(185,165,174)
#C3B4BB
(195,180,187)
#CDC3C8
(205,195,200)
#D7D2D5
(215,210,213)
#E1E1E2
(225,225,226)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #875A6D; }

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

This text font color is #875A6D.

Background Color

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

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

This div background color is #875A6D.

Border color

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

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

This div border color is #875A6D.

Opacity

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

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

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

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

This text has shadow with #875A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #875A6D.

Preview

Color preview on black background

This text has color #875A6D on black background.


Color preview on white background

This text has color #875A6D on white background.


Black color preview on #875A6D background

This text has black color on #875A6D background.


White color preview on #875A6D background

This text has white color on #875A6D background.


Related colors

Complementary color

Complementary color for #hex is #78A592.


I love getcolorcode.com

Triadic colors

1 #6D875A and #5A6D87 with #875A6D are triadic colors.

2 #6D5A87 and #5A876D with #875A6D are triadic colors.