COLOR #A77D5E

HEX: #A77D5E
RGB: (167,125,94)

Color info

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

RGB color model

#A77D5E color RGB value is (167,125,94).

  • red value is 167;
  • green value is 125;
  • blue value is 94.
RGB:
(167,125,94)
(65%,49%,37%)

RGB channels and saturation

R 167 of 255 = 65%
G 125 of 255 = 49%
B 94 of 255 = 37%

167
125
94

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

Portions of RGB colors in percentages

R + G + B =
167 + 125 + 94 = 386 (100%)
R 167 of 386 ~ 43.26%
G 125 of 386 ~ 32.38%
B 94 of 386 ~ 24.35%

%43.26
%32.38
%24.35

CMYK color model

#A77D5E color CMYK value is (0,25,44,35).

  • cyan value is 0.00%
  • magenta value is 25.15%
  • yellow value is 43.71%
  • key color value is 34.51%
CMYK:
(0,25,44,35)
C0M25Y44K35 
(0%,25%,44%,35%)
(0.00/0.25/0.44/0.35)	

CMYK percentages

%0
%25.15
%43.71
%34.51

Codes

Color #A77D5E in popluar color models

A77D5E
RGB16712594
HSL25°29.32%51.18%
HSB/HSV25°43.71%65.49%
CMYK0.00%25.15%43.71%
34.51%

Color #A77D5E in popluar number systems.

HEXA77D5E
Decimal16712594
Binary1010011111111011011110
Octal247175136

Shades and tints

Shades of #A77D5E

#A77D5E
(167,125,94)
#987256
(152,114,86)
#89674E
(137,103,78)
#7A5C46
(122,92,70)
#6B513E
(107,81,62)
#5C4636
(92,70,54)
#4D3B2E
(77,59,46)
#3E3026
(62,48,38)
#2F251E
(47,37,30)
#201A16
(32,26,22)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #A77D5E

#A77D5E
(167,125,94)
#AF886C
(175,136,108)
#B7937A
(183,147,122)
#BF9E88
(191,158,136)
#C7A996
(199,169,150)
#CFB4A4
(207,180,164)
#D7BFB2
(215,191,178)
#DFCAC0
(223,202,192)
#E7D5CE
(231,213,206)
#EFE0DC
(239,224,220)
#F7EBEA
(247,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A77D5E; }

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

This text font color is #A77D5E.


Background Color

.myBgColor { background-color: #A77D5E; }

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

This div background color is #A77D5E.


Border color

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

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

This div border color is #A77D5E.


Opacity

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

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

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

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

This text has shadow with #A77D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77D5E on black background.


Color preview on white background

This text has color #A77D5E on white background.



Black color preview on #A77D5E background

This text has black color on #A77D5E background.


White color preview on #A77D5E background

This text has white color on #A77D5E background.