COLOR #74747F

HEX: #74747F RGB: (116,116,127)

Color info

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

RGB color model

#74747F color RGB value is (116,116,127).

RGB: (116,116,127) (45%, 45%, 50%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 127 of 255 = 50%

116
116
127

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

Portions of RGB colors in percentages

R + G + B = 116 + 116 + 127 = 359 (100%)
R 116 of 359 ~ 32.31%
G 116 of 359 ~ 32.31%
B 127 of 359 ~ 35.38'%

%32.31
%32.31
%35.38

CMYK color model

#74747F color CMYK value is (9,9,0,50).

  • cyan value is 8.66%
  • magenta value is 8.66%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (9,9,0,50)
C9M9Y0K50 (9%, 9%, 0%, 50%)
(0.09 / 0.09 / 0.00 / 0.50)

CMYK percentages

%8.66
%8.66
%0
%50.2

Codes

Color #74747F in popluar color models

74 74 7F
RGB 116 116 127
HSL 240° 4.53% 47.65%
HSB/HSV 240° 8.66% 49.80%
CMYK 8.66% 8.66% 0.00%
50.20%

Color #74747F in popluar number systems.

HEX 74 74 7F
Decimal 116 116 127
Binary 1110100 1110100 1111111
Octal 164 164 177

Shades and tints

Shades of #74747F

#74747F
(116,116,127)
#6A6A74
(106,106,116)
#606069
(96,96,105)
#56565E
(86,86,94)
#4C4C53
(76,76,83)
#424248
(66,66,72)
#38383D
(56,56,61)
#2E2E32
(46,46,50)
#242427
(36,36,39)
#1A1A1C
(26,26,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #74747F

#74747F
(116,116,127)
#80808A
(128,128,138)
#8C8C95
(140,140,149)
#9898A0
(152,152,160)
#A4A4AB
(164,164,171)
#B0B0B6
(176,176,182)
#BCBCC1
(188,188,193)
#C8C8CC
(200,200,204)
#D4D4D7
(212,212,215)
#E0E0E2
(224,224,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74747F color. Also use rgb(116,116,127) instead hex code.

Text Font Color

.myTextColor { color: #74747F; }

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

This text font color is #74747F.

Background Color

.myBgColor { background-color: #74747F; }

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

This div background color is #74747F.

Border color

.myBorderColor { border: 1px solid #74747F; }

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

This div border color is #74747F.

Opacity

.myOpacity80 { color: #74747F; opacity: 0.8; }

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

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

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

This text has shadow with #74747F color.


.textShadow {text-shadow: 3px 3px 1px #74747F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74747F; -webkit-box-shadow: 1px 1px 3px 2px #74747F; box-shadow:1px 1px 3px 2px #74747F;">
Div content here
</div>

This div box has shadow with color #74747F.

Preview

Color preview on black background

This text has color #74747F on black background.


Color preview on white background

This text has color #74747F on white background.


Black color preview on #74747F background

This text has black color on #74747F background.


White color preview on #74747F background

This text has white color on #74747F background.


Related colors

Complementary color

Complementary color for #hex is #8B8B80.


I love getcolorcode.com