COLOR #A7798B

HEX: #A7798B
RGB: (167,121,139)

Color info

#A7798B contains red, green and blue colors in about the same proportion. Web safe color of #A7798B is #996699 (or #969).

RGB color model

#A7798B color RGB value is (167,121,139).

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

RGB channels and saturation

R 167 of 255 = 65%
G 121 of 255 = 47%
B 139 of 255 = 55%

167
121
139

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

Portions of RGB colors in percentages

R + G + B =
167 + 121 + 139 = 427 (100%)
R 167 of 427 ~ 39.11%
G 121 of 427 ~ 28.34%
B 139 of 427 ~ 32.55%

%39.11
%28.34
%32.55

CMYK color model

#A7798B color CMYK value is (0,28,17,35).

  • cyan value is 0.00%
  • magenta value is 27.54%
  • yellow value is 16.77%
  • key color value is 34.51%
CMYK:
(0,28,17,35)
C0M28Y17K35 
(0%,28%,17%,35%)
(0.00/0.28/0.17/0.35)	

CMYK percentages

%0
%27.54
%16.77
%34.51

Codes

Color #A7798B in popluar color models

A7798B
RGB167121139
HSL337°20.72%56.47%
HSB/HSV337°27.54%65.49%
CMYK0.00%27.54%16.77%
34.51%

Color #A7798B in popluar number systems.

HEXA7798B
Decimal167121139
Binary10100111111100110001011
Octal247171213

Shades and tints

Shades of #A7798B

#A7798B
(167,121,139)
#986E7F
(152,110,127)
#896373
(137,99,115)
#7A5867
(122,88,103)
#6B4D5B
(107,77,91)
#5C424F
(92,66,79)
#4D3743
(77,55,67)
#3E2C37
(62,44,55)
#2F212B
(47,33,43)
#20161F
(32,22,31)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #A7798B

#A7798B
(167,121,139)
#AF8595
(175,133,149)
#B7919F
(183,145,159)
#BF9DA9
(191,157,169)
#C7A9B3
(199,169,179)
#CFB5BD
(207,181,189)
#D7C1C7
(215,193,199)
#DFCDD1
(223,205,209)
#E7D9DB
(231,217,219)
#EFE5E5
(239,229,229)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7798B; }

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

This text font color is #A7798B.


Background Color

.myBgColor { background-color: #A7798B; }

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

This div background color is #A7798B.


Border color

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

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

This div border color is #A7798B.


Opacity

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

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

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

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

This text has shadow with #A7798B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7798B on black background.


Color preview on white background

This text has color #A7798B on white background.



Black color preview on #A7798B background

This text has black color on #A7798B background.


White color preview on #A7798B background

This text has white color on #A7798B background.