COLOR #74647F

HEX: #74647F
RGB: (116,100,127)

Color info

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

RGB color model

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

  • red value is 116;
  • green value is 100;
  • blue value is 127.
RGB:
(116,100,127)
(45%,39%,50%)

RGB channels and saturation

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

116
100
127

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

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 127 = 343 (100%)
R 116 of 343 ~ 33.82%
G 100 of 343 ~ 29.15%
B 127 of 343 ~ 37.03%

%33.82
%29.15
%37.03

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,21,0,50)
C9M21Y0K50 
(9%,21%,0%,50%)
(0.09/0.21/0.00/0.50)	

CMYK percentages

%8.66
%21.26
%0
%50.2

Codes

Color #74647F in popluar color models

74647F
RGB116100127
HSL276°11.89%44.51%
HSB/HSV276°21.26%49.80%
CMYK8.66%21.26%0.00%
50.20%

Color #74647F in popluar number systems.

HEX74647F
Decimal116100127
Binary111010011001001111111
Octal164144177

Shades and tints

Shades of #74647F

#74647F
(116,100,127)
#6A5B74
(106,91,116)
#605269
(96,82,105)
#56495E
(86,73,94)
#4C4053
(76,64,83)
#423748
(66,55,72)
#382E3D
(56,46,61)
#2E2532
(46,37,50)
#241C27
(36,28,39)
#1A131C
(26,19,28)
#100A11
(16,10,17)
#000000
(0,0,0)

Tints of #74647F

#74647F
(116,100,127)
#80728A
(128,114,138)
#8C8095
(140,128,149)
#988EA0
(152,142,160)
#A49CAB
(164,156,171)
#B0AAB6
(176,170,182)
#BCB8C1
(188,184,193)
#C8C6CC
(200,198,204)
#D4D4D7
(212,212,215)
#E0E2E2
(224,226,226)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74647F; }

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

This text font color is #74647F.


Background Color

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

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

This div background color is #74647F.


Border color

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

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

This div border color is #74647F.


Opacity

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

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

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

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

This text has shadow with #74647F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74647F on black background.


Color preview on white background

This text has color #74647F on white background.



Black color preview on #74647F background

This text has black color on #74647F background.


White color preview on #74647F background

This text has white color on #74647F background.