COLOR #A78D78

HEX: #A78D78
RGB: (167,141,120)

Color info

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

RGB color model

#A78D78 color RGB value is (167,141,120).

  • red value is 167;
  • green value is 141;
  • blue value is 120.
RGB:
(167,141,120)
(65%,55%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 141 of 255 = 55%
B 120 of 255 = 47%

167
141
120

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

Portions of RGB colors in percentages

R + G + B =
167 + 141 + 120 = 428 (100%)
R 167 of 428 ~ 39.02%
G 141 of 428 ~ 32.94%
B 120 of 428 ~ 28.04%

%39.02
%32.94
%28.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 28.14%
  • key color value is 34.51%
CMYK:
(0,16,28,35)
C0M16Y28K35 
(0%,16%,28%,35%)
(0.00/0.16/0.28/0.35)	

CMYK percentages

%0
%15.57
%28.14
%34.51

Codes

Color #A78D78 in popluar color models

A78D78
RGB167141120
HSL27°21.08%56.27%
HSB/HSV27°28.14%65.49%
CMYK0.00%15.57%28.14%
34.51%

Color #A78D78 in popluar number systems.

HEXA78D78
Decimal167141120
Binary10100111100011011111000
Octal247215170

Shades and tints

Shades of #A78D78

#A78D78
(167,141,120)
#98816E
(152,129,110)
#897564
(137,117,100)
#7A695A
(122,105,90)
#6B5D50
(107,93,80)
#5C5146
(92,81,70)
#4D453C
(77,69,60)
#3E3932
(62,57,50)
#2F2D28
(47,45,40)
#20211E
(32,33,30)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #A78D78

#A78D78
(167,141,120)
#AF9784
(175,151,132)
#B7A190
(183,161,144)
#BFAB9C
(191,171,156)
#C7B5A8
(199,181,168)
#CFBFB4
(207,191,180)
#D7C9C0
(215,201,192)
#DFD3CC
(223,211,204)
#E7DDD8
(231,221,216)
#EFE7E4
(239,231,228)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A78D78; }

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

This text font color is #A78D78.


Background Color

.myBgColor { background-color: #A78D78; }

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

This div background color is #A78D78.


Border color

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

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

This div border color is #A78D78.


Opacity

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

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

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

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

This text has shadow with #A78D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A78D78 on black background.


Color preview on white background

This text has color #A78D78 on white background.



Black color preview on #A78D78 background

This text has black color on #A78D78 background.


White color preview on #A78D78 background

This text has white color on #A78D78 background.