COLOR #74707E

HEX: #74707E
RGB: (116,112,126)

Color info

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

RGB color model

#74707E color RGB value is (116,112,126).

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

RGB channels and saturation

R 116 of 255 = 45%
G 112 of 255 = 44%
B 126 of 255 = 49%

116
112
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 112 + 126 = 354 (100%)
R 116 of 354 ~ 32.77%
G 112 of 354 ~ 31.64%
B 126 of 354 ~ 35.59%

%32.77
%31.64
%35.59

CMYK color model

#74707E color CMYK value is (8,11,0,51).

  • cyan value is 7.94%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(8,11,0,51)
C8M11Y0K51 
(8%,11%,0%,51%)
(0.08/0.11/0.00/0.51)	

CMYK percentages

%7.94
%11.11
%0
%50.59

Codes

Color #74707E in popluar color models

74707E
RGB116112126
HSL257°5.88%46.67%
HSB/HSV257°11.11%49.41%
CMYK7.94%11.11%0.00%
50.59%

Color #74707E in popluar number systems.

HEX74707E
Decimal116112126
Binary111010011100001111110
Octal164160176

Shades and tints

Shades of #74707E

#74707E
(116,112,126)
#6A6673
(106,102,115)
#605C68
(96,92,104)
#56525D
(86,82,93)
#4C4852
(76,72,82)
#423E47
(66,62,71)
#38343C
(56,52,60)
#2E2A31
(46,42,49)
#242026
(36,32,38)
#1A161B
(26,22,27)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #74707E

#74707E
(116,112,126)
#807D89
(128,125,137)
#8C8A94
(140,138,148)
#98979F
(152,151,159)
#A4A4AA
(164,164,170)
#B0B1B5
(176,177,181)
#BCBEC0
(188,190,192)
#C8CBCB
(200,203,203)
#D4D8D6
(212,216,214)
#E0E5E1
(224,229,225)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74707E; }

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

This text font color is #74707E.


Background Color

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

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

This div background color is #74707E.


Border color

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

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

This div border color is #74707E.


Opacity

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

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

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

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

This text has shadow with #74707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74707E on black background.


Color preview on white background

This text has color #74707E on white background.



Black color preview on #74707E background

This text has black color on #74707E background.


White color preview on #74707E background

This text has white color on #74707E background.