COLOR #A78F76

HEX: #A78F76
RGB: (167,143,118)

Color info

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

RGB color model

#A78F76 color RGB value is (167,143,118).

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

RGB channels and saturation

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

167
143
118

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

Portions of RGB colors in percentages

R + G + B =
167 + 143 + 118 = 428 (100%)
R 167 of 428 ~ 39.02%
G 143 of 428 ~ 33.41%
B 118 of 428 ~ 27.57%

%39.02
%33.41
%27.57

CMYK color model

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

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

CMYK percentages

%0
%14.37
%29.34
%34.51

Codes

Color #A78F76 in popluar color models

A78F76
RGB167143118
HSL31°21.78%55.88%
HSB/HSV31°29.34%65.49%
CMYK0.00%14.37%29.34%
34.51%

Color #A78F76 in popluar number systems.

HEXA78F76
Decimal167143118
Binary10100111100011111110110
Octal247217166

Shades and tints

Shades of #A78F76

#A78F76
(167,143,118)
#98826C
(152,130,108)
#897562
(137,117,98)
#7A6858
(122,104,88)
#6B5B4E
(107,91,78)
#5C4E44
(92,78,68)
#4D413A
(77,65,58)
#3E3430
(62,52,48)
#2F2726
(47,39,38)
#201A1C
(32,26,28)
#110D12
(17,13,18)
#000000
(0,0,0)

Tints of #A78F76

#A78F76
(167,143,118)
#AF9982
(175,153,130)
#B7A38E
(183,163,142)
#BFAD9A
(191,173,154)
#C7B7A6
(199,183,166)
#CFC1B2
(207,193,178)
#D7CBBE
(215,203,190)
#DFD5CA
(223,213,202)
#E7DFD6
(231,223,214)
#EFE9E2
(239,233,226)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78F76; }

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

This text font color is #A78F76.


Background Color

.myBgColor { background-color: #A78F76; }

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

This div background color is #A78F76.


Border color

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

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

This div border color is #A78F76.


Opacity

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

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

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

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

This text has shadow with #A78F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78F76 on black background.


Color preview on white background

This text has color #A78F76 on white background.



Black color preview on #A78F76 background

This text has black color on #A78F76 background.


White color preview on #A78F76 background

This text has white color on #A78F76 background.