COLOR #A77C9C

HEX: #A77C9C RGB: (167,124,156)

Color info

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

RGB color model

#A77C9C color RGB value is (167,124,156).

RGB: (167,124,156) (65%, 49%, 61%)

RGB channels and saturation

R 167 of 255 = 65%
G 124 of 255 = 49%
B 156 of 255 = 61%

167
124
156

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

Portions of RGB colors in percentages

R + G + B = 167 + 124 + 156 = 447 (100%)
R 167 of 447 ~ 37.36%
G 124 of 447 ~ 27.74%
B 156 of 447 ~ 34.9'%

%37.36
%27.74
%34.9

CMYK color model

#A77C9C color CMYK value is (0,26,7,35).

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

CMYK: (0,26,7,35)
C0M26Y7K35 (0%, 26%, 7%, 35%)
(0.00 / 0.26 / 0.07 / 0.35)

CMYK percentages

%0
%25.75
%6.59
%34.51

Codes

Color #A77C9C in popluar color models

A7 7C 9C
RGB 167 124 156
HSL 315° 19.63% 57.06%
HSB/HSV 315° 25.75% 65.49%
CMYK 0.00% 25.75% 6.59%
34.51%

Color #A77C9C in popluar number systems.

HEX A7 7C 9C
Decimal 167 124 156
Binary 10100111 1111100 10011100
Octal 247 174 234

Shades and tints

Shades of #A77C9C

#A77C9C
(167,124,156)
#98718E
(152,113,142)
#896680
(137,102,128)
#7A5B72
(122,91,114)
#6B5064
(107,80,100)
#5C4556
(92,69,86)
#4D3A48
(77,58,72)
#3E2F3A
(62,47,58)
#2F242C
(47,36,44)
#20191E
(32,25,30)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A77C9C

#A77C9C
(167,124,156)
#AF87A5
(175,135,165)
#B792AE
(183,146,174)
#BF9DB7
(191,157,183)
#C7A8C0
(199,168,192)
#CFB3C9
(207,179,201)
#D7BED2
(215,190,210)
#DFC9DB
(223,201,219)
#E7D4E4
(231,212,228)
#EFDFED
(239,223,237)
#F7EAF6
(247,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77C9C; }

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

This text font color is #A77C9C.

Background Color

.myBgColor { background-color: #A77C9C; }

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

This div background color is #A77C9C.

Border color

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

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

This div border color is #A77C9C.

Opacity

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

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

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

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

This text has shadow with #A77C9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77C9C.

Preview

Color preview on black background

This text has color #A77C9C on black background.


Color preview on white background

This text has color #A77C9C on white background.


Black color preview on #A77C9C background

This text has black color on #A77C9C background.


White color preview on #A77C9C background

This text has white color on #A77C9C background.


Related colors

Complementary color

Complementary color for #hex is #588363.


I love getcolorcode.com

Triadic colors

1 #9CA77C and #7C9CA7 with #A77C9C are triadic colors.

2 #9C7CA7 and #7CA79C with #A77C9C are triadic colors.