COLOR #A77B4D

HEX: #A77B4D RGB: (167,123,77)

Color info

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

RGB color model

#A77B4D color RGB value is (167,123,77).

RGB: (167,123,77) (65%, 48%, 30%)

RGB channels and saturation

R 167 of 255 = 65%
G 123 of 255 = 48%
B 77 of 255 = 30%

167
123
77

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

Portions of RGB colors in percentages

R + G + B = 167 + 123 + 77 = 367 (100%)
R 167 of 367 ~ 45.5%
G 123 of 367 ~ 33.51%
B 77 of 367 ~ 20.98'%

%45.5
%33.51
%20.98

CMYK color model

#A77B4D color CMYK value is (0,26,54,35).

  • cyan value is 0.00%
  • magenta value is 26.35%
  • yellow value is 53.89%
  • key color value is 34.51%

CMYK: (0,26,54,35)
C0M26Y54K35 (0%, 26%, 54%, 35%)
(0.00 / 0.26 / 0.54 / 0.35)

CMYK percentages

%0
%26.35
%53.89
%34.51

Codes

Color #A77B4D in popluar color models

A7 7B 4D
RGB 167 123 77
HSL 31° 36.89% 47.84%
HSB/HSV 31° 53.89% 65.49%
CMYK 0.00% 26.35% 53.89%
34.51%

Color #A77B4D in popluar number systems.

HEX A7 7B 4D
Decimal 167 123 77
Binary 10100111 1111011 1001101
Octal 247 173 115

Shades and tints

Shades of #A77B4D

#A77B4D
(167,123,77)
#987046
(152,112,70)
#89653F
(137,101,63)
#7A5A38
(122,90,56)
#6B4F31
(107,79,49)
#5C442A
(92,68,42)
#4D3923
(77,57,35)
#3E2E1C
(62,46,28)
#2F2315
(47,35,21)
#20180E
(32,24,14)
#110D07
(17,13,7)
#000000
(0,0,0)

Tints of #A77B4D

#A77B4D
(167,123,77)
#AF875D
(175,135,93)
#B7936D
(183,147,109)
#BF9F7D
(191,159,125)
#C7AB8D
(199,171,141)
#CFB79D
(207,183,157)
#D7C3AD
(215,195,173)
#DFCFBD
(223,207,189)
#E7DBCD
(231,219,205)
#EFE7DD
(239,231,221)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77B4D color. Also use rgb(167,123,77) instead hex code.

Text Font Color

.myTextColor { color: #A77B4D; }

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

This text font color is #A77B4D.

Background Color

.myBgColor { background-color: #A77B4D; }

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

This div background color is #A77B4D.

Border color

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

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

This div border color is #A77B4D.

Opacity

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

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

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

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

This text has shadow with #A77B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A77B4D.

Preview

Color preview on black background

This text has color #A77B4D on black background.


Color preview on white background

This text has color #A77B4D on white background.


Black color preview on #A77B4D background

This text has black color on #A77B4D background.


White color preview on #A77B4D background

This text has white color on #A77B4D background.


Related colors

Complementary color

Complementary color for #hex is #5884B2.


I love getcolorcode.com

Triadic colors

1 #4DA77B and #7B4DA7 with #A77B4D are triadic colors.

2 #4D7BA7 and #7BA74D with #A77B4D are triadic colors.