COLOR #74747E

HEX: #74747E
RGB: (116,116,126)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
116
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 126 = 358 (100%)
R 116 of 358 ~ 32.4%
G 116 of 358 ~ 32.4%
B 126 of 358 ~ 35.2%

%32.4
%32.4
%35.2

CMYK color model

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

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

CMYK percentages

%7.94
%7.94
%0
%50.59

Codes

Color #74747E in popluar color models

74747E
RGB116116126
HSL240°4.13%47.45%
HSB/HSV240°7.94%49.41%
CMYK7.94%7.94%0.00%
50.59%

Color #74747E in popluar number systems.

HEX74747E
Decimal116116126
Binary111010011101001111110
Octal164164176

Shades and tints

Shades of #74747E

#74747E
(116,116,126)
#6A6A73
(106,106,115)
#606068
(96,96,104)
#56565D
(86,86,93)
#4C4C52
(76,76,82)
#424247
(66,66,71)
#38383C
(56,56,60)
#2E2E31
(46,46,49)
#242426
(36,36,38)
#1A1A1B
(26,26,27)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #74747E

#74747E
(116,116,126)
#808089
(128,128,137)
#8C8C94
(140,140,148)
#98989F
(152,152,159)
#A4A4AA
(164,164,170)
#B0B0B5
(176,176,181)
#BCBCC0
(188,188,192)
#C8C8CB
(200,200,203)
#D4D4D6
(212,212,214)
#E0E0E1
(224,224,225)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74747E; }

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

This text font color is #74747E.


Background Color

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

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

This div background color is #74747E.


Border color

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

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

This div border color is #74747E.


Opacity

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

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

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

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

This text has shadow with #74747E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74747E on black background.


Color preview on white background

This text has color #74747E on white background.



Black color preview on #74747E background

This text has black color on #74747E background.


White color preview on #74747E background

This text has white color on #74747E background.