COLOR #A77F86

HEX: #A77F86
RGB: (167,127,134)

Color info

#A77F86 contains red, green and blue colors in about the same proportion. Web safe color of #A77F86 is #996699 (or #969).

RGB color model

#A77F86 color RGB value is (167,127,134).

  • red value is 167;
  • green value is 127;
  • blue value is 134.
RGB:
(167,127,134)
(65%,50%,53%)

RGB channels and saturation

R 167 of 255 = 65%
G 127 of 255 = 50%
B 134 of 255 = 53%

167
127
134

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

Portions of RGB colors in percentages

R + G + B =
167 + 127 + 134 = 428 (100%)
R 167 of 428 ~ 39.02%
G 127 of 428 ~ 29.67%
B 134 of 428 ~ 31.31%

%39.02
%29.67
%31.31

CMYK color model

#A77F86 color CMYK value is (0,24,20,35).

  • cyan value is 0.00%
  • magenta value is 23.95%
  • yellow value is 19.76%
  • key color value is 34.51%
CMYK:
(0,24,20,35)
C0M24Y20K35 
(0%,24%,20%,35%)
(0.00/0.24/0.20/0.35)	

CMYK percentages

%0
%23.95
%19.76
%34.51

Codes

Color #A77F86 in popluar color models

A77F86
RGB167127134
HSL350°18.52%57.65%
HSB/HSV350°23.95%65.49%
CMYK0.00%23.95%19.76%
34.51%

Color #A77F86 in popluar number systems.

HEXA77F86
Decimal167127134
Binary10100111111111110000110
Octal247177206

Shades and tints

Shades of #A77F86

#A77F86
(167,127,134)
#98747A
(152,116,122)
#89696E
(137,105,110)
#7A5E62
(122,94,98)
#6B5356
(107,83,86)
#5C484A
(92,72,74)
#4D3D3E
(77,61,62)
#3E3232
(62,50,50)
#2F2726
(47,39,38)
#201C1A
(32,28,26)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #A77F86

#A77F86
(167,127,134)
#AF8A91
(175,138,145)
#B7959C
(183,149,156)
#BFA0A7
(191,160,167)
#C7ABB2
(199,171,178)
#CFB6BD
(207,182,189)
#D7C1C8
(215,193,200)
#DFCCD3
(223,204,211)
#E7D7DE
(231,215,222)
#EFE2E9
(239,226,233)
#F7EDF4
(247,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A77F86 color. Also use rgb(167,127,134) instead hex code.

Text Font Color

.myTextColor { color: #A77F86; }

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

This text font color is #A77F86.


Background Color

.myBgColor { background-color: #A77F86; }

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

This div background color is #A77F86.


Border color

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

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

This div border color is #A77F86.


Opacity

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

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

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

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

This text has shadow with #A77F86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A77F86 on black background.


Color preview on white background

This text has color #A77F86 on white background.



Black color preview on #A77F86 background

This text has black color on #A77F86 background.


White color preview on #A77F86 background

This text has white color on #A77F86 background.