COLOR #79797D

HEX: #79797D
RGB: (121,121,125)

Color info

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

RGB color model

#79797D color RGB value is (121,121,125).

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

RGB channels and saturation

R 121 of 255 = 47%
G 121 of 255 = 47%
B 125 of 255 = 49%

121
121
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 121 + 125 = 367 (100%)
R 121 of 367 ~ 32.97%
G 121 of 367 ~ 32.97%
B 125 of 367 ~ 34.06%

%32.97
%32.97
%34.06

CMYK color model

#79797D color CMYK value is (3,3,0,51).

  • cyan value is 3.20%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,3,0,51)
C3M3Y0K51 
(3%,3%,0%,51%)
(0.03/0.03/0.00/0.51)	

CMYK percentages

%3.2
%3.2
%0
%50.98

Codes

Color #79797D in popluar color models

79797D
RGB121121125
HSL240°1.63%48.24%
HSB/HSV240°3.20%49.02%
CMYK3.20%3.20%0.00%
50.98%

Color #79797D in popluar number systems.

HEX79797D
Decimal121121125
Binary111100111110011111101
Octal171171175

Shades and tints

Shades of #79797D

#79797D
(121,121,125)
#6E6E72
(110,110,114)
#636367
(99,99,103)
#58585C
(88,88,92)
#4D4D51
(77,77,81)
#424246
(66,66,70)
#37373B
(55,55,59)
#2C2C30
(44,44,48)
#212125
(33,33,37)
#16161A
(22,22,26)
#0B0B0F
(11,11,15)
#000000
(0,0,0)

Tints of #79797D

#79797D
(121,121,125)
#858588
(133,133,136)
#919193
(145,145,147)
#9D9D9E
(157,157,158)
#A9A9A9
(169,169,169)
#B5B5B4
(181,181,180)
#C1C1BF
(193,193,191)
#CDCDCA
(205,205,202)
#D9D9D5
(217,217,213)
#E5E5E0
(229,229,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79797D; }

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

This text font color is #79797D.


Background Color

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

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

This div background color is #79797D.


Border color

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

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

This div border color is #79797D.


Opacity

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

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

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

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

This text has shadow with #79797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79797D on black background.


Color preview on white background

This text has color #79797D on white background.



Black color preview on #79797D background

This text has black color on #79797D background.


White color preview on #79797D background

This text has white color on #79797D background.