COLOR #79737C

HEX: #79737C
RGB: (121,115,124)

Color info

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

RGB color model

#79737C color RGB value is (121,115,124).

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

RGB channels and saturation

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

121
115
124

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 124 = 360 (100%)
R 121 of 360 ~ 33.61%
G 115 of 360 ~ 31.94%
B 124 of 360 ~ 34.44%

%33.61
%31.94
%34.44

CMYK color model

#79737C color CMYK value is (2,7,0,51).

  • cyan value is 2.42%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(2,7,0,51)
C2M7Y0K51 
(2%,7%,0%,51%)
(0.02/0.07/0.00/0.51)	

CMYK percentages

%2.42
%7.26
%0
%51.37

Codes

Color #79737C in popluar color models

79737C
RGB121115124
HSL280°3.77%46.86%
HSB/HSV280°7.26%48.63%
CMYK2.42%7.26%0.00%
51.37%

Color #79737C in popluar number systems.

HEX79737C
Decimal121115124
Binary111100111100111111100
Octal171163174

Shades and tints

Shades of #79737C

#79737C
(121,115,124)
#6E6971
(110,105,113)
#635F66
(99,95,102)
#58555B
(88,85,91)
#4D4B50
(77,75,80)
#424145
(66,65,69)
#37373A
(55,55,58)
#2C2D2F
(44,45,47)
#212324
(33,35,36)
#161919
(22,25,25)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #79737C

#79737C
(121,115,124)
#857F87
(133,127,135)
#918B92
(145,139,146)
#9D979D
(157,151,157)
#A9A3A8
(169,163,168)
#B5AFB3
(181,175,179)
#C1BBBE
(193,187,190)
#CDC7C9
(205,199,201)
#D9D3D4
(217,211,212)
#E5DFDF
(229,223,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79737C; }

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

This text font color is #79737C.


Background Color

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

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

This div background color is #79737C.


Border color

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

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

This div border color is #79737C.


Opacity

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

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

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

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

This text has shadow with #79737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79737C on black background.


Color preview on white background

This text has color #79737C on white background.



Black color preview on #79737C background

This text has black color on #79737C background.


White color preview on #79737C background

This text has white color on #79737C background.