COLOR #A77B99

HEX: #A77B99 RGB: (167,123,153)

Color info

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

RGB color model

#A77B99 color RGB value is (167,123,153).

RGB: (167,123,153) (65%, 48%, 60%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 153 of 255 = 60%

167
123
153

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

Portions of RGB colors in percentages

R + G + B = 167 + 123 + 153 = 443 (100%)
R 167 of 443 ~ 37.7%
G 123 of 443 ~ 27.77%
B 153 of 443 ~ 34.54'%

%37.7
%27.77
%34.54

CMYK color model

#A77B99 color CMYK value is (0,26,8,35).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 8.38%
  • key color value is 34.51%

CMYK: (0,26,8,35)
C0M26Y8K35 (0%, 26%, 8%, 35%)
(0.00 / 0.26 / 0.08 / 0.35)

CMYK percentages

%0
%26.35
%8.38
%34.51

Codes

Color #A77B99 in popluar color models

A7 7B 99
RGB 167 123 153
HSL 319° 20.00% 56.86%
HSB/HSV 319° 26.35% 65.49%
CMYK 0.00% 26.35% 8.38%
34.51%

Color #A77B99 in popluar number systems.

HEX A7 7B 99
Decimal 167 123 153
Binary 10100111 1111011 10011001
Octal 247 173 231

Shades and tints

Shades of #A77B99

#A77B99
(167,123,153)
#98708C
(152,112,140)
#89657F
(137,101,127)
#7A5A72
(122,90,114)
#6B4F65
(107,79,101)
#5C4458
(92,68,88)
#4D394B
(77,57,75)
#3E2E3E
(62,46,62)
#2F2331
(47,35,49)
#201824
(32,24,36)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #A77B99

#A77B99
(167,123,153)
#AF87A2
(175,135,162)
#B793AB
(183,147,171)
#BF9FB4
(191,159,180)
#C7ABBD
(199,171,189)
#CFB7C6
(207,183,198)
#D7C3CF
(215,195,207)
#DFCFD8
(223,207,216)
#E7DBE1
(231,219,225)
#EFE7EA
(239,231,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77B99 color. Also use rgb(167,123,153) instead hex code.

Text Font Color

.myTextColor { color: #A77B99; }

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

This text font color is #A77B99.

Background Color

.myBgColor { background-color: #A77B99; }

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

This div background color is #A77B99.

Border color

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

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

This div border color is #A77B99.

Opacity

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

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

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

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

This text has shadow with #A77B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77B99.

Preview

Color preview on black background

This text has color #A77B99 on black background.


Color preview on white background

This text has color #A77B99 on white background.


Black color preview on #A77B99 background

This text has black color on #A77B99 background.


White color preview on #A77B99 background

This text has white color on #A77B99 background.


Related colors

Complementary color

Complementary color for #hex is #588466.


I love getcolorcode.com

Triadic colors

1 #99A77B and #7B99A7 with #A77B99 are triadic colors.

2 #997BA7 and #7BA799 with #A77B99 are triadic colors.