COLOR #A77D6A

HEX: #A77D6A RGB: (167,125,106)

Color info

#A77D6A contains mainly red and green colors. Web safe color of #A77D6A is #996666 (or #966).

RGB color model

#A77D6A color RGB value is (167,125,106).

RGB: (167,125,106) (65%, 49%, 42%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 106 of 255 = 42%

167
125
106

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

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 106 = 398 (100%)
R 167 of 398 ~ 41.96%
G 125 of 398 ~ 31.41%
B 106 of 398 ~ 26.63'%

%41.96
%31.41
%26.63

CMYK color model

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

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

CMYK: (0,25,37,35)
C0M25Y37K35 (0%, 25%, 37%, 35%)
(0.00 / 0.25 / 0.37 / 0.35)

CMYK percentages

%0
%25.15
%36.53
%34.51

Codes

Color #A77D6A in popluar color models

A7 7D 6A
RGB 167 125 106
HSL 19° 25.74% 53.53%
HSB/HSV 19° 36.53% 65.49%
CMYK 0.00% 25.15% 36.53%
34.51%

Color #A77D6A in popluar number systems.

HEX A7 7D 6A
Decimal 167 125 106
Binary 10100111 1111101 1101010
Octal 247 175 152

Shades and tints

Shades of #A77D6A

#A77D6A
(167,125,106)
#987261
(152,114,97)
#896758
(137,103,88)
#7A5C4F
(122,92,79)
#6B5146
(107,81,70)
#5C463D
(92,70,61)
#4D3B34
(77,59,52)
#3E302B
(62,48,43)
#2F2522
(47,37,34)
#201A19
(32,26,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #A77D6A

#A77D6A
(167,125,106)
#AF8877
(175,136,119)
#B79384
(183,147,132)
#BF9E91
(191,158,145)
#C7A99E
(199,169,158)
#CFB4AB
(207,180,171)
#D7BFB8
(215,191,184)
#DFCAC5
(223,202,197)
#E7D5D2
(231,213,210)
#EFE0DF
(239,224,223)
#F7EBEC
(247,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D6A; }

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

This text font color is #A77D6A.

Background Color

.myBgColor { background-color: #A77D6A; }

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

This div background color is #A77D6A.

Border color

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

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

This div border color is #A77D6A.

Opacity

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

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

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

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

This text has shadow with #A77D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77D6A.

Preview

Color preview on black background

This text has color #A77D6A on black background.


Color preview on white background

This text has color #A77D6A on white background.


Black color preview on #A77D6A background

This text has black color on #A77D6A background.


White color preview on #A77D6A background

This text has white color on #A77D6A background.


Related colors

Complementary color

Complementary color for #hex is #588295.


I love getcolorcode.com

Triadic colors

1 #6AA77D and #7D6AA7 with #A77D6A are triadic colors.

2 #6A7DA7 and #7DA76A with #A77D6A are triadic colors.