COLOR #A77E6F

HEX: #A77E6F
RGB: (167,126,111)

Color info

#A77E6F contains red, green and blue colors in about the same proportion. Web safe color of #A77E6F is #996666 (or #966).

RGB color model

#A77E6F color RGB value is (167,126,111).

  • red value is 167;
  • green value is 126;
  • blue value is 111.
RGB:
(167,126,111)
(65%,49%,44%)

RGB channels and saturation

R 167 of 255 = 65%
G 126 of 255 = 49%
B 111 of 255 = 44%

167
126
111

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

Portions of RGB colors in percentages

R + G + B =
167 + 126 + 111 = 404 (100%)
R 167 of 404 ~ 41.34%
G 126 of 404 ~ 31.19%
B 111 of 404 ~ 27.48%

%41.34
%31.19
%27.48

CMYK color model

#A77E6F color CMYK value is (0,25,34,35).

  • cyan value is 0.00%
  • magenta value is 24.55%
  • yellow value is 33.53%
  • key color value is 34.51%
CMYK:
(0,25,34,35)
C0M25Y34K35 
(0%,25%,34%,35%)
(0.00/0.25/0.34/0.35)	

CMYK percentages

%0
%24.55
%33.53
%34.51

Codes

Color #A77E6F in popluar color models

A77E6F
RGB167126111
HSL16°24.14%54.51%
HSB/HSV16°33.53%65.49%
CMYK0.00%24.55%33.53%
34.51%

Color #A77E6F in popluar number systems.

HEXA77E6F
Decimal167126111
Binary1010011111111101101111
Octal247176157

Shades and tints

Shades of #A77E6F

#A77E6F
(167,126,111)
#987365
(152,115,101)
#89685B
(137,104,91)
#7A5D51
(122,93,81)
#6B5247
(107,82,71)
#5C473D
(92,71,61)
#4D3C33
(77,60,51)
#3E3129
(62,49,41)
#2F261F
(47,38,31)
#201B15
(32,27,21)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #A77E6F

#A77E6F
(167,126,111)
#AF897C
(175,137,124)
#B79489
(183,148,137)
#BF9F96
(191,159,150)
#C7AAA3
(199,170,163)
#CFB5B0
(207,181,176)
#D7C0BD
(215,192,189)
#DFCBCA
(223,203,202)
#E7D6D7
(231,214,215)
#EFE1E4
(239,225,228)
#F7ECF1
(247,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77E6F color. Also use rgb(167,126,111) instead hex code.

Text Font Color

.myTextColor { color: #A77E6F; }

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

This text font color is #A77E6F.


Background Color

.myBgColor { background-color: #A77E6F; }

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

This div background color is #A77E6F.


Border color

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

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

This div border color is #A77E6F.


Opacity

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

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

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

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

This text has shadow with #A77E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77E6F on black background.


Color preview on white background

This text has color #A77E6F on white background.



Black color preview on #A77E6F background

This text has black color on #A77E6F background.


White color preview on #A77E6F background

This text has white color on #A77E6F background.