COLOR #797879

HEX: #797879
RGB: (121,120,121)

Color info

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

RGB color model

#797879 color RGB value is (121,120,121).

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

RGB channels and saturation

R 121 of 255 = 47%
G 120 of 255 = 47%
B 121 of 255 = 47%

121
120
121

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

Portions of RGB colors in percentages

R + G + B =
121 + 120 + 121 = 362 (100%)
R 121 of 362 ~ 33.43%
G 120 of 362 ~ 33.15%
B 121 of 362 ~ 33.43%

%33.43
%33.15
%33.43

CMYK color model

#797879 color CMYK value is (0,1,0,53).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(0,1,0,53)
C0M1Y0K53 
(0%,1%,0%,53%)
(0.00/0.01/0.00/0.53)	

CMYK percentages

%0
%0.83
%0
%52.55

Codes

Color #797879 in popluar color models

797879
RGB121120121
HSL300°0.41%47.25%
HSB/HSV300°0.83%47.45%
CMYK0.00%0.83%0.00%
52.55%

Color #797879 in popluar number systems.

HEX797879
Decimal121120121
Binary111100111110001111001
Octal171170171

Shades and tints

Shades of #797879

#797879
(121,120,121)
#6E6E6E
(110,110,110)
#636463
(99,100,99)
#585A58
(88,90,88)
#4D504D
(77,80,77)
#424642
(66,70,66)
#373C37
(55,60,55)
#2C322C
(44,50,44)
#212821
(33,40,33)
#161E16
(22,30,22)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #797879

#797879
(121,120,121)
#858485
(133,132,133)
#919091
(145,144,145)
#9D9C9D
(157,156,157)
#A9A8A9
(169,168,169)
#B5B4B5
(181,180,181)
#C1C0C1
(193,192,193)
#CDCCCD
(205,204,205)
#D9D8D9
(217,216,217)
#E5E4E5
(229,228,229)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797879; }

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

This text font color is #797879.


Background Color

.myBgColor { background-color: #797879; }

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

This div background color is #797879.


Border color

.myBorderColor { border: 1px solid #797879; }

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

This div border color is #797879.


Opacity

.myOpacity80 { color: #797879; opacity: 0.8; }

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

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

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

This text has shadow with #797879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797879 on black background.


Color preview on white background

This text has color #797879 on white background.



Black color preview on #797879 background

This text has black color on #797879 background.


White color preview on #797879 background

This text has white color on #797879 background.