COLOR #79806D

HEX: #79806D
RGB: (121,128,109)

Color info

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

RGB color model

#79806D color RGB value is (121,128,109).

  • red value is 121;
  • green value is 128;
  • blue value is 109.
RGB:
(121,128,109)
(47%,50%,43%)

RGB channels and saturation

R 121 of 255 = 47%
G 128 of 255 = 50%
B 109 of 255 = 43%

121
128
109

R + G + B ~ 47%. #79806D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 128 + 109 = 358 (100%)
R 121 of 358 ~ 33.8%
G 128 of 358 ~ 35.75%
B 109 of 358 ~ 30.45%

%33.8
%35.75
%30.45

CMYK color model

#79806D color CMYK value is (5,0,15,50).

  • cyan value is 5.47%
  • magenta value is 0.00%
  • yellow value is 14.84%
  • key color value is 49.80%
CMYK:
(5,0,15,50)
C5M0Y15K50 
(5%,0%,15%,50%)
(0.05/0.00/0.15/0.50)	

CMYK percentages

%5.47
%0
%14.84
%49.8

Codes

Color #79806D in popluar color models

79806D
RGB121128109
HSL82°8.02%46.47%
HSB/HSV82°14.84%50.20%
CMYK5.47%0.00%14.84%
49.80%

Color #79806D in popluar number systems.

HEX79806D
Decimal121128109
Binary1111001100000001101101
Octal171200155

Shades and tints

Shades of #79806D

#79806D
(121,128,109)
#6E7564
(110,117,100)
#636A5B
(99,106,91)
#585F52
(88,95,82)
#4D5449
(77,84,73)
#424940
(66,73,64)
#373E37
(55,62,55)
#2C332E
(44,51,46)
#212825
(33,40,37)
#161D1C
(22,29,28)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #79806D

#79806D
(121,128,109)
#858B7A
(133,139,122)
#919687
(145,150,135)
#9DA194
(157,161,148)
#A9ACA1
(169,172,161)
#B5B7AE
(181,183,174)
#C1C2BB
(193,194,187)
#CDCDC8
(205,205,200)
#D9D8D5
(217,216,213)
#E5E3E2
(229,227,226)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79806D color. Also use rgb(121,128,109) instead hex code.

Text Font Color

.myTextColor { color: #79806D; }

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

This text font color is #79806D.


Background Color

.myBgColor { background-color: #79806D; }

<div style="background-color:#79806D">Inner text</div>

This div background color is #79806D.


Border color

.myBorderColor { border: 1px solid #79806D; }

<div style="border:3px solid #79806D">Div</div>

This div border color is #79806D.


Opacity

.myOpacity80 { color: #79806D; opacity: 0.8; }

<p style="color:#79806D;opacity:0.8;">80%</p>

Text with #79806D 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 #79806D;}

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

This text has shadow with #79806D color.

.textShadow {text-shadow: 3px 3px 1px #79806D, 3px 3px 1px red;}

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

This text has shadow with #79806D primary color and red secondary color.


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

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

This text has shadow with #79806D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79806D on black background.


Color preview on white background

This text has color #79806D on white background.



Black color preview on #79806D background

This text has black color on #79806D background.


White color preview on #79806D background

This text has white color on #79806D background.