COLOR #796D56

HEX: #796D56
RGB: (121,109,86)

Color info

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

RGB color model

#796D56 color RGB value is (121,109,86).

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

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 86 of 255 = 34%

121
109
86

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

Portions of RGB colors in percentages

R + G + B =
121 + 109 + 86 = 316 (100%)
R 121 of 316 ~ 38.29%
G 109 of 316 ~ 34.49%
B 86 of 316 ~ 27.22%

%38.29
%34.49
%27.22

CMYK color model

#796D56 color CMYK value is (0,10,29,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 28.93%
  • key color value is 52.55%
CMYK:
(0,10,29,53)
C0M10Y29K53 
(0%,10%,29%,53%)
(0.00/0.10/0.29/0.53)	

CMYK percentages

%0
%9.92
%28.93
%52.55

Codes

Color #796D56 in popluar color models

796D56
RGB12110986
HSL39°16.91%40.59%
HSB/HSV39°28.93%47.45%
CMYK0.00%9.92%28.93%
52.55%

Color #796D56 in popluar number systems.

HEX796D56
Decimal12110986
Binary111100111011011010110
Octal171155126

Shades and tints

Shades of #796D56

#796D56
(121,109,86)
#6E644F
(110,100,79)
#635B48
(99,91,72)
#585241
(88,82,65)
#4D493A
(77,73,58)
#424033
(66,64,51)
#37372C
(55,55,44)
#2C2E25
(44,46,37)
#21251E
(33,37,30)
#161C17
(22,28,23)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #796D56

#796D56
(121,109,86)
#857A65
(133,122,101)
#918774
(145,135,116)
#9D9483
(157,148,131)
#A9A192
(169,161,146)
#B5AEA1
(181,174,161)
#C1BBB0
(193,187,176)
#CDC8BF
(205,200,191)
#D9D5CE
(217,213,206)
#E5E2DD
(229,226,221)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796D56; }

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

This text font color is #796D56.


Background Color

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

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

This div background color is #796D56.


Border color

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

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

This div border color is #796D56.


Opacity

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

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

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

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

This text has shadow with #796D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796D56 on black background.


Color preview on white background

This text has color #796D56 on white background.



Black color preview on #796D56 background

This text has black color on #796D56 background.


White color preview on #796D56 background

This text has white color on #796D56 background.