COLOR #74979A

HEX: #74979A RGB: (116,151,154)

Color info

#74979A contains red, green and blue colors in about the same proportion. Web safe color of #74979A is #669999 (or #699).

RGB color model

#74979A color RGB value is (116,151,154).

RGB: (116,151,154) (45%, 59%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 154 of 255 = 60%

116
151
154

R + G + B ~ 55%. #74979A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 151 + 154 = 421 (100%)
R 116 of 421 ~ 27.55%
G 151 of 421 ~ 35.87%
B 154 of 421 ~ 36.58'%

%27.55
%35.87
%36.58

CMYK color model

#74979A color CMYK value is (25,2,0,40).

  • cyan value is 24.68%
  • magenta value is 1.95%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (25,2,0,40)
C25M2Y0K40 (25%, 2%, 0%, 40%)
(0.25 / 0.02 / 0.00 / 0.40)

CMYK percentages

%24.68
%1.95
%0
%39.61

Codes

Color #74979A in popluar color models

74 97 9A
RGB 116 151 154
HSL 185° 15.83% 52.94%
HSB/HSV 185° 24.68% 60.39%
CMYK 24.68% 1.95% 0.00%
39.61%

Color #74979A in popluar number systems.

HEX 74 97 9A
Decimal 116 151 154
Binary 1110100 10010111 10011010
Octal 164 227 232

Shades and tints

Shades of #74979A

#74979A
(116,151,154)
#6A8A8C
(106,138,140)
#607D7E
(96,125,126)
#567070
(86,112,112)
#4C6362
(76,99,98)
#425654
(66,86,84)
#384946
(56,73,70)
#2E3C38
(46,60,56)
#242F2A
(36,47,42)
#1A221C
(26,34,28)
#10150E
(16,21,14)
#000000
(0,0,0)

Tints of #74979A

#74979A
(116,151,154)
#80A0A3
(128,160,163)
#8CA9AC
(140,169,172)
#98B2B5
(152,178,181)
#A4BBBE
(164,187,190)
#B0C4C7
(176,196,199)
#BCCDD0
(188,205,208)
#C8D6D9
(200,214,217)
#D4DFE2
(212,223,226)
#E0E8EB
(224,232,235)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74979A color. Also use rgb(116,151,154) instead hex code.

Text Font Color

.myTextColor { color: #74979A; }

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

This text font color is #74979A.

Background Color

.myBgColor { background-color: #74979A; }

<div style="background-color:#74979A">Inner text</div>

This div background color is #74979A.

Border color

.myBorderColor { border: 1px solid #74979A; }

<div style="border:3px solid #74979A">Div</div>

This div border color is #74979A.

Opacity

.myOpacity80 { color: #74979A; opacity: 0.8; }

<p style="color:#74979A;opacity:0.8;">80%</p>

Text with #74979A 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 #74979A;}

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

This text has shadow with #74979A color.


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

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

This text has shadow with #74979A primary color and red secondary color.


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

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

This text has shadow with #74979A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74979A.

Preview

Color preview on black background

This text has color #74979A on black background.


Color preview on white background

This text has color #74979A on white background.


Black color preview on #74979A background

This text has black color on #74979A background.


White color preview on #74979A background

This text has white color on #74979A background.


Related colors

Complementary color

Complementary color for #hex is #8B6865.


I love getcolorcode.com

Triadic colors

1 #9A7497 and #979A74 with #74979A are triadic colors.

2 #9A9774 and #97749A with #74979A are triadic colors.