COLOR #A78C8C

HEX: #A78C8C RGB: (167,140,140)

Color info

#A78C8C contains red, green and blue colors in about the same proportion. Web safe color of #A78C8C is #999999 (or #999).

RGB color model

#A78C8C color RGB value is (167,140,140).

RGB: (167,140,140) (65%, 55%, 55%)

RGB channels and saturation

R 167 of 255 = 65%
G 140 of 255 = 55%
B 140 of 255 = 55%

167
140
140

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

Portions of RGB colors in percentages

R + G + B = 167 + 140 + 140 = 447 (100%)
R 167 of 447 ~ 37.36%
G 140 of 447 ~ 31.32%
B 140 of 447 ~ 31.32'%

%37.36
%31.32
%31.32

CMYK color model

#A78C8C color CMYK value is (0,16,16,35).

  • cyan value is 0.00%
  • magenta value is 16.17%
  • yellow value is 16.17%
  • key color value is 34.51%

CMYK: (0,16,16,35)
C0M16Y16K35 (0%, 16%, 16%, 35%)
(0.00 / 0.16 / 0.16 / 0.35)

CMYK percentages

%0
%16.17
%16.17
%34.51

Codes

Color #A78C8C in popluar color models

A7 8C 8C
RGB 167 140 140
HSL 13.30% 60.20%
HSB/HSV 16.17% 65.49%
CMYK 0.00% 16.17% 16.17%
34.51%

Color #A78C8C in popluar number systems.

HEX A7 8C 8C
Decimal 167 140 140
Binary 10100111 10001100 10001100
Octal 247 214 214

Shades and tints

Shades of #A78C8C

#A78C8C
(167,140,140)
#988080
(152,128,128)
#897474
(137,116,116)
#7A6868
(122,104,104)
#6B5C5C
(107,92,92)
#5C5050
(92,80,80)
#4D4444
(77,68,68)
#3E3838
(62,56,56)
#2F2C2C
(47,44,44)
#202020
(32,32,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A78C8C

#A78C8C
(167,140,140)
#AF9696
(175,150,150)
#B7A0A0
(183,160,160)
#BFAAAA
(191,170,170)
#C7B4B4
(199,180,180)
#CFBEBE
(207,190,190)
#D7C8C8
(215,200,200)
#DFD2D2
(223,210,210)
#E7DCDC
(231,220,220)
#EFE6E6
(239,230,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78C8C; }

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

This text font color is #A78C8C.

Background Color

.myBgColor { background-color: #A78C8C; }

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

This div background color is #A78C8C.

Border color

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

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

This div border color is #A78C8C.

Opacity

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

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

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

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

This text has shadow with #A78C8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A78C8C.

Preview

Color preview on black background

This text has color #A78C8C on black background.


Color preview on white background

This text has color #A78C8C on white background.


Black color preview on #A78C8C background

This text has black color on #A78C8C background.


White color preview on #A78C8C background

This text has white color on #A78C8C background.


Related colors

Complementary color

Complementary color for #hex is #587373.


I love getcolorcode.com