COLOR #74797F

HEX: #74797F RGB: (116,121,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

116
121
127

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

Portions of RGB colors in percentages

R + G + B = 116 + 121 + 127 = 364 (100%)
R 116 of 364 ~ 31.87%
G 121 of 364 ~ 33.24%
B 127 of 364 ~ 34.89'%

%31.87
%33.24
%34.89

CMYK color model

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

  • cyan value is 8.66%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK: (9,5,0,50) C9M5Y0K50 (9%,5%,0%,50%) (0.09/0.05/0.00/0.50) 

CMYK percentages

%8.66
%4.72
%0
%50.2

Codes

Color #74797F in popluar color models

74 79 7F
RGB 116 121 127
HSL 213° 4.53% 47.65%
HSB/HSV 213° 8.66% 49.80%
CMYK 8.66% 4.72% 0.00%
50.20%

Color #74797F in popluar number systems.

HEX 74 79 7F
Decimal 116 121 127
Binary 1110100 1111001 1111111
Octal 164 171 177

Shades and tints

Shades of #74797F

#74797F
(116,121,127)
#6A6E74
(106,110,116)
#606369
(96,99,105)
#56585E
(86,88,94)
#4C4D53
(76,77,83)
#424248
(66,66,72)
#38373D
(56,55,61)
#2E2C32
(46,44,50)
#242127
(36,33,39)
#1A161C
(26,22,28)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #74797F

#74797F
(116,121,127)
#80858A
(128,133,138)
#8C9195
(140,145,149)
#989DA0
(152,157,160)
#A4A9AB
(164,169,171)
#B0B5B6
(176,181,182)
#BCC1C1
(188,193,193)
#C8CDCC
(200,205,204)
#D4D9D7
(212,217,215)
#E0E5E2
(224,229,226)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74797F; }

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

This text font color is #74797F.

Background Color

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

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

This div background color is #74797F.

Border color

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

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

This div border color is #74797F.

Opacity

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

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

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

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

This text has shadow with #74797F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74797F.

Preview

Color preview on black background

This text has color #74797F on black background.


Color preview on white background

This text has color #74797F on white background.


Black color preview on #74797F background

This text has black color on #74797F background.


White color preview on #74797F background

This text has white color on #74797F background.


Related colors

Complementary color

Complementary color for #hex is #8B8680.


I love getcolorcode.com

Triadic colors

1 #7F7479 and #797F74 with #74797F are triadic colors.

2 #7F7974 and #79747F with #74797F are triadic colors.