COLOR #A77D98

HEX: #A77D98
RGB: (167,125,152)

Color info

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

RGB color model

#A77D98 color RGB value is (167,125,152).

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

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 152 of 255 = 60%

167
125
152

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

Portions of RGB colors in percentages

R + G + B =
167 + 125 + 152 = 444 (100%)
R 167 of 444 ~ 37.61%
G 125 of 444 ~ 28.15%
B 152 of 444 ~ 34.23%

%37.61
%28.15
%34.23

CMYK color model

#A77D98 color CMYK value is (0,25,9,35).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 8.98%
  • key color value is 34.51%
CMYK:
(0,25,9,35)
C0M25Y9K35 
(0%,25%,9%,35%)
(0.00/0.25/0.09/0.35)	

CMYK percentages

%0
%25.15
%8.98
%34.51

Codes

Color #A77D98 in popluar color models

A77D98
RGB167125152
HSL321°19.27%57.25%
HSB/HSV321°25.15%65.49%
CMYK0.00%25.15%8.98%
34.51%

Color #A77D98 in popluar number systems.

HEXA77D98
Decimal167125152
Binary10100111111110110011000
Octal247175230

Shades and tints

Shades of #A77D98

#A77D98
(167,125,152)
#98728B
(152,114,139)
#89677E
(137,103,126)
#7A5C71
(122,92,113)
#6B5164
(107,81,100)
#5C4657
(92,70,87)
#4D3B4A
(77,59,74)
#3E303D
(62,48,61)
#2F2530
(47,37,48)
#201A23
(32,26,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #A77D98

#A77D98
(167,125,152)
#AF88A1
(175,136,161)
#B793AA
(183,147,170)
#BF9EB3
(191,158,179)
#C7A9BC
(199,169,188)
#CFB4C5
(207,180,197)
#D7BFCE
(215,191,206)
#DFCAD7
(223,202,215)
#E7D5E0
(231,213,224)
#EFE0E9
(239,224,233)
#F7EBF2
(247,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D98; }

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

This text font color is #A77D98.


Background Color

.myBgColor { background-color: #A77D98; }

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

This div background color is #A77D98.


Border color

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

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

This div border color is #A77D98.


Opacity

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

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

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

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

This text has shadow with #A77D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77D98 on black background.


Color preview on white background

This text has color #A77D98 on white background.



Black color preview on #A77D98 background

This text has black color on #A77D98 background.


White color preview on #A77D98 background

This text has white color on #A77D98 background.