COLOR #74949B

HEX: #74949B RGB: (116,148,155)

Color info

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

RGB color model

#74949B color RGB value is (116,148,155).

RGB: (116,148,155) (45%, 58%, 61%)

RGB channels and saturation

R 116 of 255 = 45%
G 148 of 255 = 58%
B 155 of 255 = 61%

116
148
155

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

Portions of RGB colors in percentages

R + G + B = 116 + 148 + 155 = 419 (100%)
R 116 of 419 ~ 27.68%
G 148 of 419 ~ 35.32%
B 155 of 419 ~ 36.99'%

%27.68
%35.32
%36.99

CMYK color model

#74949B color CMYK value is (25,5,0,39).

  • cyan value is 25.16%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (25,5,0,39)
C25M5Y0K39 (25%, 5%, 0%, 39%)
(0.25 / 0.05 / 0.00 / 0.39)

CMYK percentages

%25.16
%4.52
%0
%39.22

Codes

Color #74949B in popluar color models

74 94 9B
RGB 116 148 155
HSL 191° 16.32% 53.14%
HSB/HSV 191° 25.16% 60.78%
CMYK 25.16% 4.52% 0.00%
39.22%

Color #74949B in popluar number systems.

HEX 74 94 9B
Decimal 116 148 155
Binary 1110100 10010100 10011011
Octal 164 224 233

Shades and tints

Shades of #74949B

#74949B
(116,148,155)
#6A878D
(106,135,141)
#607A7F
(96,122,127)
#566D71
(86,109,113)
#4C6063
(76,96,99)
#425355
(66,83,85)
#384647
(56,70,71)
#2E3939
(46,57,57)
#242C2B
(36,44,43)
#1A1F1D
(26,31,29)
#10120F
(16,18,15)
#000000
(0,0,0)

Tints of #74949B

#74949B
(116,148,155)
#809DA4
(128,157,164)
#8CA6AD
(140,166,173)
#98AFB6
(152,175,182)
#A4B8BF
(164,184,191)
#B0C1C8
(176,193,200)
#BCCAD1
(188,202,209)
#C8D3DA
(200,211,218)
#D4DCE3
(212,220,227)
#E0E5EC
(224,229,236)
#ECEEF5
(236,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74949B color. Also use rgb(116,148,155) instead hex code.

Text Font Color

.myTextColor { color: #74949B; }

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

This text font color is #74949B.

Background Color

.myBgColor { background-color: #74949B; }

<div style="background-color:#74949B">Inner text</div>

This div background color is #74949B.

Border color

.myBorderColor { border: 1px solid #74949B; }

<div style="border:3px solid #74949B">Div</div>

This div border color is #74949B.

Opacity

.myOpacity80 { color: #74949B; opacity: 0.8; }

<p style="color:#74949B;opacity:0.8;">80%</p>

Text with #74949B 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 #74949B;}

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

This text has shadow with #74949B color.


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

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

This text has shadow with #74949B primary color and red secondary color.


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

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

This text has shadow with #74949B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #74949B.

Preview

Color preview on black background

This text has color #74949B on black background.


Color preview on white background

This text has color #74949B on white background.


Black color preview on #74949B background

This text has black color on #74949B background.


White color preview on #74949B background

This text has white color on #74949B background.


Related colors

Complementary color

Complementary color for #hex is #8B6B64.


I love getcolorcode.com

Triadic colors

1 #9B7494 and #949B74 with #74949B are triadic colors.

2 #9B9474 and #94749B with #74949B are triadic colors.