COLOR #A77C90

HEX: #A77C90 RGB: (167,124,144)

Color info

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

RGB color model

#A77C90 color RGB value is (167,124,144).

RGB: (167,124,144) (65%, 49%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 124 of 255 = 49%
B 144 of 255 = 56%

167
124
144

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

Portions of RGB colors in percentages

R + G + B = 167 + 124 + 144 = 435 (100%)
R 167 of 435 ~ 38.39%
G 124 of 435 ~ 28.51%
B 144 of 435 ~ 33.1'%

%38.39
%28.51
%33.1

CMYK color model

#A77C90 color CMYK value is (0,26,14,35).

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

CMYK: (0,26,14,35)
C0M26Y14K35 (0%, 26%, 14%, 35%)
(0.00 / 0.26 / 0.14 / 0.35)

CMYK percentages

%0
%25.75
%13.77
%34.51

Codes

Color #A77C90 in popluar color models

A7 7C 90
RGB 167 124 144
HSL 332° 19.63% 57.06%
HSB/HSV 332° 25.75% 65.49%
CMYK 0.00% 25.75% 13.77%
34.51%

Color #A77C90 in popluar number systems.

HEX A7 7C 90
Decimal 167 124 144
Binary 10100111 1111100 10010000
Octal 247 174 220

Shades and tints

Shades of #A77C90

#A77C90
(167,124,144)
#987183
(152,113,131)
#896676
(137,102,118)
#7A5B69
(122,91,105)
#6B505C
(107,80,92)
#5C454F
(92,69,79)
#4D3A42
(77,58,66)
#3E2F35
(62,47,53)
#2F2428
(47,36,40)
#20191B
(32,25,27)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #A77C90

#A77C90
(167,124,144)
#AF879A
(175,135,154)
#B792A4
(183,146,164)
#BF9DAE
(191,157,174)
#C7A8B8
(199,168,184)
#CFB3C2
(207,179,194)
#D7BECC
(215,190,204)
#DFC9D6
(223,201,214)
#E7D4E0
(231,212,224)
#EFDFEA
(239,223,234)
#F7EAF4
(247,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77C90; }

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

This text font color is #A77C90.

Background Color

.myBgColor { background-color: #A77C90; }

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

This div background color is #A77C90.

Border color

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

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

This div border color is #A77C90.

Opacity

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

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

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

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

This text has shadow with #A77C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77C90.

Preview

Color preview on black background

This text has color #A77C90 on black background.


Color preview on white background

This text has color #A77C90 on white background.


Black color preview on #A77C90 background

This text has black color on #A77C90 background.


White color preview on #A77C90 background

This text has white color on #A77C90 background.


Related colors

Complementary color

Complementary color for #hex is #58836F.


I love getcolorcode.com

Triadic colors

1 #90A77C and #7C90A7 with #A77C90 are triadic colors.

2 #907CA7 and #7CA790 with #A77C90 are triadic colors.