COLOR #A77A8F

HEX: #A77A8F RGB: (167,122,143)

Color info

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

RGB color model

#A77A8F color RGB value is (167,122,143).

RGB: (167,122,143) (65%, 48%, 56%)

RGB channels and saturation

R 167 of 255 = 65%
G 122 of 255 = 48%
B 143 of 255 = 56%

167
122
143

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

Portions of RGB colors in percentages

R + G + B = 167 + 122 + 143 = 432 (100%)
R 167 of 432 ~ 38.66%
G 122 of 432 ~ 28.24%
B 143 of 432 ~ 33.1'%

%38.66
%28.24
%33.1

CMYK color model

#A77A8F color CMYK value is (0,27,14,35).

  • cyan value is 0.00%
  • magenta value is 26.95%
  • yellow value is 14.37%
  • key color value is 34.51%

CMYK: (0,27,14,35)
C0M27Y14K35 (0%, 27%, 14%, 35%)
(0.00 / 0.27 / 0.14 / 0.35)

CMYK percentages

%0
%26.95
%14.37
%34.51

Codes

Color #A77A8F in popluar color models

A7 7A 8F
RGB 167 122 143
HSL 332° 20.36% 56.67%
HSB/HSV 332° 26.95% 65.49%
CMYK 0.00% 26.95% 14.37%
34.51%

Color #A77A8F in popluar number systems.

HEX A7 7A 8F
Decimal 167 122 143
Binary 10100111 1111010 10001111
Octal 247 172 217

Shades and tints

Shades of #A77A8F

#A77A8F
(167,122,143)
#986F82
(152,111,130)
#896475
(137,100,117)
#7A5968
(122,89,104)
#6B4E5B
(107,78,91)
#5C434E
(92,67,78)
#4D3841
(77,56,65)
#3E2D34
(62,45,52)
#2F2227
(47,34,39)
#20171A
(32,23,26)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #A77A8F

#A77A8F
(167,122,143)
#AF8699
(175,134,153)
#B792A3
(183,146,163)
#BF9EAD
(191,158,173)
#C7AAB7
(199,170,183)
#CFB6C1
(207,182,193)
#D7C2CB
(215,194,203)
#DFCED5
(223,206,213)
#E7DADF
(231,218,223)
#EFE6E9
(239,230,233)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77A8F color. Also use rgb(167,122,143) instead hex code.

Text Font Color

.myTextColor { color: #A77A8F; }

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

This text font color is #A77A8F.

Background Color

.myBgColor { background-color: #A77A8F; }

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

This div background color is #A77A8F.

Border color

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

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

This div border color is #A77A8F.

Opacity

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

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

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

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

This text has shadow with #A77A8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77A8F.

Preview

Color preview on black background

This text has color #A77A8F on black background.


Color preview on white background

This text has color #A77A8F on white background.


Black color preview on #A77A8F background

This text has black color on #A77A8F background.


White color preview on #A77A8F background

This text has white color on #A77A8F background.


Related colors

Complementary color

Complementary color for #hex is #588570.


I love getcolorcode.com

Triadic colors

1 #8FA77A and #7A8FA7 with #A77A8F are triadic colors.

2 #8F7AA7 and #7AA78F with #A77A8F are triadic colors.