COLOR #747E79

HEX: #747E79
RGB: (116,126,121)

Color info

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

RGB color model

#747E79 color RGB value is (116,126,121).

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

RGB channels and saturation

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

116
126
121

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

Portions of RGB colors in percentages

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

%31.96
%34.71
%33.33

CMYK color model

#747E79 color CMYK value is (8,0,4,51).

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

CMYK percentages

%7.94
%0
%3.97
%50.59

Codes

Color #747E79 in popluar color models

747E79
RGB116126121
HSL150°4.13%47.45%
HSB/HSV150°7.94%49.41%
CMYK7.94%0.00%3.97%
50.59%

Color #747E79 in popluar number systems.

HEX747E79
Decimal116126121
Binary111010011111101111001
Octal164176171

Shades and tints

Shades of #747E79

#747E79
(116,126,121)
#6A736E
(106,115,110)
#606863
(96,104,99)
#565D58
(86,93,88)
#4C524D
(76,82,77)
#424742
(66,71,66)
#383C37
(56,60,55)
#2E312C
(46,49,44)
#242621
(36,38,33)
#1A1B16
(26,27,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #747E79

#747E79
(116,126,121)
#808985
(128,137,133)
#8C9491
(140,148,145)
#989F9D
(152,159,157)
#A4AAA9
(164,170,169)
#B0B5B5
(176,181,181)
#BCC0C1
(188,192,193)
#C8CBCD
(200,203,205)
#D4D6D9
(212,214,217)
#E0E1E5
(224,225,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747E79; }

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

This text font color is #747E79.


Background Color

.myBgColor { background-color: #747E79; }

<div style="background-color:#747E79">Inner text</div>

This div background color is #747E79.


Border color

.myBorderColor { border: 1px solid #747E79; }

<div style="border:3px solid #747E79">Div</div>

This div border color is #747E79.


Opacity

.myOpacity80 { color: #747E79; opacity: 0.8; }

<p style="color:#747E79;opacity:0.8;">80%</p>

Text with #747E79 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 #747E79;}

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

This text has shadow with #747E79 color.

.textShadow {text-shadow: 3px 3px 1px #747E79, 3px 3px 1px red;}

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

This text has shadow with #747E79 primary color and red secondary color.


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

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

This text has shadow with #747E79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747E79 on black background.


Color preview on white background

This text has color #747E79 on white background.



Black color preview on #747E79 background

This text has black color on #747E79 background.


White color preview on #747E79 background

This text has white color on #747E79 background.