COLOR #9777AA

HEX: #9777AA RGB: (151,119,170)

Color info

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

RGB color model

#9777AA color RGB value is (151,119,170).

RGB: (151,119,170) (59%, 47%, 67%)

RGB channels and saturation

R 151 of 255 = 59%
G 119 of 255 = 47%
B 170 of 255 = 67%

151
119
170

R + G + B ~ 58%. #9777AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 119 + 170 = 440 (100%)
R 151 of 440 ~ 34.32%
G 119 of 440 ~ 27.05%
B 170 of 440 ~ 38.64'%

%34.32
%27.05
%38.64

CMYK color model

#9777AA color CMYK value is (11,30,0,33).

  • cyan value is 11.18%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (11,30,0,33) C11M30Y0K33 (11%,30%,0%,33%) (0.11/0.30/0.00/0.33) 

CMYK percentages

%11.18
%30
%0
%33.33

Codes

Color #9777AA in popluar color models

97 77 AA
RGB 151 119 170
HSL 278° 23.08% 56.67%
HSB/HSV 278° 30.00% 66.67%
CMYK 11.18% 30.00% 0.00%
33.33%

Color #9777AA in popluar number systems.

HEX 97 77 AA
Decimal 151 119 170
Binary 10010111 1110111 10101010
Octal 227 167 252

Shades and tints

Shades of #9777AA

#9777AA
(151,119,170)
#8A6D9B
(138,109,155)
#7D638C
(125,99,140)
#70597D
(112,89,125)
#634F6E
(99,79,110)
#56455F
(86,69,95)
#493B50
(73,59,80)
#3C3141
(60,49,65)
#2F2732
(47,39,50)
#221D23
(34,29,35)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #9777AA

#9777AA
(151,119,170)
#A083B1
(160,131,177)
#A98FB8
(169,143,184)
#B29BBF
(178,155,191)
#BBA7C6
(187,167,198)
#C4B3CD
(196,179,205)
#CDBFD4
(205,191,212)
#D6CBDB
(214,203,219)
#DFD7E2
(223,215,226)
#E8E3E9
(232,227,233)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9777AA color. Also use rgb(151,119,170) instead hex code.

Text Font Color

.myTextColor { color: #9777AA; }

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

This text font color is #9777AA.

Background Color

.myBgColor { background-color: #9777AA; }

<div style="background-color:#9777AA">Inner text</div>

This div background color is #9777AA.

Border color

.myBorderColor { border: 1px solid #9777AA; }

<div style="border:3px solid #9777AA">Div</div>

This div border color is #9777AA.

Opacity

.myOpacity80 { color: #9777AA; opacity: 0.8; }

<p style="color:#9777AA;opacity:0.8;">80%</p>

Text with #9777AA 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 #9777AA;}

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

This text has shadow with #9777AA color.


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

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

This text has shadow with #9777AA primary color and red secondary color.


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

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

This text has shadow with #9777AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9777AA.

Preview

Color preview on black background

This text has color #9777AA on black background.


Color preview on white background

This text has color #9777AA on white background.


Black color preview on #9777AA background

This text has black color on #9777AA background.


White color preview on #9777AA background

This text has white color on #9777AA background.


Related colors

Complementary color

Complementary color for #hex is #688855.


I love getcolorcode.com

Triadic colors

1 #AA9777 and #77AA97 with #9777AA are triadic colors.

2 #AA7797 and #7797AA with #9777AA are triadic colors.