COLOR #A7A78D

HEX: #A7A78D
RGB: (167,167,141)

Color info

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

RGB color model

#A7A78D color RGB value is (167,167,141).

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

RGB channels and saturation

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

167
167
141

R + G + B ~ 62%. #A7A78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 167 + 141 = 475 (100%)
R 167 of 475 ~ 35.16%
G 167 of 475 ~ 35.16%
B 141 of 475 ~ 29.68%

%35.16
%35.16
%29.68

CMYK color model

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

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

CMYK percentages

%0
%0
%15.57
%34.51

Codes

Color #A7A78D in popluar color models

A7A78D
RGB167167141
HSL60°12.87%60.39%
HSB/HSV60°15.57%65.49%
CMYK0.00%0.00%15.57%
34.51%

Color #A7A78D in popluar number systems.

HEXA7A78D
Decimal167167141
Binary101001111010011110001101
Octal247247215

Shades and tints

Shades of #A7A78D

#A7A78D
(167,167,141)
#989881
(152,152,129)
#898975
(137,137,117)
#7A7A69
(122,122,105)
#6B6B5D
(107,107,93)
#5C5C51
(92,92,81)
#4D4D45
(77,77,69)
#3E3E39
(62,62,57)
#2F2F2D
(47,47,45)
#202021
(32,32,33)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #A7A78D

#A7A78D
(167,167,141)
#AFAF97
(175,175,151)
#B7B7A1
(183,183,161)
#BFBFAB
(191,191,171)
#C7C7B5
(199,199,181)
#CFCFBF
(207,207,191)
#D7D7C9
(215,215,201)
#DFDFD3
(223,223,211)
#E7E7DD
(231,231,221)
#EFEFE7
(239,239,231)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A78D; }

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

This text font color is #A7A78D.


Background Color

.myBgColor { background-color: #A7A78D; }

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

This div background color is #A7A78D.


Border color

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

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

This div border color is #A7A78D.


Opacity

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

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

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

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

This text has shadow with #A7A78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7A78D on black background.


Color preview on white background

This text has color #A7A78D on white background.



Black color preview on #A7A78D background

This text has black color on #A7A78D background.


White color preview on #A7A78D background

This text has white color on #A7A78D background.