COLOR #A7772A

HEX: #A7772A RGB: (167,119,42)

Color info

#A7772A contains mainly red and green colors. Web safe color of #A7772A is #996633 (or #963).

RGB color model

#A7772A color RGB value is (167,119,42).

RGB: (167,119,42) (65%, 47%, 16%)

RGB channels and saturation

R 167 of 255 = 65%
G 119 of 255 = 47%
B 42 of 255 = 16%

167
119
42

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

Portions of RGB colors in percentages

R + G + B = 167 + 119 + 42 = 328 (100%)
R 167 of 328 ~ 50.91%
G 119 of 328 ~ 36.28%
B 42 of 328 ~ 12.8'%

%50.91
%36.28
%12.8

CMYK color model

#A7772A color CMYK value is (0,29,75,35).

  • cyan value is 0.00%
  • magenta value is 28.74%
  • yellow value is 74.85%
  • key color value is 34.51%
CMYK: (0,29,75,35) C0M29Y75K35 (0%,29%,75%,35%) (0.00/0.29/0.75/0.35) 

CMYK percentages

%0
%28.74
%74.85
%34.51

Codes

Color #A7772A in popluar color models

A7 77 2A
RGB 167 119 42
HSL 37° 59.81% 40.98%
HSB/HSV 37° 74.85% 65.49%
CMYK 0.00% 28.74% 74.85%
34.51%

Color #A7772A in popluar number systems.

HEX A7 77 2A
Decimal 167 119 42
Binary 10100111 1110111 101010
Octal 247 167 52

Shades and tints

Shades of #A7772A

#A7772A
(167,119,42)
#986D27
(152,109,39)
#896324
(137,99,36)
#7A5921
(122,89,33)
#6B4F1E
(107,79,30)
#5C451B
(92,69,27)
#4D3B18
(77,59,24)
#3E3115
(62,49,21)
#2F2712
(47,39,18)
#201D0F
(32,29,15)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #A7772A

#A7772A
(167,119,42)
#AF833D
(175,131,61)
#B78F50
(183,143,80)
#BF9B63
(191,155,99)
#C7A776
(199,167,118)
#CFB389
(207,179,137)
#D7BF9C
(215,191,156)
#DFCBAF
(223,203,175)
#E7D7C2
(231,215,194)
#EFE3D5
(239,227,213)
#F7EFE8
(247,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7772A color. Also use rgb(167,119,42) instead hex code.

Text Font Color

.myTextColor { color: #A7772A; }

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

This text font color is #A7772A.

Background Color

.myBgColor { background-color: #A7772A; }

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

This div background color is #A7772A.

Border color

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

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

This div border color is #A7772A.

Opacity

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

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

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

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

This text has shadow with #A7772A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7772A.

Preview

Color preview on black background

This text has color #A7772A on black background.


Color preview on white background

This text has color #A7772A on white background.


Black color preview on #A7772A background

This text has black color on #A7772A background.


White color preview on #A7772A background

This text has white color on #A7772A background.


Related colors

Complementary color

Complementary color for #hex is #5888D5.


I love getcolorcode.com

Triadic colors

1 #2AA777 and #772AA7 with #A7772A are triadic colors.

2 #2A77A7 and #77A72A with #A7772A are triadic colors.