COLOR #74646F

HEX: #74646F
RGB: (116,100,111)

Color info

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

RGB color model

#74646F color RGB value is (116,100,111).

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

RGB channels and saturation

R 116 of 255 = 45%
G 100 of 255 = 39%
B 111 of 255 = 44%

116
100
111

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

Portions of RGB colors in percentages

R + G + B =
116 + 100 + 111 = 327 (100%)
R 116 of 327 ~ 35.47%
G 100 of 327 ~ 30.58%
B 111 of 327 ~ 33.94%

%35.47
%30.58
%33.94

CMYK color model

#74646F color CMYK value is (0,14,4,55).

  • cyan value is 0.00%
  • magenta value is 13.79%
  • yellow value is 4.31%
  • key color value is 54.51%
CMYK:
(0,14,4,55)
C0M14Y4K55 
(0%,14%,4%,55%)
(0.00/0.14/0.04/0.55)	

CMYK percentages

%0
%13.79
%4.31
%54.51

Codes

Color #74646F in popluar color models

74646F
RGB116100111
HSL319°7.41%42.35%
HSB/HSV319°13.79%45.49%
CMYK0.00%13.79%4.31%
54.51%

Color #74646F in popluar number systems.

HEX74646F
Decimal116100111
Binary111010011001001101111
Octal164144157

Shades and tints

Shades of #74646F

#74646F
(116,100,111)
#6A5B65
(106,91,101)
#60525B
(96,82,91)
#564951
(86,73,81)
#4C4047
(76,64,71)
#42373D
(66,55,61)
#382E33
(56,46,51)
#2E2529
(46,37,41)
#241C1F
(36,28,31)
#1A1315
(26,19,21)
#100A0B
(16,10,11)
#000000
(0,0,0)

Tints of #74646F

#74646F
(116,100,111)
#80727C
(128,114,124)
#8C8089
(140,128,137)
#988E96
(152,142,150)
#A49CA3
(164,156,163)
#B0AAB0
(176,170,176)
#BCB8BD
(188,184,189)
#C8C6CA
(200,198,202)
#D4D4D7
(212,212,215)
#E0E2E4
(224,226,228)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74646F; }

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

This text font color is #74646F.


Background Color

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

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

This div background color is #74646F.


Border color

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

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

This div border color is #74646F.


Opacity

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

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

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

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

This text has shadow with #74646F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74646F on black background.


Color preview on white background

This text has color #74646F on white background.



Black color preview on #74646F background

This text has black color on #74646F background.


White color preview on #74646F background

This text has white color on #74646F background.