COLOR #A77E8F

HEX: #A77E8F
RGB: (167,126,143)

Color info

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

RGB color model

#A77E8F color RGB value is (167,126,143).

  • red value is 167;
  • green value is 126;
  • blue value is 143.
RGB:
(167,126,143)
(65%,49%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 143 of 255 = 56%

167
126
143

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 143 = 436 (100%)
R 167 of 436 ~ 38.3%
G 126 of 436 ~ 28.9%
B 143 of 436 ~ 32.8%

%38.3
%28.9
%32.8

CMYK color model

#A77E8F color CMYK value is (0,25,14,35).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(0,25,14,35)
C0M25Y14K35 
(0%,25%,14%,35%)
(0.00/0.25/0.14/0.35)	

CMYK percentages

%0
%24.55
%14.37
%34.51

Codes

Color #A77E8F in popluar color models

A77E8F
RGB167126143
HSL335°18.89%57.45%
HSB/HSV335°24.55%65.49%
CMYK0.00%24.55%14.37%
34.51%

Color #A77E8F in popluar number systems.

HEXA77E8F
Decimal167126143
Binary10100111111111010001111
Octal247176217

Shades and tints

Shades of #A77E8F

#A77E8F
(167,126,143)
#987382
(152,115,130)
#896875
(137,104,117)
#7A5D68
(122,93,104)
#6B525B
(107,82,91)
#5C474E
(92,71,78)
#4D3C41
(77,60,65)
#3E3134
(62,49,52)
#2F2627
(47,38,39)
#201B1A
(32,27,26)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #A77E8F

#A77E8F
(167,126,143)
#AF8999
(175,137,153)
#B794A3
(183,148,163)
#BF9FAD
(191,159,173)
#C7AAB7
(199,170,183)
#CFB5C1
(207,181,193)
#D7C0CB
(215,192,203)
#DFCBD5
(223,203,213)
#E7D6DF
(231,214,223)
#EFE1E9
(239,225,233)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77E8F; }

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

This text font color is #A77E8F.


Background Color

.myBgColor { background-color: #A77E8F; }

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

This div background color is #A77E8F.


Border color

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

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

This div border color is #A77E8F.


Opacity

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

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

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

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

This text has shadow with #A77E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77E8F on black background.


Color preview on white background

This text has color #A77E8F on white background.



Black color preview on #A77E8F background

This text has black color on #A77E8F background.


White color preview on #A77E8F background

This text has white color on #A77E8F background.