COLOR #79804F

HEX: #79804F RGB: (121,128,79)

Color info

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

RGB color model

#79804F color RGB value is (121,128,79).

RGB: (121,128,79) (47%, 50%, 31%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 79 of 255 = 31%

121
128
79

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

Portions of RGB colors in percentages

R + G + B = 121 + 128 + 79 = 328 (100%)
R 121 of 328 ~ 36.89%
G 128 of 328 ~ 39.02%
B 79 of 328 ~ 24.09'%

%36.89
%39.02
%24.09

CMYK color model

#79804F color CMYK value is (5,0,38,50).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 38.28%
  • key color value is 49.80%
CMYK: (5,0,38,50) C5M0Y38K50 (5%,0%,38%,50%) (0.05/0.00/0.38/0.50) 

CMYK percentages

%5.47
%0
%38.28
%49.8

Codes

Color #79804F in popluar color models

79 80 4F
RGB 121 128 79
HSL 69° 23.67% 40.59%
HSB/HSV 69° 38.28% 50.20%
CMYK 5.47% 0.00% 38.28%
49.80%

Color #79804F in popluar number systems.

HEX 79 80 4F
Decimal 121 128 79
Binary 1111001 10000000 1001111
Octal 171 200 117

Shades and tints

Shades of #79804F

#79804F
(121,128,79)
#6E7548
(110,117,72)
#636A41
(99,106,65)
#585F3A
(88,95,58)
#4D5433
(77,84,51)
#42492C
(66,73,44)
#373E25
(55,62,37)
#2C331E
(44,51,30)
#212817
(33,40,23)
#161D10
(22,29,16)
#0B1209
(11,18,9)
#000000
(0,0,0)

Tints of #79804F

#79804F
(121,128,79)
#858B5F
(133,139,95)
#91966F
(145,150,111)
#9DA17F
(157,161,127)
#A9AC8F
(169,172,143)
#B5B79F
(181,183,159)
#C1C2AF
(193,194,175)
#CDCDBF
(205,205,191)
#D9D8CF
(217,216,207)
#E5E3DF
(229,227,223)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79804F color. Also use rgb(121,128,79) instead hex code.

Text Font Color

.myTextColor { color: #79804F; }

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

This text font color is #79804F.

Background Color

.myBgColor { background-color: #79804F; }

<div style="background-color:#79804F">Inner text</div>

This div background color is #79804F.

Border color

.myBorderColor { border: 1px solid #79804F; }

<div style="border:3px solid #79804F">Div</div>

This div border color is #79804F.

Opacity

.myOpacity80 { color: #79804F; opacity: 0.8; }

<p style="color:#79804F;opacity:0.8;">80%</p>

Text with #79804F 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 #79804F;}

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

This text has shadow with #79804F color.


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

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

This text has shadow with #79804F primary color and red secondary color.


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

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

This text has shadow with #79804F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79804F.

Preview

Color preview on black background

This text has color #79804F on black background.


Color preview on white background

This text has color #79804F on white background.


Black color preview on #79804F background

This text has black color on #79804F background.


White color preview on #79804F background

This text has white color on #79804F background.


Related colors

Complementary color

Complementary color for #hex is #867FB0.


I love getcolorcode.com

Triadic colors

1 #4F7980 and #804F79 with #79804F are triadic colors.

2 #4F8079 and #80794F with #79804F are triadic colors.