COLOR #747079

HEX: #747079
RGB: (116,112,121)

Color info

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

RGB color model

#747079 color RGB value is (116,112,121).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 121 of 255 = 47%

116
112
121

R + G + B ~ 45%. #747079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 121 = 349 (100%)
R 116 of 349 ~ 33.24%
G 112 of 349 ~ 32.09%
B 121 of 349 ~ 34.67%

%33.24
%32.09
%34.67

CMYK color model

#747079 color CMYK value is (4,7,0,53).

  • cyan value is 4.13%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(4,7,0,53)
C4M7Y0K53 
(4%,7%,0%,53%)
(0.04/0.07/0.00/0.53)	

CMYK percentages

%4.13
%7.44
%0
%52.55

Codes

Color #747079 in popluar color models

747079
RGB116112121
HSL267°3.86%45.69%
HSB/HSV267°7.44%47.45%
CMYK4.13%7.44%0.00%
52.55%

Color #747079 in popluar number systems.

HEX747079
Decimal116112121
Binary111010011100001111001
Octal164160171

Shades and tints

Shades of #747079

#747079
(116,112,121)
#6A666E
(106,102,110)
#605C63
(96,92,99)
#565258
(86,82,88)
#4C484D
(76,72,77)
#423E42
(66,62,66)
#383437
(56,52,55)
#2E2A2C
(46,42,44)
#242021
(36,32,33)
#1A1616
(26,22,22)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #747079

#747079
(116,112,121)
#807D85
(128,125,133)
#8C8A91
(140,138,145)
#98979D
(152,151,157)
#A4A4A9
(164,164,169)
#B0B1B5
(176,177,181)
#BCBEC1
(188,190,193)
#C8CBCD
(200,203,205)
#D4D8D9
(212,216,217)
#E0E5E5
(224,229,229)
#ECF2F1
(236,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747079; }

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

This text font color is #747079.


Background Color

.myBgColor { background-color: #747079; }

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

This div background color is #747079.


Border color

.myBorderColor { border: 1px solid #747079; }

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

This div border color is #747079.


Opacity

.myOpacity80 { color: #747079; opacity: 0.8; }

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

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

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

This text has shadow with #747079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747079 on black background.


Color preview on white background

This text has color #747079 on white background.



Black color preview on #747079 background

This text has black color on #747079 background.


White color preview on #747079 background

This text has white color on #747079 background.