COLOR #877B9C

HEX: #877B9C RGB: (135,123,156)

Color info

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

RGB color model

#877B9C color RGB value is (135,123,156).

RGB: (135,123,156) (53%, 48%, 61%)

RGB channels and saturation

R 135 of 255 = 53%
G 123 of 255 = 48%
B 156 of 255 = 61%

135
123
156

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

Portions of RGB colors in percentages

R + G + B = 135 + 123 + 156 = 414 (100%)
R 135 of 414 ~ 32.61%
G 123 of 414 ~ 29.71%
B 156 of 414 ~ 37.68'%

%32.61
%29.71
%37.68

CMYK color model

#877B9C color CMYK value is (13,21,0,39).

  • cyan value is 13.46%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (13,21,0,39)
C13M21Y0K39 (13%, 21%, 0%, 39%)
(0.13 / 0.21 / 0.00 / 0.39)

CMYK percentages

%13.46
%21.15
%0
%38.82

Codes

Color #877B9C in popluar color models

87 7B 9C
RGB 135 123 156
HSL 262° 14.29% 54.71%
HSB/HSV 262° 21.15% 61.18%
CMYK 13.46% 21.15% 0.00%
38.82%

Color #877B9C in popluar number systems.

HEX 87 7B 9C
Decimal 135 123 156
Binary 10000111 1111011 10011100
Octal 207 173 234

Shades and tints

Shades of #877B9C

#877B9C
(135,123,156)
#7B708E
(123,112,142)
#6F6580
(111,101,128)
#635A72
(99,90,114)
#574F64
(87,79,100)
#4B4456
(75,68,86)
#3F3948
(63,57,72)
#332E3A
(51,46,58)
#27232C
(39,35,44)
#1B181E
(27,24,30)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #877B9C

#877B9C
(135,123,156)
#9187A5
(145,135,165)
#9B93AE
(155,147,174)
#A59FB7
(165,159,183)
#AFABC0
(175,171,192)
#B9B7C9
(185,183,201)
#C3C3D2
(195,195,210)
#CDCFDB
(205,207,219)
#D7DBE4
(215,219,228)
#E1E7ED
(225,231,237)
#EBF3F6
(235,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877B9C color. Also use rgb(135,123,156) instead hex code.

Text Font Color

.myTextColor { color: #877B9C; }

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

This text font color is #877B9C.

Background Color

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

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

This div background color is #877B9C.

Border color

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

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

This div border color is #877B9C.

Opacity

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

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

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

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

This text has shadow with #877B9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877B9C.

Preview

Color preview on black background

This text has color #877B9C on black background.


Color preview on white background

This text has color #877B9C on white background.


Black color preview on #877B9C background

This text has black color on #877B9C background.


White color preview on #877B9C background

This text has white color on #877B9C background.


Related colors

Complementary color

Complementary color for #hex is #788463.


I love getcolorcode.com

Triadic colors

1 #9C877B and #7B9C87 with #877B9C are triadic colors.

2 #9C7B87 and #7B879C with #877B9C are triadic colors.