COLOR #A78F7C

HEX: #A78F7C
RGB: (167,143,124)

Color info

#A78F7C contains red, green and blue colors in about the same proportion. Web safe color of #A78F7C is #999966 (or #996).

RGB color model

#A78F7C color RGB value is (167,143,124).

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

RGB channels and saturation

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

167
143
124

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 124 = 434 (100%)
R 167 of 434 ~ 38.48%
G 143 of 434 ~ 32.95%
B 124 of 434 ~ 28.57%

%38.48
%32.95
%28.57

CMYK color model

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

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

CMYK percentages

%0
%14.37
%25.75
%34.51

Codes

Color #A78F7C in popluar color models

A78F7C
RGB167143124
HSL27°19.63%57.06%
HSB/HSV27°25.75%65.49%
CMYK0.00%14.37%25.75%
34.51%

Color #A78F7C in popluar number systems.

HEXA78F7C
Decimal167143124
Binary10100111100011111111100
Octal247217174

Shades and tints

Shades of #A78F7C

#A78F7C
(167,143,124)
#988271
(152,130,113)
#897566
(137,117,102)
#7A685B
(122,104,91)
#6B5B50
(107,91,80)
#5C4E45
(92,78,69)
#4D413A
(77,65,58)
#3E342F
(62,52,47)
#2F2724
(47,39,36)
#201A19
(32,26,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #A78F7C

#A78F7C
(167,143,124)
#AF9987
(175,153,135)
#B7A392
(183,163,146)
#BFAD9D
(191,173,157)
#C7B7A8
(199,183,168)
#CFC1B3
(207,193,179)
#D7CBBE
(215,203,190)
#DFD5C9
(223,213,201)
#E7DFD4
(231,223,212)
#EFE9DF
(239,233,223)
#F7F3EA
(247,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78F7C; }

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

This text font color is #A78F7C.


Background Color

.myBgColor { background-color: #A78F7C; }

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

This div background color is #A78F7C.


Border color

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

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

This div border color is #A78F7C.


Opacity

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

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

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

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

This text has shadow with #A78F7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F7C on black background.


Color preview on white background

This text has color #A78F7C on white background.



Black color preview on #A78F7C background

This text has black color on #A78F7C background.


White color preview on #A78F7C background

This text has white color on #A78F7C background.