COLOR #796C62

HEX: #796C62 RGB: (121,108,98)

Color info

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

RGB color model

#796C62 color RGB value is (121,108,98).

RGB: (121,108,98) (47%, 42%, 38%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 98 of 255 = 38%

121
108
98

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

Portions of RGB colors in percentages

R + G + B = 121 + 108 + 98 = 327 (100%)
R 121 of 327 ~ 37%
G 108 of 327 ~ 33.03%
B 98 of 327 ~ 29.97'%

%37
%33.03
%29.97

CMYK color model

#796C62 color CMYK value is (0,11,19,53).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 19.01%
  • key color value is 52.55%

CMYK: (0,11,19,53)
C0M11Y19K53 (0%, 11%, 19%, 53%)
(0.00 / 0.11 / 0.19 / 0.53)

CMYK percentages

%0
%10.74
%19.01
%52.55

Codes

Color #796C62 in popluar color models

79 6C 62
RGB 121 108 98
HSL 26° 10.50% 42.94%
HSB/HSV 26° 19.01% 47.45%
CMYK 0.00% 10.74% 19.01%
52.55%

Color #796C62 in popluar number systems.

HEX 79 6C 62
Decimal 121 108 98
Binary 1111001 1101100 1100010
Octal 171 154 142

Shades and tints

Shades of #796C62

#796C62
(121,108,98)
#6E635A
(110,99,90)
#635A52
(99,90,82)
#58514A
(88,81,74)
#4D4842
(77,72,66)
#423F3A
(66,63,58)
#373632
(55,54,50)
#2C2D2A
(44,45,42)
#212422
(33,36,34)
#161B1A
(22,27,26)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #796C62

#796C62
(121,108,98)
#857970
(133,121,112)
#91867E
(145,134,126)
#9D938C
(157,147,140)
#A9A09A
(169,160,154)
#B5ADA8
(181,173,168)
#C1BAB6
(193,186,182)
#CDC7C4
(205,199,196)
#D9D4D2
(217,212,210)
#E5E1E0
(229,225,224)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796C62; }

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

This text font color is #796C62.

Background Color

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

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

This div background color is #796C62.

Border color

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

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

This div border color is #796C62.

Opacity

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

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

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

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

This text has shadow with #796C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796C62.

Preview

Color preview on black background

This text has color #796C62 on black background.


Color preview on white background

This text has color #796C62 on white background.


Black color preview on #796C62 background

This text has black color on #796C62 background.


White color preview on #796C62 background

This text has white color on #796C62 background.


Related colors

Complementary color

Complementary color for #hex is #86939D.


I love getcolorcode.com

Triadic colors

1 #62796C and #6C6279 with #796C62 are triadic colors.

2 #626C79 and #6C7962 with #796C62 are triadic colors.