COLOR #796C50

HEX: #796C50 RGB: (121,108,80)

Color info

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

RGB color model

#796C50 color RGB value is (121,108,80).

RGB: (121,108,80) (47%, 42%, 31%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 80 of 255 = 31%

121
108
80

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

Portions of RGB colors in percentages

R + G + B = 121 + 108 + 80 = 309 (100%)
R 121 of 309 ~ 39.16%
G 108 of 309 ~ 34.95%
B 80 of 309 ~ 25.89'%

%39.16
%34.95
%25.89

CMYK color model

#796C50 color CMYK value is (0,11,34,53).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 33.88%
  • key color value is 52.55%
CMYK: (0,11,34,53) C0M11Y34K53 (0%,11%,34%,53%) (0.00/0.11/0.34/0.53) 

CMYK percentages

%0
%10.74
%33.88
%52.55

Codes

Color #796C50 in popluar color models

79 6C 50
RGB 121 108 80
HSL 41° 20.40% 39.41%
HSB/HSV 41° 33.88% 47.45%
CMYK 0.00% 10.74% 33.88%
52.55%

Color #796C50 in popluar number systems.

HEX 79 6C 50
Decimal 121 108 80
Binary 1111001 1101100 1010000
Octal 171 154 120

Shades and tints

Shades of #796C50

#796C50
(121,108,80)
#6E6349
(110,99,73)
#635A42
(99,90,66)
#58513B
(88,81,59)
#4D4834
(77,72,52)
#423F2D
(66,63,45)
#373626
(55,54,38)
#2C2D1F
(44,45,31)
#212418
(33,36,24)
#161B11
(22,27,17)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #796C50

#796C50
(121,108,80)
#85795F
(133,121,95)
#91866E
(145,134,110)
#9D937D
(157,147,125)
#A9A08C
(169,160,140)
#B5AD9B
(181,173,155)
#C1BAAA
(193,186,170)
#CDC7B9
(205,199,185)
#D9D4C8
(217,212,200)
#E5E1D7
(229,225,215)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796C50; }

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

This text font color is #796C50.

Background Color

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

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

This div background color is #796C50.

Border color

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

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

This div border color is #796C50.

Opacity

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

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

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

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

This text has shadow with #796C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #796C50.

Preview

Color preview on black background

This text has color #796C50 on black background.


Color preview on white background

This text has color #796C50 on white background.


Black color preview on #796C50 background

This text has black color on #796C50 background.


White color preview on #796C50 background

This text has white color on #796C50 background.


Related colors

Complementary color

Complementary color for #hex is #8693AF.


I love getcolorcode.com

Triadic colors

1 #50796C and #6C5079 with #796C50 are triadic colors.

2 #506C79 and #6C7950 with #796C50 are triadic colors.