COLOR #796960

HEX: #796960
RGB: (121,105,96)

Color info

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

RGB color model

#796960 color RGB value is (121,105,96).

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

RGB channels and saturation

R 121 of 255 = 47%
G 105 of 255 = 41%
B 96 of 255 = 38%

121
105
96

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

Portions of RGB colors in percentages

R + G + B =
121 + 105 + 96 = 322 (100%)
R 121 of 322 ~ 37.58%
G 105 of 322 ~ 32.61%
B 96 of 322 ~ 29.81%

%37.58
%32.61
%29.81

CMYK color model

#796960 color CMYK value is (0,13,21,53).

  • cyan value is 0.00%
  • magenta value is 13.22%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(0,13,21,53)
C0M13Y21K53 
(0%,13%,21%,53%)
(0.00/0.13/0.21/0.53)	

CMYK percentages

%0
%13.22
%20.66
%52.55

Codes

Color #796960 in popluar color models

796960
RGB12110596
HSL22°11.52%42.55%
HSB/HSV22°20.66%47.45%
CMYK0.00%13.22%20.66%
52.55%

Color #796960 in popluar number systems.

HEX796960
Decimal12110596
Binary111100111010011100000
Octal171151140

Shades and tints

Shades of #796960

#796960
(121,105,96)
#6E6058
(110,96,88)
#635750
(99,87,80)
#584E48
(88,78,72)
#4D4540
(77,69,64)
#423C38
(66,60,56)
#373330
(55,51,48)
#2C2A28
(44,42,40)
#212120
(33,33,32)
#161818
(22,24,24)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #796960

#796960
(121,105,96)
#85766E
(133,118,110)
#91837C
(145,131,124)
#9D908A
(157,144,138)
#A99D98
(169,157,152)
#B5AAA6
(181,170,166)
#C1B7B4
(193,183,180)
#CDC4C2
(205,196,194)
#D9D1D0
(217,209,208)
#E5DEDE
(229,222,222)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796960; }

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

This text font color is #796960.


Background Color

.myBgColor { background-color: #796960; }

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

This div background color is #796960.


Border color

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

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

This div border color is #796960.


Opacity

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

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

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

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

This text has shadow with #796960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796960 on black background.


Color preview on white background

This text has color #796960 on white background.



Black color preview on #796960 background

This text has black color on #796960 background.


White color preview on #796960 background

This text has white color on #796960 background.