COLOR #A7779C

HEX: #A7779C RGB: (167,119,156)

Color info

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

RGB color model

#A7779C color RGB value is (167,119,156).

RGB: (167,119,156) (65%, 47%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 156 of 255 = 61%

167
119
156

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

Portions of RGB colors in percentages

R + G + B = 167 + 119 + 156 = 442 (100%)
R 167 of 442 ~ 37.78%
G 119 of 442 ~ 26.92%
B 156 of 442 ~ 35.29'%

%37.78
%26.92
%35.29

CMYK color model

#A7779C color CMYK value is (0,29,7,35).

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

CMYK: (0,29,7,35)
C0M29Y7K35 (0%, 29%, 7%, 35%)
(0.00 / 0.29 / 0.07 / 0.35)

CMYK percentages

%0
%28.74
%6.59
%34.51

Codes

Color #A7779C in popluar color models

A7 77 9C
RGB 167 119 156
HSL 314° 21.43% 56.08%
HSB/HSV 314° 28.74% 65.49%
CMYK 0.00% 28.74% 6.59%
34.51%

Color #A7779C in popluar number systems.

HEX A7 77 9C
Decimal 167 119 156
Binary 10100111 1110111 10011100
Octal 247 167 234

Shades and tints

Shades of #A7779C

#A7779C
(167,119,156)
#986D8E
(152,109,142)
#896380
(137,99,128)
#7A5972
(122,89,114)
#6B4F64
(107,79,100)
#5C4556
(92,69,86)
#4D3B48
(77,59,72)
#3E313A
(62,49,58)
#2F272C
(47,39,44)
#201D1E
(32,29,30)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #A7779C

#A7779C
(167,119,156)
#AF83A5
(175,131,165)
#B78FAE
(183,143,174)
#BF9BB7
(191,155,183)
#C7A7C0
(199,167,192)
#CFB3C9
(207,179,201)
#D7BFD2
(215,191,210)
#DFCBDB
(223,203,219)
#E7D7E4
(231,215,228)
#EFE3ED
(239,227,237)
#F7EFF6
(247,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7779C; }

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

This text font color is #A7779C.

Background Color

.myBgColor { background-color: #A7779C; }

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

This div background color is #A7779C.

Border color

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

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

This div border color is #A7779C.

Opacity

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

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

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

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

This text has shadow with #A7779C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7779C.

Preview

Color preview on black background

This text has color #A7779C on black background.


Color preview on white background

This text has color #A7779C on white background.


Black color preview on #A7779C background

This text has black color on #A7779C background.


White color preview on #A7779C background

This text has white color on #A7779C background.


Related colors

Complementary color

Complementary color for #hex is #588863.


I love getcolorcode.com

Triadic colors

1 #9CA777 and #779CA7 with #A7779C are triadic colors.

2 #9C77A7 and #77A79C with #A7779C are triadic colors.