COLOR #796660

HEX: #796660
RGB: (121,102,96)

Color info

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

RGB color model

#796660 color RGB value is (121,102,96).

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

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 96 of 255 = 38%

121
102
96

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

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 96 = 319 (100%)
R 121 of 319 ~ 37.93%
G 102 of 319 ~ 31.97%
B 96 of 319 ~ 30.09%

%37.93
%31.97
%30.09

CMYK color model

#796660 color CMYK value is (0,16,21,53).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(0,16,21,53)
C0M16Y21K53 
(0%,16%,21%,53%)
(0.00/0.16/0.21/0.53)	

CMYK percentages

%0
%15.7
%20.66
%52.55

Codes

Color #796660 in popluar color models

796660
RGB12110296
HSL14°11.52%42.55%
HSB/HSV14°20.66%47.45%
CMYK0.00%15.70%20.66%
52.55%

Color #796660 in popluar number systems.

HEX796660
Decimal12110296
Binary111100111001101100000
Octal171146140

Shades and tints

Shades of #796660

#796660
(121,102,96)
#6E5D58
(110,93,88)
#635450
(99,84,80)
#584B48
(88,75,72)
#4D4240
(77,66,64)
#423938
(66,57,56)
#373030
(55,48,48)
#2C2728
(44,39,40)
#211E20
(33,30,32)
#161518
(22,21,24)
#0B0C10
(11,12,16)
#000000
(0,0,0)

Tints of #796660

#796660
(121,102,96)
#85736E
(133,115,110)
#91807C
(145,128,124)
#9D8D8A
(157,141,138)
#A99A98
(169,154,152)
#B5A7A6
(181,167,166)
#C1B4B4
(193,180,180)
#CDC1C2
(205,193,194)
#D9CED0
(217,206,208)
#E5DBDE
(229,219,222)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796660; }

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

This text font color is #796660.


Background Color

.myBgColor { background-color: #796660; }

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

This div background color is #796660.


Border color

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

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

This div border color is #796660.


Opacity

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

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

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

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

This text has shadow with #796660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796660 on black background.


Color preview on white background

This text has color #796660 on white background.



Black color preview on #796660 background

This text has black color on #796660 background.


White color preview on #796660 background

This text has white color on #796660 background.