COLOR #796073

HEX: #796073
RGB: (121,96,115)

Color info

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

RGB color model

#796073 color RGB value is (121,96,115).

  • red value is 121;
  • green value is 96;
  • blue value is 115.
RGB:
(121,96,115)
(47%,38%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 96 of 255 = 38%
B 115 of 255 = 45%

121
96
115

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

Portions of RGB colors in percentages

R + G + B =
121 + 96 + 115 = 332 (100%)
R 121 of 332 ~ 36.45%
G 96 of 332 ~ 28.92%
B 115 of 332 ~ 34.64%

%36.45
%28.92
%34.64

CMYK color model

#796073 color CMYK value is (0,21,5,53).

  • cyan value is 0.00%
  • magenta value is 20.66%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(0,21,5,53)
C0M21Y5K53 
(0%,21%,5%,53%)
(0.00/0.21/0.05/0.53)	

CMYK percentages

%0
%20.66
%4.96
%52.55

Codes

Color #796073 in popluar color models

796073
RGB12196115
HSL314°11.52%42.55%
HSB/HSV314°20.66%47.45%
CMYK0.00%20.66%4.96%
52.55%

Color #796073 in popluar number systems.

HEX796073
Decimal12196115
Binary111100111000001110011
Octal171140163

Shades and tints

Shades of #796073

#796073
(121,96,115)
#6E5869
(110,88,105)
#63505F
(99,80,95)
#584855
(88,72,85)
#4D404B
(77,64,75)
#423841
(66,56,65)
#373037
(55,48,55)
#2C282D
(44,40,45)
#212023
(33,32,35)
#161819
(22,24,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #796073

#796073
(121,96,115)
#856E7F
(133,110,127)
#917C8B
(145,124,139)
#9D8A97
(157,138,151)
#A998A3
(169,152,163)
#B5A6AF
(181,166,175)
#C1B4BB
(193,180,187)
#CDC2C7
(205,194,199)
#D9D0D3
(217,208,211)
#E5DEDF
(229,222,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796073 color. Also use rgb(121,96,115) instead hex code.

Text Font Color

.myTextColor { color: #796073; }

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

This text font color is #796073.


Background Color

.myBgColor { background-color: #796073; }

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

This div background color is #796073.


Border color

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

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

This div border color is #796073.


Opacity

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

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

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

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

This text has shadow with #796073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796073 on black background.


Color preview on white background

This text has color #796073 on white background.



Black color preview on #796073 background

This text has black color on #796073 background.


White color preview on #796073 background

This text has white color on #796073 background.