COLOR #A78F7B

HEX: #A78F7B
RGB: (167,143,123)

Color info

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

RGB color model

#A78F7B color RGB value is (167,143,123).

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

RGB channels and saturation

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

167
143
123

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 123 = 433 (100%)
R 167 of 433 ~ 38.57%
G 143 of 433 ~ 33.03%
B 123 of 433 ~ 28.41%

%38.57
%33.03
%28.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.37%
  • yellow value is 26.35%
  • 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
%26.35
%34.51

Codes

Color #A78F7B in popluar color models

A78F7B
RGB167143123
HSL27°20.00%56.86%
HSB/HSV27°26.35%65.49%
CMYK0.00%14.37%26.35%
34.51%

Color #A78F7B in popluar number systems.

HEXA78F7B
Decimal167143123
Binary10100111100011111111011
Octal247217173

Shades and tints

Shades of #A78F7B

#A78F7B
(167,143,123)
#988270
(152,130,112)
#897565
(137,117,101)
#7A685A
(122,104,90)
#6B5B4F
(107,91,79)
#5C4E44
(92,78,68)
#4D4139
(77,65,57)
#3E342E
(62,52,46)
#2F2723
(47,39,35)
#201A18
(32,26,24)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #A78F7B

#A78F7B
(167,143,123)
#AF9987
(175,153,135)
#B7A393
(183,163,147)
#BFAD9F
(191,173,159)
#C7B7AB
(199,183,171)
#CFC1B7
(207,193,183)
#D7CBC3
(215,203,195)
#DFD5CF
(223,213,207)
#E7DFDB
(231,223,219)
#EFE9E7
(239,233,231)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78F7B; }

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

This text font color is #A78F7B.


Background Color

.myBgColor { background-color: #A78F7B; }

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

This div background color is #A78F7B.


Border color

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

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

This div border color is #A78F7B.


Opacity

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

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

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

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

This text has shadow with #A78F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F7B on black background.


Color preview on white background

This text has color #A78F7B on white background.



Black color preview on #A78F7B background

This text has black color on #A78F7B background.


White color preview on #A78F7B background

This text has white color on #A78F7B background.