COLOR #A78F8F

HEX: #A78F8F
RGB: (167,143,143)

Color info

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

RGB color model

#A78F8F color RGB value is (167,143,143).

  • red value is 167;
  • green value is 143;
  • blue value is 143.
RGB:
(167,143,143)
(65%,56%,56%)

RGB channels and saturation

R 167 of 255 = 65%
G 143 of 255 = 56%
B 143 of 255 = 56%

167
143
143

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 143 = 453 (100%)
R 167 of 453 ~ 36.87%
G 143 of 453 ~ 31.57%
B 143 of 453 ~ 31.57%

%36.87
%31.57
%31.57

CMYK color model

#A78F8F color CMYK value is (0,14,14,35).

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 14.37%
  • key color value is 34.51%
CMYK:
(0,14,14,35)
C0M14Y14K35 
(0%,14%,14%,35%)
(0.00/0.14/0.14/0.35)	

CMYK percentages

%0
%14.37
%14.37
%34.51

Codes

Color #A78F8F in popluar color models

A78F8F
RGB167143143
HSL12.00%60.78%
HSB/HSV14.37%65.49%
CMYK0.00%14.37%14.37%
34.51%

Color #A78F8F in popluar number systems.

HEXA78F8F
Decimal167143143
Binary101001111000111110001111
Octal247217217

Shades and tints

Shades of #A78F8F

#A78F8F
(167,143,143)
#988282
(152,130,130)
#897575
(137,117,117)
#7A6868
(122,104,104)
#6B5B5B
(107,91,91)
#5C4E4E
(92,78,78)
#4D4141
(77,65,65)
#3E3434
(62,52,52)
#2F2727
(47,39,39)
#201A1A
(32,26,26)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #A78F8F

#A78F8F
(167,143,143)
#AF9999
(175,153,153)
#B7A3A3
(183,163,163)
#BFADAD
(191,173,173)
#C7B7B7
(199,183,183)
#CFC1C1
(207,193,193)
#D7CBCB
(215,203,203)
#DFD5D5
(223,213,213)
#E7DFDF
(231,223,223)
#EFE9E9
(239,233,233)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78F8F; }

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

This text font color is #A78F8F.


Background Color

.myBgColor { background-color: #A78F8F; }

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

This div background color is #A78F8F.


Border color

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

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

This div border color is #A78F8F.


Opacity

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

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

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

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

This text has shadow with #A78F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F8F on black background.


Color preview on white background

This text has color #A78F8F on white background.



Black color preview on #A78F8F background

This text has black color on #A78F8F background.


White color preview on #A78F8F background

This text has white color on #A78F8F background.