COLOR #877D83

HEX: #877D83 RGB: (135,125,131)

Color info

#877D83 contains red, green and blue colors in about the same proportion. Web safe color of #877D83 is #996699 (or #969).

RGB color model

#877D83 color RGB value is (135,125,131).

RGB: (135,125,131) (53%, 49%, 51%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 131 of 255 = 51%

135
125
131

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

Portions of RGB colors in percentages

R + G + B = 135 + 125 + 131 = 391 (100%)
R 135 of 391 ~ 34.53%
G 125 of 391 ~ 31.97%
B 131 of 391 ~ 33.5'%

%34.53
%31.97
%33.5

CMYK color model

#877D83 color CMYK value is (0,7,3,47).

  • cyan value is 0.00%
  • magenta value is 7.41%
  • yellow value is 2.96%
  • key color value is 47.06%
CMYK: (0,7,3,47) C0M7Y3K47 (0%,7%,3%,47%) (0.00/0.07/0.03/0.47) 

CMYK percentages

%0
%7.41
%2.96
%47.06

Codes

Color #877D83 in popluar color models

87 7D 83
RGB 135 125 131
HSL 324° 4.00% 50.98%
HSB/HSV 324° 7.41% 52.94%
CMYK 0.00% 7.41% 2.96%
47.06%

Color #877D83 in popluar number systems.

HEX 87 7D 83
Decimal 135 125 131
Binary 10000111 1111101 10000011
Octal 207 175 203

Shades and tints

Shades of #877D83

#877D83
(135,125,131)
#7B7278
(123,114,120)
#6F676D
(111,103,109)
#635C62
(99,92,98)
#575157
(87,81,87)
#4B464C
(75,70,76)
#3F3B41
(63,59,65)
#333036
(51,48,54)
#27252B
(39,37,43)
#1B1A20
(27,26,32)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #877D83

#877D83
(135,125,131)
#91888E
(145,136,142)
#9B9399
(155,147,153)
#A59EA4
(165,158,164)
#AFA9AF
(175,169,175)
#B9B4BA
(185,180,186)
#C3BFC5
(195,191,197)
#CDCAD0
(205,202,208)
#D7D5DB
(215,213,219)
#E1E0E6
(225,224,230)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D83; }

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

This text font color is #877D83.

Background Color

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

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

This div background color is #877D83.

Border color

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

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

This div border color is #877D83.

Opacity

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

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

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

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

This text has shadow with #877D83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877D83.

Preview

Color preview on black background

This text has color #877D83 on black background.


Color preview on white background

This text has color #877D83 on white background.


Black color preview on #877D83 background

This text has black color on #877D83 background.


White color preview on #877D83 background

This text has white color on #877D83 background.


Related colors

Complementary color

Complementary color for #hex is #78827C.


I love getcolorcode.com

Triadic colors

1 #83877D and #7D8387 with #877D83 are triadic colors.

2 #837D87 and #7D8783 with #877D83 are triadic colors.