COLOR #A77D93

HEX: #A77D93
RGB: (167,125,147)

Color info

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

RGB color model

#A77D93 color RGB value is (167,125,147).

  • red value is 167;
  • green value is 125;
  • blue value is 147.
RGB:
(167,125,147)
(65%,49%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 147 of 255 = 58%

167
125
147

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

Portions of RGB colors in percentages

R + G + B =
167 + 125 + 147 = 439 (100%)
R 167 of 439 ~ 38.04%
G 125 of 439 ~ 28.47%
B 147 of 439 ~ 33.49%

%38.04
%28.47
%33.49

CMYK color model

#A77D93 color CMYK value is (0,25,12,35).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 11.98%
  • key color value is 34.51%
CMYK:
(0,25,12,35)
C0M25Y12K35 
(0%,25%,12%,35%)
(0.00/0.25/0.12/0.35)	

CMYK percentages

%0
%25.15
%11.98
%34.51

Codes

Color #A77D93 in popluar color models

A77D93
RGB167125147
HSL329°19.27%57.25%
HSB/HSV329°25.15%65.49%
CMYK0.00%25.15%11.98%
34.51%

Color #A77D93 in popluar number systems.

HEXA77D93
Decimal167125147
Binary10100111111110110010011
Octal247175223

Shades and tints

Shades of #A77D93

#A77D93
(167,125,147)
#987286
(152,114,134)
#896779
(137,103,121)
#7A5C6C
(122,92,108)
#6B515F
(107,81,95)
#5C4652
(92,70,82)
#4D3B45
(77,59,69)
#3E3038
(62,48,56)
#2F252B
(47,37,43)
#201A1E
(32,26,30)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #A77D93

#A77D93
(167,125,147)
#AF889C
(175,136,156)
#B793A5
(183,147,165)
#BF9EAE
(191,158,174)
#C7A9B7
(199,169,183)
#CFB4C0
(207,180,192)
#D7BFC9
(215,191,201)
#DFCAD2
(223,202,210)
#E7D5DB
(231,213,219)
#EFE0E4
(239,224,228)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77D93 color. Also use rgb(167,125,147) instead hex code.

Text Font Color

.myTextColor { color: #A77D93; }

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

This text font color is #A77D93.


Background Color

.myBgColor { background-color: #A77D93; }

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

This div background color is #A77D93.


Border color

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

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

This div border color is #A77D93.


Opacity

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

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

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

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

This text has shadow with #A77D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77D93 on black background.


Color preview on white background

This text has color #A77D93 on white background.



Black color preview on #A77D93 background

This text has black color on #A77D93 background.


White color preview on #A77D93 background

This text has white color on #A77D93 background.