COLOR #A77984

HEX: #A77984 RGB: (167,121,132)

Color info

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

RGB color model

#A77984 color RGB value is (167,121,132).

RGB: (167,121,132) (65%, 47%, 52%)

RGB channels and saturation

R 167 of 255 = 65%
G 121 of 255 = 47%
B 132 of 255 = 52%

167
121
132

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

Portions of RGB colors in percentages

R + G + B = 167 + 121 + 132 = 420 (100%)
R 167 of 420 ~ 39.76%
G 121 of 420 ~ 28.81%
B 132 of 420 ~ 31.43'%

%39.76
%28.81
%31.43

CMYK color model

#A77984 color CMYK value is (0,28,21,35).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 20.96%
  • key color value is 34.51%

CMYK: (0,28,21,35)
C0M28Y21K35 (0%, 28%, 21%, 35%)
(0.00 / 0.28 / 0.21 / 0.35)

CMYK percentages

%0
%27.54
%20.96
%34.51

Codes

Color #A77984 in popluar color models

A7 79 84
RGB 167 121 132
HSL 346° 20.72% 56.47%
HSB/HSV 346° 27.54% 65.49%
CMYK 0.00% 27.54% 20.96%
34.51%

Color #A77984 in popluar number systems.

HEX A7 79 84
Decimal 167 121 132
Binary 10100111 1111001 10000100
Octal 247 171 204

Shades and tints

Shades of #A77984

#A77984
(167,121,132)
#986E78
(152,110,120)
#89636C
(137,99,108)
#7A5860
(122,88,96)
#6B4D54
(107,77,84)
#5C4248
(92,66,72)
#4D373C
(77,55,60)
#3E2C30
(62,44,48)
#2F2124
(47,33,36)
#201618
(32,22,24)
#110B0C
(17,11,12)
#000000
(0,0,0)

Tints of #A77984

#A77984
(167,121,132)
#AF858F
(175,133,143)
#B7919A
(183,145,154)
#BF9DA5
(191,157,165)
#C7A9B0
(199,169,176)
#CFB5BB
(207,181,187)
#D7C1C6
(215,193,198)
#DFCDD1
(223,205,209)
#E7D9DC
(231,217,220)
#EFE5E7
(239,229,231)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77984 color. Also use rgb(167,121,132) instead hex code.

Text Font Color

.myTextColor { color: #A77984; }

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

This text font color is #A77984.

Background Color

.myBgColor { background-color: #A77984; }

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

This div background color is #A77984.

Border color

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

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

This div border color is #A77984.

Opacity

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

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

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

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

This text has shadow with #A77984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77984.

Preview

Color preview on black background

This text has color #A77984 on black background.


Color preview on white background

This text has color #A77984 on white background.


Black color preview on #A77984 background

This text has black color on #A77984 background.


White color preview on #A77984 background

This text has white color on #A77984 background.


Related colors

Complementary color

Complementary color for #hex is #58867B.


I love getcolorcode.com

Triadic colors

1 #84A779 and #7984A7 with #A77984 are triadic colors.

2 #8479A7 and #79A784 with #A77984 are triadic colors.