COLOR #A77D89

HEX: #A77D89
RGB: (167,125,137)

Color info

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

RGB color model

#A77D89 color RGB value is (167,125,137).

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

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 137 of 255 = 54%

167
125
137

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

Portions of RGB colors in percentages

R + G + B =
167 + 125 + 137 = 429 (100%)
R 167 of 429 ~ 38.93%
G 125 of 429 ~ 29.14%
B 137 of 429 ~ 31.93%

%38.93
%29.14
%31.93

CMYK color model

#A77D89 color CMYK value is (0,25,18,35).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 17.96%
  • key color value is 34.51%
CMYK:
(0,25,18,35)
C0M25Y18K35 
(0%,25%,18%,35%)
(0.00/0.25/0.18/0.35)	

CMYK percentages

%0
%25.15
%17.96
%34.51

Codes

Color #A77D89 in popluar color models

A77D89
RGB167125137
HSL343°19.27%57.25%
HSB/HSV343°25.15%65.49%
CMYK0.00%25.15%17.96%
34.51%

Color #A77D89 in popluar number systems.

HEXA77D89
Decimal167125137
Binary10100111111110110001001
Octal247175211

Shades and tints

Shades of #A77D89

#A77D89
(167,125,137)
#98727D
(152,114,125)
#896771
(137,103,113)
#7A5C65
(122,92,101)
#6B5159
(107,81,89)
#5C464D
(92,70,77)
#4D3B41
(77,59,65)
#3E3035
(62,48,53)
#2F2529
(47,37,41)
#201A1D
(32,26,29)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #A77D89

#A77D89
(167,125,137)
#AF8893
(175,136,147)
#B7939D
(183,147,157)
#BF9EA7
(191,158,167)
#C7A9B1
(199,169,177)
#CFB4BB
(207,180,187)
#D7BFC5
(215,191,197)
#DFCACF
(223,202,207)
#E7D5D9
(231,213,217)
#EFE0E3
(239,224,227)
#F7EBED
(247,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D89; }

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

This text font color is #A77D89.


Background Color

.myBgColor { background-color: #A77D89; }

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

This div background color is #A77D89.


Border color

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

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

This div border color is #A77D89.


Opacity

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

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

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

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

This text has shadow with #A77D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77D89 on black background.


Color preview on white background

This text has color #A77D89 on white background.



Black color preview on #A77D89 background

This text has black color on #A77D89 background.


White color preview on #A77D89 background

This text has white color on #A77D89 background.