COLOR #79757C

HEX: #79757C
RGB: (121,117,124)

Color info

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

RGB color model

#79757C color RGB value is (121,117,124).

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

RGB channels and saturation

R 121 of 255 = 47%
G 117 of 255 = 46%
B 124 of 255 = 49%

121
117
124

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 124 = 362 (100%)
R 121 of 362 ~ 33.43%
G 117 of 362 ~ 32.32%
B 124 of 362 ~ 34.25%

%33.43
%32.32
%34.25

CMYK color model

#79757C color CMYK value is (2,6,0,51).

  • cyan value is 2.42%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(2,6,0,51)
C2M6Y0K51 
(2%,6%,0%,51%)
(0.02/0.06/0.00/0.51)	

CMYK percentages

%2.42
%5.65
%0
%51.37

Codes

Color #79757C in popluar color models

79757C
RGB121117124
HSL274°2.90%47.25%
HSB/HSV274°5.65%48.63%
CMYK2.42%5.65%0.00%
51.37%

Color #79757C in popluar number systems.

HEX79757C
Decimal121117124
Binary111100111101011111100
Octal171165174

Shades and tints

Shades of #79757C

#79757C
(121,117,124)
#6E6B71
(110,107,113)
#636166
(99,97,102)
#58575B
(88,87,91)
#4D4D50
(77,77,80)
#424345
(66,67,69)
#37393A
(55,57,58)
#2C2F2F
(44,47,47)
#212524
(33,37,36)
#161B19
(22,27,25)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #79757C

#79757C
(121,117,124)
#858187
(133,129,135)
#918D92
(145,141,146)
#9D999D
(157,153,157)
#A9A5A8
(169,165,168)
#B5B1B3
(181,177,179)
#C1BDBE
(193,189,190)
#CDC9C9
(205,201,201)
#D9D5D4
(217,213,212)
#E5E1DF
(229,225,223)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79757C; }

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

This text font color is #79757C.


Background Color

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

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

This div background color is #79757C.


Border color

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

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

This div border color is #79757C.


Opacity

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

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

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

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

This text has shadow with #79757C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79757C on black background.


Color preview on white background

This text has color #79757C on white background.



Black color preview on #79757C background

This text has black color on #79757C background.


White color preview on #79757C background

This text has white color on #79757C background.