COLOR #877C9F

HEX: #877C9F RGB: (135,124,159)

Color info

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

RGB color model

#877C9F color RGB value is (135,124,159).

RGB: (135,124,159) (53%, 49%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 124 of 255 = 49%
B 159 of 255 = 62%

135
124
159

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

Portions of RGB colors in percentages

R + G + B = 135 + 124 + 159 = 418 (100%)
R 135 of 418 ~ 32.3%
G 124 of 418 ~ 29.67%
B 159 of 418 ~ 38.04'%

%32.3
%29.67
%38.04

CMYK color model

#877C9F color CMYK value is (15,22,0,38).

  • cyan value is 15.09%
  • magenta value is 22.01%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (15,22,0,38)
C15M22Y0K38 (15%, 22%, 0%, 38%)
(0.15 / 0.22 / 0.00 / 0.38)

CMYK percentages

%15.09
%22.01
%0
%37.65

Codes

Color #877C9F in popluar color models

87 7C 9F
RGB 135 124 159
HSL 259° 15.42% 55.49%
HSB/HSV 259° 22.01% 62.35%
CMYK 15.09% 22.01% 0.00%
37.65%

Color #877C9F in popluar number systems.

HEX 87 7C 9F
Decimal 135 124 159
Binary 10000111 1111100 10011111
Octal 207 174 237

Shades and tints

Shades of #877C9F

#877C9F
(135,124,159)
#7B7191
(123,113,145)
#6F6683
(111,102,131)
#635B75
(99,91,117)
#575067
(87,80,103)
#4B4559
(75,69,89)
#3F3A4B
(63,58,75)
#332F3D
(51,47,61)
#27242F
(39,36,47)
#1B1921
(27,25,33)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #877C9F

#877C9F
(135,124,159)
#9187A7
(145,135,167)
#9B92AF
(155,146,175)
#A59DB7
(165,157,183)
#AFA8BF
(175,168,191)
#B9B3C7
(185,179,199)
#C3BECF
(195,190,207)
#CDC9D7
(205,201,215)
#D7D4DF
(215,212,223)
#E1DFE7
(225,223,231)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877C9F color. Also use rgb(135,124,159) instead hex code.

Text Font Color

.myTextColor { color: #877C9F; }

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

This text font color is #877C9F.

Background Color

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

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

This div background color is #877C9F.

Border color

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

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

This div border color is #877C9F.

Opacity

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

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

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

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

This text has shadow with #877C9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877C9F.

Preview

Color preview on black background

This text has color #877C9F on black background.


Color preview on white background

This text has color #877C9F on white background.


Black color preview on #877C9F background

This text has black color on #877C9F background.


White color preview on #877C9F background

This text has white color on #877C9F background.


Related colors

Complementary color

Complementary color for #hex is #788360.


I love getcolorcode.com

Triadic colors

1 #9F877C and #7C9F87 with #877C9F are triadic colors.

2 #9F7C87 and #7C879F with #877C9F are triadic colors.