COLOR #74899D

HEX: #74899D RGB: (116,137,157)

Color info

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

RGB color model

#74899D color RGB value is (116,137,157).

RGB: (116,137,157) (45%, 54%, 62%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 157 of 255 = 62%

116
137
157

R + G + B ~ 54%. #74899D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 137 + 157 = 410 (100%)
R 116 of 410 ~ 28.29%
G 137 of 410 ~ 33.41%
B 157 of 410 ~ 38.29'%

%28.29
%33.41
%38.29

CMYK color model

#74899D color CMYK value is (26,13,0,38).

  • cyan value is 26.11%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (26,13,0,38)
C26M13Y0K38 (26%, 13%, 0%, 38%)
(0.26 / 0.13 / 0.00 / 0.38)

CMYK percentages

%26.11
%12.74
%0
%38.43

Codes

Color #74899D in popluar color models

74 89 9D
RGB 116 137 157
HSL 209° 17.30% 53.53%
HSB/HSV 209° 26.11% 61.57%
CMYK 26.11% 12.74% 0.00%
38.43%

Color #74899D in popluar number systems.

HEX 74 89 9D
Decimal 116 137 157
Binary 1110100 10001001 10011101
Octal 164 211 235

Shades and tints

Shades of #74899D

#74899D
(116,137,157)
#6A7D8F
(106,125,143)
#607181
(96,113,129)
#566573
(86,101,115)
#4C5965
(76,89,101)
#424D57
(66,77,87)
#384149
(56,65,73)
#2E353B
(46,53,59)
#24292D
(36,41,45)
#1A1D1F
(26,29,31)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #74899D

#74899D
(116,137,157)
#8093A5
(128,147,165)
#8C9DAD
(140,157,173)
#98A7B5
(152,167,181)
#A4B1BD
(164,177,189)
#B0BBC5
(176,187,197)
#BCC5CD
(188,197,205)
#C8CFD5
(200,207,213)
#D4D9DD
(212,217,221)
#E0E3E5
(224,227,229)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74899D color. Also use rgb(116,137,157) instead hex code.

Text Font Color

.myTextColor { color: #74899D; }

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

This text font color is #74899D.

Background Color

.myBgColor { background-color: #74899D; }

<div style="background-color:#74899D">Inner text</div>

This div background color is #74899D.

Border color

.myBorderColor { border: 1px solid #74899D; }

<div style="border:3px solid #74899D">Div</div>

This div border color is #74899D.

Opacity

.myOpacity80 { color: #74899D; opacity: 0.8; }

<p style="color:#74899D;opacity:0.8;">80%</p>

Text with #74899D 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 #74899D;}

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

This text has shadow with #74899D color.


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

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

This text has shadow with #74899D primary color and red secondary color.


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

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

This text has shadow with #74899D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74899D.

Preview

Color preview on black background

This text has color #74899D on black background.


Color preview on white background

This text has color #74899D on white background.


Black color preview on #74899D background

This text has black color on #74899D background.


White color preview on #74899D background

This text has white color on #74899D background.


Related colors

Complementary color

Complementary color for #hex is #8B7662.


I love getcolorcode.com

Triadic colors

1 #9D7489 and #899D74 with #74899D are triadic colors.

2 #9D8974 and #89749D with #74899D are triadic colors.