COLOR #796260

HEX: #796260
RGB: (121,98,96)

Color info

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

RGB color model

#796260 color RGB value is (121,98,96).

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

RGB channels and saturation

R 121 of 255 = 47%
G 98 of 255 = 38%
B 96 of 255 = 38%

121
98
96

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

Portions of RGB colors in percentages

R + G + B =
121 + 98 + 96 = 315 (100%)
R 121 of 315 ~ 38.41%
G 98 of 315 ~ 31.11%
B 96 of 315 ~ 30.48%

%38.41
%31.11
%30.48

CMYK color model

#796260 color CMYK value is (0,19,21,53).

  • cyan value is 0.00%
  • magenta value is 19.01%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(0,19,21,53)
C0M19Y21K53 
(0%,19%,21%,53%)
(0.00/0.19/0.21/0.53)	

CMYK percentages

%0
%19.01
%20.66
%52.55

Codes

Color #796260 in popluar color models

796260
RGB1219896
HSL11.52%42.55%
HSB/HSV20.66%47.45%
CMYK0.00%19.01%20.66%
52.55%

Color #796260 in popluar number systems.

HEX796260
Decimal1219896
Binary111100111000101100000
Octal171142140

Shades and tints

Shades of #796260

#796260
(121,98,96)
#6E5A58
(110,90,88)
#635250
(99,82,80)
#584A48
(88,74,72)
#4D4240
(77,66,64)
#423A38
(66,58,56)
#373230
(55,50,48)
#2C2A28
(44,42,40)
#212220
(33,34,32)
#161A18
(22,26,24)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #796260

#796260
(121,98,96)
#85706E
(133,112,110)
#917E7C
(145,126,124)
#9D8C8A
(157,140,138)
#A99A98
(169,154,152)
#B5A8A6
(181,168,166)
#C1B6B4
(193,182,180)
#CDC4C2
(205,196,194)
#D9D2D0
(217,210,208)
#E5E0DE
(229,224,222)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796260; }

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

This text font color is #796260.


Background Color

.myBgColor { background-color: #796260; }

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

This div background color is #796260.


Border color

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

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

This div border color is #796260.


Opacity

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

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

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

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

This text has shadow with #796260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796260 on black background.


Color preview on white background

This text has color #796260 on white background.



Black color preview on #796260 background

This text has black color on #796260 background.


White color preview on #796260 background

This text has white color on #796260 background.