COLOR #796D61

HEX: #796D61
RGB: (121,109,97)

Color info

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

RGB color model

#796D61 color RGB value is (121,109,97).

  • red value is 121;
  • green value is 109;
  • blue value is 97.
RGB:
(121,109,97)
(47%,43%,38%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 97 of 255 = 38%

121
109
97

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

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 97 = 327 (100%)
R 121 of 327 ~ 37%
G 109 of 327 ~ 33.33%
B 97 of 327 ~ 29.66%

%37
%33.33
%29.66

CMYK color model

#796D61 color CMYK value is (0,10,20,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK:
(0,10,20,53)
C0M10Y20K53 
(0%,10%,20%,53%)
(0.00/0.10/0.20/0.53)	

CMYK percentages

%0
%9.92
%19.83
%52.55

Codes

Color #796D61 in popluar color models

796D61
RGB12110997
HSL30°11.01%42.75%
HSB/HSV30°19.83%47.45%
CMYK0.00%9.92%19.83%
52.55%

Color #796D61 in popluar number systems.

HEX796D61
Decimal12110997
Binary111100111011011100001
Octal171155141

Shades and tints

Shades of #796D61

#796D61
(121,109,97)
#6E6459
(110,100,89)
#635B51
(99,91,81)
#585249
(88,82,73)
#4D4941
(77,73,65)
#424039
(66,64,57)
#373731
(55,55,49)
#2C2E29
(44,46,41)
#212521
(33,37,33)
#161C19
(22,28,25)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #796D61

#796D61
(121,109,97)
#857A6F
(133,122,111)
#91877D
(145,135,125)
#9D948B
(157,148,139)
#A9A199
(169,161,153)
#B5AEA7
(181,174,167)
#C1BBB5
(193,187,181)
#CDC8C3
(205,200,195)
#D9D5D1
(217,213,209)
#E5E2DF
(229,226,223)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796D61 color. Also use rgb(121,109,97) instead hex code.

Text Font Color

.myTextColor { color: #796D61; }

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

This text font color is #796D61.


Background Color

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

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

This div background color is #796D61.


Border color

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

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

This div border color is #796D61.


Opacity

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

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

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

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

This text has shadow with #796D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D61 on black background.


Color preview on white background

This text has color #796D61 on white background.



Black color preview on #796D61 background

This text has black color on #796D61 background.


White color preview on #796D61 background

This text has white color on #796D61 background.