COLOR #74799D

HEX: #74799D RGB: (116,121,157)

Color info

#74799D contains red, green and blue colors in about the same proportion. Web safe color of #74799D is #666699 (or #669).

RGB color model

#74799D color RGB value is (116,121,157).

RGB: (116,121,157) (45%, 47%, 62%)

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 157 of 255 = 62%

116
121
157

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

Portions of RGB colors in percentages

R + G + B = 116 + 121 + 157 = 394 (100%)
R 116 of 394 ~ 29.44%
G 121 of 394 ~ 30.71%
B 157 of 394 ~ 39.85'%

%29.44
%30.71
%39.85

CMYK color model

#74799D color CMYK value is (26,23,0,38).

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

CMYK: (26,23,0,38)
C26M23Y0K38 (26%, 23%, 0%, 38%)
(0.26 / 0.23 / 0.00 / 0.38)

CMYK percentages

%26.11
%22.93
%0
%38.43

Codes

Color #74799D in popluar color models

74 79 9D
RGB 116 121 157
HSL 233° 17.30% 53.53%
HSB/HSV 233° 26.11% 61.57%
CMYK 26.11% 22.93% 0.00%
38.43%

Color #74799D in popluar number systems.

HEX 74 79 9D
Decimal 116 121 157
Binary 1110100 1111001 10011101
Octal 164 171 235

Shades and tints

Shades of #74799D

#74799D
(116,121,157)
#6A6E8F
(106,110,143)
#606381
(96,99,129)
#565873
(86,88,115)
#4C4D65
(76,77,101)
#424257
(66,66,87)
#383749
(56,55,73)
#2E2C3B
(46,44,59)
#24212D
(36,33,45)
#1A161F
(26,22,31)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #74799D

#74799D
(116,121,157)
#8085A5
(128,133,165)
#8C91AD
(140,145,173)
#989DB5
(152,157,181)
#A4A9BD
(164,169,189)
#B0B5C5
(176,181,197)
#BCC1CD
(188,193,205)
#C8CDD5
(200,205,213)
#D4D9DD
(212,217,221)
#E0E5E5
(224,229,229)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74799D; }

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

This text font color is #74799D.

Background Color

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

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

This div background color is #74799D.

Border color

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

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

This div border color is #74799D.

Opacity

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

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

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

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

This text has shadow with #74799D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74799D.

Preview

Color preview on black background

This text has color #74799D on black background.


Color preview on white background

This text has color #74799D on white background.


Black color preview on #74799D background

This text has black color on #74799D background.


White color preview on #74799D background

This text has white color on #74799D background.


Related colors

Complementary color

Complementary color for #hex is #8B8662.


I love getcolorcode.com

Triadic colors

1 #9D7479 and #799D74 with #74799D are triadic colors.

2 #9D7974 and #79749D with #74799D are triadic colors.