COLOR #A77C8A

HEX: #A77C8A RGB: (167,124,138)

Color info

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

RGB color model

#A77C8A color RGB value is (167,124,138).

RGB: (167,124,138) (65%, 49%, 54%)

RGB channels and saturation

R 167 of 255 = 65%
G 124 of 255 = 49%
B 138 of 255 = 54%

167
124
138

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

Portions of RGB colors in percentages

R + G + B = 167 + 124 + 138 = 429 (100%)
R 167 of 429 ~ 38.93%
G 124 of 429 ~ 28.9%
B 138 of 429 ~ 32.17'%

%38.93
%28.9
%32.17

CMYK color model

#A77C8A color CMYK value is (0,26,17,35).

  • cyan value is 0.00%
  • magenta value is 25.75%
  • yellow value is 17.37%
  • key color value is 34.51%

CMYK: (0,26,17,35)
C0M26Y17K35 (0%, 26%, 17%, 35%)
(0.00 / 0.26 / 0.17 / 0.35)

CMYK percentages

%0
%25.75
%17.37
%34.51

Codes

Color #A77C8A in popluar color models

A7 7C 8A
RGB 167 124 138
HSL 340° 19.63% 57.06%
HSB/HSV 340° 25.75% 65.49%
CMYK 0.00% 25.75% 17.37%
34.51%

Color #A77C8A in popluar number systems.

HEX A7 7C 8A
Decimal 167 124 138
Binary 10100111 1111100 10001010
Octal 247 174 212

Shades and tints

Shades of #A77C8A

#A77C8A
(167,124,138)
#98717E
(152,113,126)
#896672
(137,102,114)
#7A5B66
(122,91,102)
#6B505A
(107,80,90)
#5C454E
(92,69,78)
#4D3A42
(77,58,66)
#3E2F36
(62,47,54)
#2F242A
(47,36,42)
#20191E
(32,25,30)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #A77C8A

#A77C8A
(167,124,138)
#AF8794
(175,135,148)
#B7929E
(183,146,158)
#BF9DA8
(191,157,168)
#C7A8B2
(199,168,178)
#CFB3BC
(207,179,188)
#D7BEC6
(215,190,198)
#DFC9D0
(223,201,208)
#E7D4DA
(231,212,218)
#EFDFE4
(239,223,228)
#F7EAEE
(247,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77C8A color. Also use rgb(167,124,138) instead hex code.

Text Font Color

.myTextColor { color: #A77C8A; }

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

This text font color is #A77C8A.

Background Color

.myBgColor { background-color: #A77C8A; }

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

This div background color is #A77C8A.

Border color

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

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

This div border color is #A77C8A.

Opacity

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

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

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

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

This text has shadow with #A77C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77C8A.

Preview

Color preview on black background

This text has color #A77C8A on black background.


Color preview on white background

This text has color #A77C8A on white background.


Black color preview on #A77C8A background

This text has black color on #A77C8A background.


White color preview on #A77C8A background

This text has white color on #A77C8A background.


Related colors

Complementary color

Complementary color for #hex is #588375.


I love getcolorcode.com

Triadic colors

1 #8AA77C and #7C8AA7 with #A77C8A are triadic colors.

2 #8A7CA7 and #7CA78A with #A77C8A are triadic colors.