COLOR #8777A5

HEX: #8777A5 RGB: (135,119,165)

Color info

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

RGB color model

#8777A5 color RGB value is (135,119,165).

RGB: (135,119,165) (53%, 47%, 65%)

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 165 of 255 = 65%

135
119
165

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

Portions of RGB colors in percentages

R + G + B = 135 + 119 + 165 = 419 (100%)
R 135 of 419 ~ 32.22%
G 119 of 419 ~ 28.4%
B 165 of 419 ~ 39.38'%

%32.22
%28.4
%39.38

CMYK color model

#8777A5 color CMYK value is (18,28,0,35).

  • cyan value is 18.18%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (18,28,0,35)
C18M28Y0K35 (18%, 28%, 0%, 35%)
(0.18 / 0.28 / 0.00 / 0.35)

CMYK percentages

%18.18
%27.88
%0
%35.29

Codes

Color #8777A5 in popluar color models

87 77 A5
RGB 135 119 165
HSL 261° 20.35% 55.69%
HSB/HSV 261° 27.88% 64.71%
CMYK 18.18% 27.88% 0.00%
35.29%

Color #8777A5 in popluar number systems.

HEX 87 77 A5
Decimal 135 119 165
Binary 10000111 1110111 10100101
Octal 207 167 245

Shades and tints

Shades of #8777A5

#8777A5
(135,119,165)
#7B6D96
(123,109,150)
#6F6387
(111,99,135)
#635978
(99,89,120)
#574F69
(87,79,105)
#4B455A
(75,69,90)
#3F3B4B
(63,59,75)
#33313C
(51,49,60)
#27272D
(39,39,45)
#1B1D1E
(27,29,30)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #8777A5

#8777A5
(135,119,165)
#9183AD
(145,131,173)
#9B8FB5
(155,143,181)
#A59BBD
(165,155,189)
#AFA7C5
(175,167,197)
#B9B3CD
(185,179,205)
#C3BFD5
(195,191,213)
#CDCBDD
(205,203,221)
#D7D7E5
(215,215,229)
#E1E3ED
(225,227,237)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8777A5 color. Also use rgb(135,119,165) instead hex code.

Text Font Color

.myTextColor { color: #8777A5; }

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

This text font color is #8777A5.

Background Color

.myBgColor { background-color: #8777A5; }

<div style="background-color:#8777A5">Inner text</div>

This div background color is #8777A5.

Border color

.myBorderColor { border: 1px solid #8777A5; }

<div style="border:3px solid #8777A5">Div</div>

This div border color is #8777A5.

Opacity

.myOpacity80 { color: #8777A5; opacity: 0.8; }

<p style="color:#8777A5;opacity:0.8;">80%</p>

Text with #8777A5 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 #8777A5;}

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

This text has shadow with #8777A5 color.


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

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

This text has shadow with #8777A5 primary color and red secondary color.


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

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

This text has shadow with #8777A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8777A5.

Preview

Color preview on black background

This text has color #8777A5 on black background.


Color preview on white background

This text has color #8777A5 on white background.


Black color preview on #8777A5 background

This text has black color on #8777A5 background.


White color preview on #8777A5 background

This text has white color on #8777A5 background.


Related colors

Complementary color

Complementary color for #hex is #78885A.


I love getcolorcode.com

Triadic colors

1 #A58777 and #77A587 with #8777A5 are triadic colors.

2 #A57787 and #7787A5 with #8777A5 are triadic colors.