COLOR #79737D

HEX: #79737D
RGB: (121,115,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
115
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 125 = 361 (100%)
R 121 of 361 ~ 33.52%
G 115 of 361 ~ 31.86%
B 125 of 361 ~ 34.63%

%33.52
%31.86
%34.63

CMYK color model

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

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

CMYK percentages

%3.2
%8
%0
%50.98

Codes

Color #79737D in popluar color models

79737D
RGB121115125
HSL276°4.17%47.06%
HSB/HSV276°8.00%49.02%
CMYK3.20%8.00%0.00%
50.98%

Color #79737D in popluar number systems.

HEX79737D
Decimal121115125
Binary111100111100111111101
Octal171163175

Shades and tints

Shades of #79737D

#79737D
(121,115,125)
#6E6972
(110,105,114)
#635F67
(99,95,103)
#58555C
(88,85,92)
#4D4B51
(77,75,81)
#424146
(66,65,70)
#37373B
(55,55,59)
#2C2D30
(44,45,48)
#212325
(33,35,37)
#16191A
(22,25,26)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #79737D

#79737D
(121,115,125)
#857F88
(133,127,136)
#918B93
(145,139,147)
#9D979E
(157,151,158)
#A9A3A9
(169,163,169)
#B5AFB4
(181,175,180)
#C1BBBF
(193,187,191)
#CDC7CA
(205,199,202)
#D9D3D5
(217,211,213)
#E5DFE0
(229,223,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79737D; }

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

This text font color is #79737D.


Background Color

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

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

This div background color is #79737D.


Border color

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

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

This div border color is #79737D.


Opacity

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

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

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

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

This text has shadow with #79737D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79737D on black background.


Color preview on white background

This text has color #79737D on white background.



Black color preview on #79737D background

This text has black color on #79737D background.


White color preview on #79737D background

This text has white color on #79737D background.