COLOR #877D89

HEX: #877D89 RGB: (135,125,137)

Color info

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

RGB color model

#877D89 color RGB value is (135,125,137).

RGB: (135,125,137) (53%, 49%, 54%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 137 of 255 = 54%

135
125
137

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

Portions of RGB colors in percentages

R + G + B = 135 + 125 + 137 = 397 (100%)
R 135 of 397 ~ 34.01%
G 125 of 397 ~ 31.49%
B 137 of 397 ~ 34.51'%

%34.01
%31.49
%34.51

CMYK color model

#877D89 color CMYK value is (1,9,0,46).

  • cyan value is 1.46%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (1,9,0,46)
C1M9Y0K46 (1%, 9%, 0%, 46%)
(0.01 / 0.09 / 0.00 / 0.46)

CMYK percentages

%1.46
%8.76
%0
%46.27

Codes

Color #877D89 in popluar color models

87 7D 89
RGB 135 125 137
HSL 290° 4.84% 51.37%
HSB/HSV 290° 8.76% 53.73%
CMYK 1.46% 8.76% 0.00%
46.27%

Color #877D89 in popluar number systems.

HEX 87 7D 89
Decimal 135 125 137
Binary 10000111 1111101 10001001
Octal 207 175 211

Shades and tints

Shades of #877D89

#877D89
(135,125,137)
#7B727D
(123,114,125)
#6F6771
(111,103,113)
#635C65
(99,92,101)
#575159
(87,81,89)
#4B464D
(75,70,77)
#3F3B41
(63,59,65)
#333035
(51,48,53)
#272529
(39,37,41)
#1B1A1D
(27,26,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #877D89

#877D89
(135,125,137)
#918893
(145,136,147)
#9B939D
(155,147,157)
#A59EA7
(165,158,167)
#AFA9B1
(175,169,177)
#B9B4BB
(185,180,187)
#C3BFC5
(195,191,197)
#CDCACF
(205,202,207)
#D7D5D9
(215,213,217)
#E1E0E3
(225,224,227)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #877D89; }

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

This text font color is #877D89.

Background Color

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

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

This div background color is #877D89.

Border color

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

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

This div border color is #877D89.

Opacity

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

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

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

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

This text has shadow with #877D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877D89.

Preview

Color preview on black background

This text has color #877D89 on black background.


Color preview on white background

This text has color #877D89 on white background.


Black color preview on #877D89 background

This text has black color on #877D89 background.


White color preview on #877D89 background

This text has white color on #877D89 background.


Related colors

Complementary color

Complementary color for #hex is #788276.


I love getcolorcode.com

Triadic colors

1 #89877D and #7D8987 with #877D89 are triadic colors.

2 #897D87 and #7D8789 with #877D89 are triadic colors.