COLOR #A77C6A

HEX: #A77C6A RGB: (167,124,106)

Color info

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

RGB color model

#A77C6A color RGB value is (167,124,106).

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

RGB channels and saturation

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

167
124
106

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

Portions of RGB colors in percentages

R + G + B = 167 + 124 + 106 = 397 (100%)
R 167 of 397 ~ 42.07%
G 124 of 397 ~ 31.23%
B 106 of 397 ~ 26.7'%

%42.07
%31.23
%26.7

CMYK color model

#A77C6A color CMYK value is (0,26,37,35).

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

CMYK: (0,26,37,35)
C0M26Y37K35 (0%, 26%, 37%, 35%)
(0.00 / 0.26 / 0.37 / 0.35)

CMYK percentages

%0
%25.75
%36.53
%34.51

Codes

Color #A77C6A in popluar color models

A7 7C 6A
RGB 167 124 106
HSL 18° 25.74% 53.53%
HSB/HSV 18° 36.53% 65.49%
CMYK 0.00% 25.75% 36.53%
34.51%

Color #A77C6A in popluar number systems.

HEX A7 7C 6A
Decimal 167 124 106
Binary 10100111 1111100 1101010
Octal 247 174 152

Shades and tints

Shades of #A77C6A

#A77C6A
(167,124,106)
#987161
(152,113,97)
#896658
(137,102,88)
#7A5B4F
(122,91,79)
#6B5046
(107,80,70)
#5C453D
(92,69,61)
#4D3A34
(77,58,52)
#3E2F2B
(62,47,43)
#2F2422
(47,36,34)
#201919
(32,25,25)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #A77C6A

#A77C6A
(167,124,106)
#AF8777
(175,135,119)
#B79284
(183,146,132)
#BF9D91
(191,157,145)
#C7A89E
(199,168,158)
#CFB3AB
(207,179,171)
#D7BEB8
(215,190,184)
#DFC9C5
(223,201,197)
#E7D4D2
(231,212,210)
#EFDFDF
(239,223,223)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77C6A; }

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

This text font color is #A77C6A.

Background Color

.myBgColor { background-color: #A77C6A; }

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

This div background color is #A77C6A.

Border color

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

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

This div border color is #A77C6A.

Opacity

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

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

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

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

This text has shadow with #A77C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77C6A.

Preview

Color preview on black background

This text has color #A77C6A on black background.


Color preview on white background

This text has color #A77C6A on white background.


Black color preview on #A77C6A background

This text has black color on #A77C6A background.


White color preview on #A77C6A background

This text has white color on #A77C6A background.


Related colors

Complementary color

Complementary color for #hex is #588395.


I love getcolorcode.com

Triadic colors

1 #6AA77C and #7C6AA7 with #A77C6A are triadic colors.

2 #6A7CA7 and #7CA76A with #A77C6A are triadic colors.