COLOR #74667F

HEX: #74667F
RGB: (116,102,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
102
127

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

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 127 = 345 (100%)
R 116 of 345 ~ 33.62%
G 102 of 345 ~ 29.57%
B 127 of 345 ~ 36.81%

%33.62
%29.57
%36.81

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(9,20,0,50)
C9M20Y0K50 
(9%,20%,0%,50%)
(0.09/0.20/0.00/0.50)	

CMYK percentages

%8.66
%19.69
%0
%50.2

Codes

Color #74667F in popluar color models

74667F
RGB116102127
HSL274°10.92%44.90%
HSB/HSV274°19.69%49.80%
CMYK8.66%19.69%0.00%
50.20%

Color #74667F in popluar number systems.

HEX74667F
Decimal116102127
Binary111010011001101111111
Octal164146177

Shades and tints

Shades of #74667F

#74667F
(116,102,127)
#6A5D74
(106,93,116)
#605469
(96,84,105)
#564B5E
(86,75,94)
#4C4253
(76,66,83)
#423948
(66,57,72)
#38303D
(56,48,61)
#2E2732
(46,39,50)
#241E27
(36,30,39)
#1A151C
(26,21,28)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #74667F

#74667F
(116,102,127)
#80738A
(128,115,138)
#8C8095
(140,128,149)
#988DA0
(152,141,160)
#A49AAB
(164,154,171)
#B0A7B6
(176,167,182)
#BCB4C1
(188,180,193)
#C8C1CC
(200,193,204)
#D4CED7
(212,206,215)
#E0DBE2
(224,219,226)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74667F; }

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

This text font color is #74667F.


Background Color

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

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

This div background color is #74667F.


Border color

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

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

This div border color is #74667F.


Opacity

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

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

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

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

This text has shadow with #74667F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74667F on black background.


Color preview on white background

This text has color #74667F on white background.



Black color preview on #74667F background

This text has black color on #74667F background.


White color preview on #74667F background

This text has white color on #74667F background.