COLOR #A77D95

HEX: #A77D95 RGB: (167,125,149)

Color info

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

RGB color model

#A77D95 color RGB value is (167,125,149).

RGB: (167,125,149) (65%, 49%, 58%)

RGB channels and saturation

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

167
125
149

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

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 149 = 441 (100%)
R 167 of 441 ~ 37.87%
G 125 of 441 ~ 28.34%
B 149 of 441 ~ 33.79'%

%37.87
%28.34
%33.79

CMYK color model

#A77D95 color CMYK value is (0,25,11,35).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 10.78%
  • key color value is 34.51%

CMYK: (0,25,11,35)
C0M25Y11K35 (0%, 25%, 11%, 35%)
(0.00 / 0.25 / 0.11 / 0.35)

CMYK percentages

%0
%25.15
%10.78
%34.51

Codes

Color #A77D95 in popluar color models

A7 7D 95
RGB 167 125 149
HSL 326° 19.27% 57.25%
HSB/HSV 326° 25.15% 65.49%
CMYK 0.00% 25.15% 10.78%
34.51%

Color #A77D95 in popluar number systems.

HEX A7 7D 95
Decimal 167 125 149
Binary 10100111 1111101 10010101
Octal 247 175 225

Shades and tints

Shades of #A77D95

#A77D95
(167,125,149)
#987288
(152,114,136)
#89677B
(137,103,123)
#7A5C6E
(122,92,110)
#6B5161
(107,81,97)
#5C4654
(92,70,84)
#4D3B47
(77,59,71)
#3E303A
(62,48,58)
#2F252D
(47,37,45)
#201A20
(32,26,32)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #A77D95

#A77D95
(167,125,149)
#AF889E
(175,136,158)
#B793A7
(183,147,167)
#BF9EB0
(191,158,176)
#C7A9B9
(199,169,185)
#CFB4C2
(207,180,194)
#D7BFCB
(215,191,203)
#DFCAD4
(223,202,212)
#E7D5DD
(231,213,221)
#EFE0E6
(239,224,230)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D95; }

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

This text font color is #A77D95.

Background Color

.myBgColor { background-color: #A77D95; }

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

This div background color is #A77D95.

Border color

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

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

This div border color is #A77D95.

Opacity

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

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

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

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

This text has shadow with #A77D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77D95.

Preview

Color preview on black background

This text has color #A77D95 on black background.


Color preview on white background

This text has color #A77D95 on white background.


Black color preview on #A77D95 background

This text has black color on #A77D95 background.


White color preview on #A77D95 background

This text has white color on #A77D95 background.


Related colors

Complementary color

Complementary color for #hex is #58826A.


I love getcolorcode.com

Triadic colors

1 #95A77D and #7D95A7 with #A77D95 are triadic colors.

2 #957DA7 and #7DA795 with #A77D95 are triadic colors.