COLOR #79757E

HEX: #79757E
RGB: (121,117,126)

Color info

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

RGB color model

#79757E color RGB value is (121,117,126).

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

RGB channels and saturation

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

121
117
126

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 126 = 364 (100%)
R 121 of 364 ~ 33.24%
G 117 of 364 ~ 32.14%
B 126 of 364 ~ 34.62%

%33.24
%32.14
%34.62

CMYK color model

#79757E color CMYK value is (4,7,0,51).

  • cyan value is 3.97%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(4,7,0,51)
C4M7Y0K51 
(4%,7%,0%,51%)
(0.04/0.07/0.00/0.51)	

CMYK percentages

%3.97
%7.14
%0
%50.59

Codes

Color #79757E in popluar color models

79757E
RGB121117126
HSL267°3.70%47.65%
HSB/HSV267°7.14%49.41%
CMYK3.97%7.14%0.00%
50.59%

Color #79757E in popluar number systems.

HEX79757E
Decimal121117126
Binary111100111101011111110
Octal171165176

Shades and tints

Shades of #79757E

#79757E
(121,117,126)
#6E6B73
(110,107,115)
#636168
(99,97,104)
#58575D
(88,87,93)
#4D4D52
(77,77,82)
#424347
(66,67,71)
#37393C
(55,57,60)
#2C2F31
(44,47,49)
#212526
(33,37,38)
#161B1B
(22,27,27)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #79757E

#79757E
(121,117,126)
#858189
(133,129,137)
#918D94
(145,141,148)
#9D999F
(157,153,159)
#A9A5AA
(169,165,170)
#B5B1B5
(181,177,181)
#C1BDC0
(193,189,192)
#CDC9CB
(205,201,203)
#D9D5D6
(217,213,214)
#E5E1E1
(229,225,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79757E; }

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

This text font color is #79757E.


Background Color

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

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

This div background color is #79757E.


Border color

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

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

This div border color is #79757E.


Opacity

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

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

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

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

This text has shadow with #79757E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79757E on black background.


Color preview on white background

This text has color #79757E on white background.



Black color preview on #79757E background

This text has black color on #79757E background.


White color preview on #79757E background

This text has white color on #79757E background.