COLOR #A77D66

HEX: #A77D66 RGB: (167,125,102)

Color info

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

RGB color model

#A77D66 color RGB value is (167,125,102).

RGB: (167,125,102) (65%, 49%, 40%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 102 of 255 = 40%

167
125
102

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

Portions of RGB colors in percentages

R + G + B = 167 + 125 + 102 = 394 (100%)
R 167 of 394 ~ 42.39%
G 125 of 394 ~ 31.73%
B 102 of 394 ~ 25.89'%

%42.39
%31.73
%25.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 38.92%
  • key color value is 34.51%
CMYK: (0,25,39,35) C0M25Y39K35 (0%,25%,39%,35%) (0.00/0.25/0.39/0.35) 

CMYK percentages

%0
%25.15
%38.92
%34.51

Codes

Color #A77D66 in popluar color models

A7 7D 66
RGB 167 125 102
HSL 21° 26.97% 52.75%
HSB/HSV 21° 38.92% 65.49%
CMYK 0.00% 25.15% 38.92%
34.51%

Color #A77D66 in popluar number systems.

HEX A7 7D 66
Decimal 167 125 102
Binary 10100111 1111101 1100110
Octal 247 175 146

Shades and tints

Shades of #A77D66

#A77D66
(167,125,102)
#98725D
(152,114,93)
#896754
(137,103,84)
#7A5C4B
(122,92,75)
#6B5142
(107,81,66)
#5C4639
(92,70,57)
#4D3B30
(77,59,48)
#3E3027
(62,48,39)
#2F251E
(47,37,30)
#201A15
(32,26,21)
#110F0C
(17,15,12)
#000000
(0,0,0)

Tints of #A77D66

#A77D66
(167,125,102)
#AF8873
(175,136,115)
#B79380
(183,147,128)
#BF9E8D
(191,158,141)
#C7A99A
(199,169,154)
#CFB4A7
(207,180,167)
#D7BFB4
(215,191,180)
#DFCAC1
(223,202,193)
#E7D5CE
(231,213,206)
#EFE0DB
(239,224,219)
#F7EBE8
(247,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D66; }

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

This text font color is #A77D66.

Background Color

.myBgColor { background-color: #A77D66; }

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

This div background color is #A77D66.

Border color

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

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

This div border color is #A77D66.

Opacity

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

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

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

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

This text has shadow with #A77D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77D66.

Preview

Color preview on black background

This text has color #A77D66 on black background.


Color preview on white background

This text has color #A77D66 on white background.


Black color preview on #A77D66 background

This text has black color on #A77D66 background.


White color preview on #A77D66 background

This text has white color on #A77D66 background.


Related colors

Complementary color

Complementary color for #hex is #588299.


I love getcolorcode.com

Triadic colors

1 #66A77D and #7D66A7 with #A77D66 are triadic colors.

2 #667DA7 and #7DA766 with #A77D66 are triadic colors.