COLOR #796860

HEX: #796860
RGB: (121,104,96)

Color info

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

RGB color model

#796860 color RGB value is (121,104,96).

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

RGB channels and saturation

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

121
104
96

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

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 96 = 321 (100%)
R 121 of 321 ~ 37.69%
G 104 of 321 ~ 32.4%
B 96 of 321 ~ 29.91%

%37.69
%32.4
%29.91

CMYK color model

#796860 color CMYK value is (0,14,21,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(0,14,21,53)
C0M14Y21K53 
(0%,14%,21%,53%)
(0.00/0.14/0.21/0.53)	

CMYK percentages

%0
%14.05
%20.66
%52.55

Codes

Color #796860 in popluar color models

796860
RGB12110496
HSL19°11.52%42.55%
HSB/HSV19°20.66%47.45%
CMYK0.00%14.05%20.66%
52.55%

Color #796860 in popluar number systems.

HEX796860
Decimal12110496
Binary111100111010001100000
Octal171150140

Shades and tints

Shades of #796860

#796860
(121,104,96)
#6E5F58
(110,95,88)
#635650
(99,86,80)
#584D48
(88,77,72)
#4D4440
(77,68,64)
#423B38
(66,59,56)
#373230
(55,50,48)
#2C2928
(44,41,40)
#212020
(33,32,32)
#161718
(22,23,24)
#0B0E10
(11,14,16)
#000000
(0,0,0)

Tints of #796860

#796860
(121,104,96)
#85756E
(133,117,110)
#91827C
(145,130,124)
#9D8F8A
(157,143,138)
#A99C98
(169,156,152)
#B5A9A6
(181,169,166)
#C1B6B4
(193,182,180)
#CDC3C2
(205,195,194)
#D9D0D0
(217,208,208)
#E5DDDE
(229,221,222)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796860; }

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

This text font color is #796860.


Background Color

.myBgColor { background-color: #796860; }

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

This div background color is #796860.


Border color

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

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

This div border color is #796860.


Opacity

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

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

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

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

This text has shadow with #796860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796860 on black background.


Color preview on white background

This text has color #796860 on white background.



Black color preview on #796860 background

This text has black color on #796860 background.


White color preview on #796860 background

This text has white color on #796860 background.