COLOR #877D70

HEX: #877D70 RGB: (135,125,112)

Color info

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

RGB color model

#877D70 color RGB value is (135,125,112).

RGB: (135,125,112) (53%, 49%, 44%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 112 of 255 = 44%

135
125
112

R + G + B ~ 49%. #877D70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 135 + 125 + 112 = 372 (100%)
R 135 of 372 ~ 36.29%
G 125 of 372 ~ 33.6%
B 112 of 372 ~ 30.11'%

%36.29
%33.6
%30.11

CMYK color model

#877D70 color CMYK value is (0,7,17,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK: (0,7,17,47) C0M7Y17K47 (0%,7%,17%,47%) (0.00/0.07/0.17/0.47) 

CMYK percentages

%0
%7.41
%17.04
%47.06

Codes

Color #877D70 in popluar color models

87 7D 70
RGB 135 125 112
HSL 34° 9.31% 48.43%
HSB/HSV 34° 17.04% 52.94%
CMYK 0.00% 7.41% 17.04%
47.06%

Color #877D70 in popluar number systems.

HEX 87 7D 70
Decimal 135 125 112
Binary 10000111 1111101 1110000
Octal 207 175 160

Shades and tints

Shades of #877D70

#877D70
(135,125,112)
#7B7266
(123,114,102)
#6F675C
(111,103,92)
#635C52
(99,92,82)
#575148
(87,81,72)
#4B463E
(75,70,62)
#3F3B34
(63,59,52)
#33302A
(51,48,42)
#272520
(39,37,32)
#1B1A16
(27,26,22)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #877D70

#877D70
(135,125,112)
#91887D
(145,136,125)
#9B938A
(155,147,138)
#A59E97
(165,158,151)
#AFA9A4
(175,169,164)
#B9B4B1
(185,180,177)
#C3BFBE
(195,191,190)
#CDCACB
(205,202,203)
#D7D5D8
(215,213,216)
#E1E0E5
(225,224,229)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877D70 color. Also use rgb(135,125,112) instead hex code.

Text Font Color

.myTextColor { color: #877D70; }

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

This text font color is #877D70.

Background Color

.myBgColor { background-color: #877D70; }

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

This div background color is #877D70.

Border color

.myBorderColor { border: 1px solid #877D70; }

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

This div border color is #877D70.

Opacity

.myOpacity80 { color: #877D70; opacity: 0.8; }

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

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

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

This text has shadow with #877D70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877D70.

Preview

Color preview on black background

This text has color #877D70 on black background.


Color preview on white background

This text has color #877D70 on white background.


Black color preview on #877D70 background

This text has black color on #877D70 background.


White color preview on #877D70 background

This text has white color on #877D70 background.


Related colors

Complementary color

Complementary color for #hex is #78828F.


I love getcolorcode.com

Triadic colors

1 #70877D and #7D7087 with #877D70 are triadic colors.

2 #707D87 and #7D8770 with #877D70 are triadic colors.