COLOR #A7796B

HEX: #A7796B
RGB: (167,121,107)

Color info

#A7796B contains mainly red and green colors. Web safe color of #A7796B is #996666 (or #966).

RGB color model

#A7796B color RGB value is (167,121,107).

  • red value is 167;
  • green value is 121;
  • blue value is 107.
RGB:
(167,121,107)
(65%,47%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 121 of 255 = 47%
B 107 of 255 = 42%

167
121
107

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

Portions of RGB colors in percentages

R + G + B =
167 + 121 + 107 = 395 (100%)
R 167 of 395 ~ 42.28%
G 121 of 395 ~ 30.63%
B 107 of 395 ~ 27.09%

%42.28
%30.63
%27.09

CMYK color model

#A7796B color CMYK value is (0,28,36,35).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 35.93%
  • key color value is 34.51%
CMYK:
(0,28,36,35)
C0M28Y36K35 
(0%,28%,36%,35%)
(0.00/0.28/0.36/0.35)	

CMYK percentages

%0
%27.54
%35.93
%34.51

Codes

Color #A7796B in popluar color models

A7796B
RGB167121107
HSL14°25.42%53.73%
HSB/HSV14°35.93%65.49%
CMYK0.00%27.54%35.93%
34.51%

Color #A7796B in popluar number systems.

HEXA7796B
Decimal167121107
Binary1010011111110011101011
Octal247171153

Shades and tints

Shades of #A7796B

#A7796B
(167,121,107)
#986E62
(152,110,98)
#896359
(137,99,89)
#7A5850
(122,88,80)
#6B4D47
(107,77,71)
#5C423E
(92,66,62)
#4D3735
(77,55,53)
#3E2C2C
(62,44,44)
#2F2123
(47,33,35)
#20161A
(32,22,26)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #A7796B

#A7796B
(167,121,107)
#AF8578
(175,133,120)
#B79185
(183,145,133)
#BF9D92
(191,157,146)
#C7A99F
(199,169,159)
#CFB5AC
(207,181,172)
#D7C1B9
(215,193,185)
#DFCDC6
(223,205,198)
#E7D9D3
(231,217,211)
#EFE5E0
(239,229,224)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7796B; }

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

This text font color is #A7796B.


Background Color

.myBgColor { background-color: #A7796B; }

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

This div background color is #A7796B.


Border color

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

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

This div border color is #A7796B.


Opacity

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

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

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

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

This text has shadow with #A7796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7796B on black background.


Color preview on white background

This text has color #A7796B on white background.



Black color preview on #A7796B background

This text has black color on #A7796B background.


White color preview on #A7796B background

This text has white color on #A7796B background.