COLOR #A7779E

HEX: #A7779E RGB: (167,119,158)

Color info

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

RGB color model

#A7779E color RGB value is (167,119,158).

RGB: (167,119,158) (65%, 47%, 62%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 158 of 255 = 62%

167
119
158

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

Portions of RGB colors in percentages

R + G + B = 167 + 119 + 158 = 444 (100%)
R 167 of 444 ~ 37.61%
G 119 of 444 ~ 26.8%
B 158 of 444 ~ 35.59'%

%37.61
%26.8
%35.59

CMYK color model

#A7779E color CMYK value is (0,29,5,35).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 5.39%
  • key color value is 34.51%

CMYK: (0,29,5,35)
C0M29Y5K35 (0%, 29%, 5%, 35%)
(0.00 / 0.29 / 0.05 / 0.35)

CMYK percentages

%0
%28.74
%5.39
%34.51

Codes

Color #A7779E in popluar color models

A7 77 9E
RGB 167 119 158
HSL 311° 21.43% 56.08%
HSB/HSV 311° 28.74% 65.49%
CMYK 0.00% 28.74% 5.39%
34.51%

Color #A7779E in popluar number systems.

HEX A7 77 9E
Decimal 167 119 158
Binary 10100111 1110111 10011110
Octal 247 167 236

Shades and tints

Shades of #A7779E

#A7779E
(167,119,158)
#986D90
(152,109,144)
#896382
(137,99,130)
#7A5974
(122,89,116)
#6B4F66
(107,79,102)
#5C4558
(92,69,88)
#4D3B4A
(77,59,74)
#3E313C
(62,49,60)
#2F272E
(47,39,46)
#201D20
(32,29,32)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #A7779E

#A7779E
(167,119,158)
#AF83A6
(175,131,166)
#B78FAE
(183,143,174)
#BF9BB6
(191,155,182)
#C7A7BE
(199,167,190)
#CFB3C6
(207,179,198)
#D7BFCE
(215,191,206)
#DFCBD6
(223,203,214)
#E7D7DE
(231,215,222)
#EFE3E6
(239,227,230)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7779E color. Also use rgb(167,119,158) instead hex code.

Text Font Color

.myTextColor { color: #A7779E; }

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

This text font color is #A7779E.

Background Color

.myBgColor { background-color: #A7779E; }

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

This div background color is #A7779E.

Border color

.myBorderColor { border: 1px solid #A7779E; }

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

This div border color is #A7779E.

Opacity

.myOpacity80 { color: #A7779E; opacity: 0.8; }

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

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

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

This text has shadow with #A7779E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7779E.

Preview

Color preview on black background

This text has color #A7779E on black background.


Color preview on white background

This text has color #A7779E on white background.


Black color preview on #A7779E background

This text has black color on #A7779E background.


White color preview on #A7779E background

This text has white color on #A7779E background.


Related colors

Complementary color

Complementary color for #hex is #588861.


I love getcolorcode.com

Triadic colors

1 #9EA777 and #779EA7 with #A7779E are triadic colors.

2 #9E77A7 and #77A79E with #A7779E are triadic colors.