COLOR #796472

HEX: #796472
RGB: (121,100,114)

Color info

#796472 contains red, green and blue colors in about the same proportion. Web safe color of #796472 is #666666 (or #666).

RGB color model

#796472 color RGB value is (121,100,114).

  • red value is 121;
  • green value is 100;
  • blue value is 114.
RGB:
(121,100,114)
(47%,39%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 100 of 255 = 39%
B 114 of 255 = 45%

121
100
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 100 + 114 = 335 (100%)
R 121 of 335 ~ 36.12%
G 100 of 335 ~ 29.85%
B 114 of 335 ~ 34.03%

%36.12
%29.85
%34.03

CMYK color model

#796472 color CMYK value is (0,17,6,53).

  • cyan value is 0.00%
  • magenta value is 17.36%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(0,17,6,53)
C0M17Y6K53 
(0%,17%,6%,53%)
(0.00/0.17/0.06/0.53)	

CMYK percentages

%0
%17.36
%5.79
%52.55

Codes

Color #796472 in popluar color models

796472
RGB121100114
HSL320°9.50%43.33%
HSB/HSV320°17.36%47.45%
CMYK0.00%17.36%5.79%
52.55%

Color #796472 in popluar number systems.

HEX796472
Decimal121100114
Binary111100111001001110010
Octal171144162

Shades and tints

Shades of #796472

#796472
(121,100,114)
#6E5B68
(110,91,104)
#63525E
(99,82,94)
#584954
(88,73,84)
#4D404A
(77,64,74)
#423740
(66,55,64)
#372E36
(55,46,54)
#2C252C
(44,37,44)
#211C22
(33,28,34)
#161318
(22,19,24)
#0B0A0E
(11,10,14)
#000000
(0,0,0)

Tints of #796472

#796472
(121,100,114)
#85727E
(133,114,126)
#91808A
(145,128,138)
#9D8E96
(157,142,150)
#A99CA2
(169,156,162)
#B5AAAE
(181,170,174)
#C1B8BA
(193,184,186)
#CDC6C6
(205,198,198)
#D9D4D2
(217,212,210)
#E5E2DE
(229,226,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796472 color. Also use rgb(121,100,114) instead hex code.

Text Font Color

.myTextColor { color: #796472; }

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

This text font color is #796472.


Background Color

.myBgColor { background-color: #796472; }

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

This div background color is #796472.


Border color

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

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

This div border color is #796472.


Opacity

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

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

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

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

This text has shadow with #796472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796472 on black background.


Color preview on white background

This text has color #796472 on white background.



Black color preview on #796472 background

This text has black color on #796472 background.


White color preview on #796472 background

This text has white color on #796472 background.