COLOR #79757D

HEX: #79757D
RGB: (121,117,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

121
117
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 125 = 363 (100%)
R 121 of 363 ~ 33.33%
G 117 of 363 ~ 32.23%
B 125 of 363 ~ 34.44%

%33.33
%32.23
%34.44

CMYK color model

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

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

CMYK percentages

%3.2
%6.4
%0
%50.98

Codes

Color #79757D in popluar color models

79757D
RGB121117125
HSL270°3.31%47.45%
HSB/HSV270°6.40%49.02%
CMYK3.20%6.40%0.00%
50.98%

Color #79757D in popluar number systems.

HEX79757D
Decimal121117125
Binary111100111101011111101
Octal171165175

Shades and tints

Shades of #79757D

#79757D
(121,117,125)
#6E6B72
(110,107,114)
#636167
(99,97,103)
#58575C
(88,87,92)
#4D4D51
(77,77,81)
#424346
(66,67,70)
#37393B
(55,57,59)
#2C2F30
(44,47,48)
#212525
(33,37,37)
#161B1A
(22,27,26)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #79757D

#79757D
(121,117,125)
#858188
(133,129,136)
#918D93
(145,141,147)
#9D999E
(157,153,158)
#A9A5A9
(169,165,169)
#B5B1B4
(181,177,180)
#C1BDBF
(193,189,191)
#CDC9CA
(205,201,202)
#D9D5D5
(217,213,213)
#E5E1E0
(229,225,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79757D; }

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

This text font color is #79757D.


Background Color

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

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

This div background color is #79757D.


Border color

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

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

This div border color is #79757D.


Opacity

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

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

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

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

This text has shadow with #79757D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79757D on black background.


Color preview on white background

This text has color #79757D on white background.



Black color preview on #79757D background

This text has black color on #79757D background.


White color preview on #79757D background

This text has white color on #79757D background.