COLOR #79794A

HEX: #79794A
RGB: (121,121,74)

Color info

#79794A contains red, green and blue colors in about the same proportion. Web safe color of #79794A is #666633 (or #663).

RGB color model

#79794A color RGB value is (121,121,74).

  • red value is 121;
  • green value is 121;
  • blue value is 74.
RGB:
(121,121,74)
(47%,47%,29%)

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 74 of 255 = 29%

121
121
74

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

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 74 = 316 (100%)
R 121 of 316 ~ 38.29%
G 121 of 316 ~ 38.29%
B 74 of 316 ~ 23.42%

%38.29
%38.29
%23.42

CMYK color model

#79794A color CMYK value is (0,0,39,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 38.84%
  • key color value is 52.55%
CMYK:
(0,0,39,53)
C0M0Y39K53 
(0%,0%,39%,53%)
(0.00/0.00/0.39/0.53)	

CMYK percentages

%0
%0
%38.84
%52.55

Codes

Color #79794A in popluar color models

79794A
RGB12112174
HSL60°24.10%38.24%
HSB/HSV60°38.84%47.45%
CMYK0.00%0.00%38.84%
52.55%

Color #79794A in popluar number systems.

HEX79794A
Decimal12112174
Binary111100111110011001010
Octal171171112

Shades and tints

Shades of #79794A

#79794A
(121,121,74)
#6E6E44
(110,110,68)
#63633E
(99,99,62)
#585838
(88,88,56)
#4D4D32
(77,77,50)
#42422C
(66,66,44)
#373726
(55,55,38)
#2C2C20
(44,44,32)
#21211A
(33,33,26)
#161614
(22,22,20)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #79794A

#79794A
(121,121,74)
#85855A
(133,133,90)
#91916A
(145,145,106)
#9D9D7A
(157,157,122)
#A9A98A
(169,169,138)
#B5B59A
(181,181,154)
#C1C1AA
(193,193,170)
#CDCDBA
(205,205,186)
#D9D9CA
(217,217,202)
#E5E5DA
(229,229,218)
#F1F1EA
(241,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79794A color. Also use rgb(121,121,74) instead hex code.

Text Font Color

.myTextColor { color: #79794A; }

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

This text font color is #79794A.


Background Color

.myBgColor { background-color: #79794A; }

<div style="background-color:#79794A">Inner text</div>

This div background color is #79794A.


Border color

.myBorderColor { border: 1px solid #79794A; }

<div style="border:3px solid #79794A">Div</div>

This div border color is #79794A.


Opacity

.myOpacity80 { color: #79794A; opacity: 0.8; }

<p style="color:#79794A;opacity:0.8;">80%</p>

Text with #79794A 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 #79794A;}

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

This text has shadow with #79794A color.

.textShadow {text-shadow: 3px 3px 1px #79794A, 3px 3px 1px red;}

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

This text has shadow with #79794A primary color and red secondary color.


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

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

This text has shadow with #79794A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79794A on black background.


Color preview on white background

This text has color #79794A on white background.



Black color preview on #79794A background

This text has black color on #79794A background.


White color preview on #79794A background

This text has white color on #79794A background.