COLOR #74839C

HEX: #74839C RGB: (116,131,156)

Color info

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

RGB color model

#74839C color RGB value is (116,131,156).

RGB: (116,131,156) (45%, 51%, 61%)

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 156 of 255 = 61%

116
131
156

R + G + B ~ 52%. #74839C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 116 + 131 + 156 = 403 (100%)
R 116 of 403 ~ 28.78%
G 131 of 403 ~ 32.51%
B 156 of 403 ~ 38.71'%

%28.78
%32.51
%38.71

CMYK color model

#74839C color CMYK value is (26,16,0,39).

  • cyan value is 25.64%
  • magenta value is 16.03%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (26,16,0,39)
C26M16Y0K39 (26%, 16%, 0%, 39%)
(0.26 / 0.16 / 0.00 / 0.39)

CMYK percentages

%25.64
%16.03
%0
%38.82

Codes

Color #74839C in popluar color models

74 83 9C
RGB 116 131 156
HSL 218° 16.81% 53.33%
HSB/HSV 218° 25.64% 61.18%
CMYK 25.64% 16.03% 0.00%
38.82%

Color #74839C in popluar number systems.

HEX 74 83 9C
Decimal 116 131 156
Binary 1110100 10000011 10011100
Octal 164 203 234

Shades and tints

Shades of #74839C

#74839C
(116,131,156)
#6A788E
(106,120,142)
#606D80
(96,109,128)
#566272
(86,98,114)
#4C5764
(76,87,100)
#424C56
(66,76,86)
#384148
(56,65,72)
#2E363A
(46,54,58)
#242B2C
(36,43,44)
#1A201E
(26,32,30)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #74839C

#74839C
(116,131,156)
#808EA5
(128,142,165)
#8C99AE
(140,153,174)
#98A4B7
(152,164,183)
#A4AFC0
(164,175,192)
#B0BAC9
(176,186,201)
#BCC5D2
(188,197,210)
#C8D0DB
(200,208,219)
#D4DBE4
(212,219,228)
#E0E6ED
(224,230,237)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74839C color. Also use rgb(116,131,156) instead hex code.

Text Font Color

.myTextColor { color: #74839C; }

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

This text font color is #74839C.

Background Color

.myBgColor { background-color: #74839C; }

<div style="background-color:#74839C">Inner text</div>

This div background color is #74839C.

Border color

.myBorderColor { border: 1px solid #74839C; }

<div style="border:3px solid #74839C">Div</div>

This div border color is #74839C.

Opacity

.myOpacity80 { color: #74839C; opacity: 0.8; }

<p style="color:#74839C;opacity:0.8;">80%</p>

Text with #74839C 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 #74839C;}

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

This text has shadow with #74839C color.


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

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

This text has shadow with #74839C primary color and red secondary color.


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

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

This text has shadow with #74839C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74839C.

Preview

Color preview on black background

This text has color #74839C on black background.


Color preview on white background

This text has color #74839C on white background.


Black color preview on #74839C background

This text has black color on #74839C background.


White color preview on #74839C background

This text has white color on #74839C background.


Related colors

Complementary color

Complementary color for #hex is #8B7C63.


I love getcolorcode.com

Triadic colors

1 #9C7483 and #839C74 with #74839C are triadic colors.

2 #9C8374 and #83749C with #74839C are triadic colors.