COLOR #877A9D

HEX: #877A9D RGB: (135,122,157)

Color info

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

RGB color model

#877A9D color RGB value is (135,122,157).

RGB: (135,122,157) (53%, 48%, 62%)

RGB channels and saturation

R 135 of 255 = 53%
G 122 of 255 = 48%
B 157 of 255 = 62%

135
122
157

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

Portions of RGB colors in percentages

R + G + B = 135 + 122 + 157 = 414 (100%)
R 135 of 414 ~ 32.61%
G 122 of 414 ~ 29.47%
B 157 of 414 ~ 37.92'%

%32.61
%29.47
%37.92

CMYK color model

#877A9D color CMYK value is (14,22,0,38).

  • cyan value is 14.01%
  • magenta value is 22.29%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (14,22,0,38)
C14M22Y0K38 (14%, 22%, 0%, 38%)
(0.14 / 0.22 / 0.00 / 0.38)

CMYK percentages

%14.01
%22.29
%0
%38.43

Codes

Color #877A9D in popluar color models

87 7A 9D
RGB 135 122 157
HSL 262° 15.15% 54.71%
HSB/HSV 262° 22.29% 61.57%
CMYK 14.01% 22.29% 0.00%
38.43%

Color #877A9D in popluar number systems.

HEX 87 7A 9D
Decimal 135 122 157
Binary 10000111 1111010 10011101
Octal 207 172 235

Shades and tints

Shades of #877A9D

#877A9D
(135,122,157)
#7B6F8F
(123,111,143)
#6F6481
(111,100,129)
#635973
(99,89,115)
#574E65
(87,78,101)
#4B4357
(75,67,87)
#3F3849
(63,56,73)
#332D3B
(51,45,59)
#27222D
(39,34,45)
#1B171F
(27,23,31)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #877A9D

#877A9D
(135,122,157)
#9186A5
(145,134,165)
#9B92AD
(155,146,173)
#A59EB5
(165,158,181)
#AFAABD
(175,170,189)
#B9B6C5
(185,182,197)
#C3C2CD
(195,194,205)
#CDCED5
(205,206,213)
#D7DADD
(215,218,221)
#E1E6E5
(225,230,229)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877A9D color. Also use rgb(135,122,157) instead hex code.

Text Font Color

.myTextColor { color: #877A9D; }

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

This text font color is #877A9D.

Background Color

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

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

This div background color is #877A9D.

Border color

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

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

This div border color is #877A9D.

Opacity

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

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

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

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

This text has shadow with #877A9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #877A9D.

Preview

Color preview on black background

This text has color #877A9D on black background.


Color preview on white background

This text has color #877A9D on white background.


Black color preview on #877A9D background

This text has black color on #877A9D background.


White color preview on #877A9D background

This text has white color on #877A9D background.


Related colors

Complementary color

Complementary color for #hex is #788562.


I love getcolorcode.com

Triadic colors

1 #9D877A and #7A9D87 with #877A9D are triadic colors.

2 #9D7A87 and #7A879D with #877A9D are triadic colors.