COLOR #A87F7C

HEX: #A87F7C RGB: (168,127,124)

Color info

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

RGB color model

#A87F7C color RGB value is (168,127,124).

RGB: (168,127,124) (66%, 50%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 124 of 255 = 49%

168
127
124

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

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 124 = 419 (100%)
R 168 of 419 ~ 40.1%
G 127 of 419 ~ 30.31%
B 124 of 419 ~ 29.59'%

%40.1
%30.31
%29.59

CMYK color model

#A87F7C color CMYK value is (0,24,26,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 26.19%
  • key color value is 34.12%

CMYK: (0,24,26,34)
C0M24Y26K34 (0%, 24%, 26%, 34%)
(0.00 / 0.24 / 0.26 / 0.34)

CMYK percentages

%0
%24.4
%26.19
%34.12

Codes

Color #A87F7C in popluar color models

A8 7F 7C
RGB 168 127 124
HSL 20.18% 57.25%
HSB/HSV 26.19% 65.88%
CMYK 0.00% 24.40% 26.19%
34.12%

Color #A87F7C in popluar number systems.

HEX A8 7F 7C
Decimal 168 127 124
Binary 10101000 1111111 1111100
Octal 250 177 174

Shades and tints

Shades of #A87F7C

#A87F7C
(168,127,124)
#997471
(153,116,113)
#8A6966
(138,105,102)
#7B5E5B
(123,94,91)
#6C5350
(108,83,80)
#5D4845
(93,72,69)
#4E3D3A
(78,61,58)
#3F322F
(63,50,47)
#302724
(48,39,36)
#211C19
(33,28,25)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #A87F7C

#A87F7C
(168,127,124)
#AF8A87
(175,138,135)
#B69592
(182,149,146)
#BDA09D
(189,160,157)
#C4ABA8
(196,171,168)
#CBB6B3
(203,182,179)
#D2C1BE
(210,193,190)
#D9CCC9
(217,204,201)
#E0D7D4
(224,215,212)
#E7E2DF
(231,226,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F7C color. Also use rgb(168,127,124) instead hex code.

Text Font Color

.myTextColor { color: #A87F7C; }

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

This text font color is #A87F7C.

Background Color

.myBgColor { background-color: #A87F7C; }

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

This div background color is #A87F7C.

Border color

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

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

This div border color is #A87F7C.

Opacity

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

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

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

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

This text has shadow with #A87F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87F7C.

Preview

Color preview on black background

This text has color #A87F7C on black background.


Color preview on white background

This text has color #A87F7C on white background.


Black color preview on #A87F7C background

This text has black color on #A87F7C background.


White color preview on #A87F7C background

This text has white color on #A87F7C background.


Related colors

Complementary color

Complementary color for #hex is #578083.


I love getcolorcode.com

Triadic colors

1 #7CA87F and #7F7CA8 with #A87F7C are triadic colors.

2 #7C7FA8 and #7FA87C with #A87F7C are triadic colors.