COLOR #796A73

HEX: #796A73
RGB: (121,106,115)

Color info

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

RGB color model

#796A73 color RGB value is (121,106,115).

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

RGB channels and saturation

R 121 of 255 = 47%
G 106 of 255 = 42%
B 115 of 255 = 45%

121
106
115

R + G + B ~ 45%. #796A73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 106 + 115 = 342 (100%)
R 121 of 342 ~ 35.38%
G 106 of 342 ~ 30.99%
B 115 of 342 ~ 33.63%

%35.38
%30.99
%33.63

CMYK color model

#796A73 color CMYK value is (0,12,5,53).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(0,12,5,53)
C0M12Y5K53 
(0%,12%,5%,53%)
(0.00/0.12/0.05/0.53)	

CMYK percentages

%0
%12.4
%4.96
%52.55

Codes

Color #796A73 in popluar color models

796A73
RGB121106115
HSL324°6.61%44.51%
HSB/HSV324°12.40%47.45%
CMYK0.00%12.40%4.96%
52.55%

Color #796A73 in popluar number systems.

HEX796A73
Decimal121106115
Binary111100111010101110011
Octal171152163

Shades and tints

Shades of #796A73

#796A73
(121,106,115)
#6E6169
(110,97,105)
#63585F
(99,88,95)
#584F55
(88,79,85)
#4D464B
(77,70,75)
#423D41
(66,61,65)
#373437
(55,52,55)
#2C2B2D
(44,43,45)
#212223
(33,34,35)
#161919
(22,25,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #796A73

#796A73
(121,106,115)
#85777F
(133,119,127)
#91848B
(145,132,139)
#9D9197
(157,145,151)
#A99EA3
(169,158,163)
#B5ABAF
(181,171,175)
#C1B8BB
(193,184,187)
#CDC5C7
(205,197,199)
#D9D2D3
(217,210,211)
#E5DFDF
(229,223,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796A73; }

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

This text font color is #796A73.


Background Color

.myBgColor { background-color: #796A73; }

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

This div background color is #796A73.


Border color

.myBorderColor { border: 1px solid #796A73; }

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

This div border color is #796A73.


Opacity

.myOpacity80 { color: #796A73; opacity: 0.8; }

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

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

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

This text has shadow with #796A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796A73 on black background.


Color preview on white background

This text has color #796A73 on white background.



Black color preview on #796A73 background

This text has black color on #796A73 background.


White color preview on #796A73 background

This text has white color on #796A73 background.