COLOR #A77D7E

HEX: #A77D7E RGB: (167,125,126)

Color info

#A77D7E contains red, green and blue colors in about the same proportion. Web safe color of #A77D7E is #996666 (or #966).

RGB color model

#A77D7E color RGB value is (167,125,126).

RGB: (167,125,126) (65%, 49%, 49%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 126 of 255 = 49%

167
125
126

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

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 126 = 418 (100%)
R 167 of 418 ~ 39.95%
G 125 of 418 ~ 29.9%
B 126 of 418 ~ 30.14'%

%39.95
%29.9
%30.14

CMYK color model

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

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

CMYK: (0,25,25,35)
C0M25Y25K35 (0%, 25%, 25%, 35%)
(0.00 / 0.25 / 0.25 / 0.35)

CMYK percentages

%0
%25.15
%24.55
%34.51

Codes

Color #A77D7E in popluar color models

A7 7D 7E
RGB 167 125 126
HSL 359° 19.27% 57.25%
HSB/HSV 359° 25.15% 65.49%
CMYK 0.00% 25.15% 24.55%
34.51%

Color #A77D7E in popluar number systems.

HEX A7 7D 7E
Decimal 167 125 126
Binary 10100111 1111101 1111110
Octal 247 175 176

Shades and tints

Shades of #A77D7E

#A77D7E
(167,125,126)
#987273
(152,114,115)
#896768
(137,103,104)
#7A5C5D
(122,92,93)
#6B5152
(107,81,82)
#5C4647
(92,70,71)
#4D3B3C
(77,59,60)
#3E3031
(62,48,49)
#2F2526
(47,37,38)
#201A1B
(32,26,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #A77D7E

#A77D7E
(167,125,126)
#AF8889
(175,136,137)
#B79394
(183,147,148)
#BF9E9F
(191,158,159)
#C7A9AA
(199,169,170)
#CFB4B5
(207,180,181)
#D7BFC0
(215,191,192)
#DFCACB
(223,202,203)
#E7D5D6
(231,213,214)
#EFE0E1
(239,224,225)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D7E; }

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

This text font color is #A77D7E.

Background Color

.myBgColor { background-color: #A77D7E; }

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

This div background color is #A77D7E.

Border color

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

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

This div border color is #A77D7E.

Opacity

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

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

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

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

This text has shadow with #A77D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77D7E.

Preview

Color preview on black background

This text has color #A77D7E on black background.


Color preview on white background

This text has color #A77D7E on white background.


Black color preview on #A77D7E background

This text has black color on #A77D7E background.


White color preview on #A77D7E background

This text has white color on #A77D7E background.


Related colors

Complementary color

Complementary color for #hex is #588281.


I love getcolorcode.com

Triadic colors

1 #7EA77D and #7D7EA7 with #A77D7E are triadic colors.

2 #7E7DA7 and #7DA77E with #A77D7E are triadic colors.