COLOR #796D66

HEX: #796D66 RGB: (121,109,102)

Color info

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

RGB color model

#796D66 color RGB value is (121,109,102).

RGB: (121,109,102) (47%, 43%, 40%)

RGB channels and saturation

R 121 of 255 = 47%
G 109 of 255 = 43%
B 102 of 255 = 40%

121
109
102

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

Portions of RGB colors in percentages

R + G + B = 121 + 109 + 102 = 332 (100%)
R 121 of 332 ~ 36.45%
G 109 of 332 ~ 32.83%
B 102 of 332 ~ 30.72'%

%36.45
%32.83
%30.72

CMYK color model

#796D66 color CMYK value is (0,10,16,53).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 15.70%
  • key color value is 52.55%

CMYK: (0,10,16,53)
C0M10Y16K53 (0%, 10%, 16%, 53%)
(0.00 / 0.10 / 0.16 / 0.53)

CMYK percentages

%0
%9.92
%15.7
%52.55

Codes

Color #796D66 in popluar color models

79 6D 66
RGB 121 109 102
HSL 22° 8.52% 43.73%
HSB/HSV 22° 15.70% 47.45%
CMYK 0.00% 9.92% 15.70%
52.55%

Color #796D66 in popluar number systems.

HEX 79 6D 66
Decimal 121 109 102
Binary 1111001 1101101 1100110
Octal 171 155 146

Shades and tints

Shades of #796D66

#796D66
(121,109,102)
#6E645D
(110,100,93)
#635B54
(99,91,84)
#58524B
(88,82,75)
#4D4942
(77,73,66)
#424039
(66,64,57)
#373730
(55,55,48)
#2C2E27
(44,46,39)
#21251E
(33,37,30)
#161C15
(22,28,21)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #796D66

#796D66
(121,109,102)
#857A73
(133,122,115)
#918780
(145,135,128)
#9D948D
(157,148,141)
#A9A19A
(169,161,154)
#B5AEA7
(181,174,167)
#C1BBB4
(193,187,180)
#CDC8C1
(205,200,193)
#D9D5CE
(217,213,206)
#E5E2DB
(229,226,219)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796D66; }

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

This text font color is #796D66.

Background Color

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

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

This div background color is #796D66.

Border color

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

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

This div border color is #796D66.

Opacity

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

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

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

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

This text has shadow with #796D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796D66.

Preview

Color preview on black background

This text has color #796D66 on black background.


Color preview on white background

This text has color #796D66 on white background.


Black color preview on #796D66 background

This text has black color on #796D66 background.


White color preview on #796D66 background

This text has white color on #796D66 background.


Related colors

Complementary color

Complementary color for #hex is #869299.


I love getcolorcode.com

Triadic colors

1 #66796D and #6D6679 with #796D66 are triadic colors.

2 #666D79 and #6D7966 with #796D66 are triadic colors.