COLOR #79796B

HEX: #79796B
RGB: (121,121,107)

Color info

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

RGB color model

#79796B color RGB value is (121,121,107).

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

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 107 of 255 = 42%

121
121
107

R + G + B ~ 45%. #79796B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 107 = 349 (100%)
R 121 of 349 ~ 34.67%
G 121 of 349 ~ 34.67%
B 107 of 349 ~ 30.66%

%34.67
%34.67
%30.66

CMYK color model

#79796B color CMYK value is (0,0,12,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,0,12,53)
C0M0Y12K53 
(0%,0%,12%,53%)
(0.00/0.00/0.12/0.53)	

CMYK percentages

%0
%0
%11.57
%52.55

Codes

Color #79796B in popluar color models

79796B
RGB121121107
HSL60°6.14%44.71%
HSB/HSV60°11.57%47.45%
CMYK0.00%0.00%11.57%
52.55%

Color #79796B in popluar number systems.

HEX79796B
Decimal121121107
Binary111100111110011101011
Octal171171153

Shades and tints

Shades of #79796B

#79796B
(121,121,107)
#6E6E62
(110,110,98)
#636359
(99,99,89)
#585850
(88,88,80)
#4D4D47
(77,77,71)
#42423E
(66,66,62)
#373735
(55,55,53)
#2C2C2C
(44,44,44)
#212123
(33,33,35)
#16161A
(22,22,26)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #79796B

#79796B
(121,121,107)
#858578
(133,133,120)
#919185
(145,145,133)
#9D9D92
(157,157,146)
#A9A99F
(169,169,159)
#B5B5AC
(181,181,172)
#C1C1B9
(193,193,185)
#CDCDC6
(205,205,198)
#D9D9D3
(217,217,211)
#E5E5E0
(229,229,224)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79796B color. Also use rgb(121,121,107) instead hex code.

Text Font Color

.myTextColor { color: #79796B; }

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

This text font color is #79796B.


Background Color

.myBgColor { background-color: #79796B; }

<div style="background-color:#79796B">Inner text</div>

This div background color is #79796B.


Border color

.myBorderColor { border: 1px solid #79796B; }

<div style="border:3px solid #79796B">Div</div>

This div border color is #79796B.


Opacity

.myOpacity80 { color: #79796B; opacity: 0.8; }

<p style="color:#79796B;opacity:0.8;">80%</p>

Text with #79796B 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 #79796B;}

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

This text has shadow with #79796B color.

.textShadow {text-shadow: 3px 3px 1px #79796B, 3px 3px 1px red;}

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

This text has shadow with #79796B primary color and red secondary color.


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

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

This text has shadow with #79796B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79796B on black background.


Color preview on white background

This text has color #79796B on white background.



Black color preview on #79796B background

This text has black color on #79796B background.


White color preview on #79796B background

This text has white color on #79796B background.