COLOR #79747E

HEX: #79747E
RGB: (121,116,126)

Color info

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

RGB color model

#79747E color RGB value is (121,116,126).

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

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 126 of 255 = 49%

121
116
126

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

Portions of RGB colors in percentages

R + G + B =
121 + 116 + 126 = 363 (100%)
R 121 of 363 ~ 33.33%
G 116 of 363 ~ 31.96%
B 126 of 363 ~ 34.71%

%33.33
%31.96
%34.71

CMYK color model

#79747E color CMYK value is (4,8,0,51).

  • cyan value is 3.97%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(4,8,0,51)
C4M8Y0K51 
(4%,8%,0%,51%)
(0.04/0.08/0.00/0.51)	

CMYK percentages

%3.97
%7.94
%0
%50.59

Codes

Color #79747E in popluar color models

79747E
RGB121116126
HSL270°4.13%47.45%
HSB/HSV270°7.94%49.41%
CMYK3.97%7.94%0.00%
50.59%

Color #79747E in popluar number systems.

HEX79747E
Decimal121116126
Binary111100111101001111110
Octal171164176

Shades and tints

Shades of #79747E

#79747E
(121,116,126)
#6E6A73
(110,106,115)
#636068
(99,96,104)
#58565D
(88,86,93)
#4D4C52
(77,76,82)
#424247
(66,66,71)
#37383C
(55,56,60)
#2C2E31
(44,46,49)
#212426
(33,36,38)
#161A1B
(22,26,27)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #79747E

#79747E
(121,116,126)
#858089
(133,128,137)
#918C94
(145,140,148)
#9D989F
(157,152,159)
#A9A4AA
(169,164,170)
#B5B0B5
(181,176,181)
#C1BCC0
(193,188,192)
#CDC8CB
(205,200,203)
#D9D4D6
(217,212,214)
#E5E0E1
(229,224,225)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79747E; }

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

This text font color is #79747E.


Background Color

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

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

This div background color is #79747E.


Border color

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

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

This div border color is #79747E.


Opacity

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

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

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

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

This text has shadow with #79747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79747E on black background.


Color preview on white background

This text has color #79747E on white background.



Black color preview on #79747E background

This text has black color on #79747E background.


White color preview on #79747E background

This text has white color on #79747E background.