COLOR #747C9E

HEX: #747C9E RGB: (116,124,158)

Color info

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

RGB color model

#747C9E color RGB value is (116,124,158).

RGB: (116,124,158) (45%, 49%, 62%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 158 of 255 = 62%

116
124
158

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

Portions of RGB colors in percentages

R + G + B = 116 + 124 + 158 = 398 (100%)
R 116 of 398 ~ 29.15%
G 124 of 398 ~ 31.16%
B 158 of 398 ~ 39.7'%

%29.15
%31.16
%39.7

CMYK color model

#747C9E color CMYK value is (27,22,0,38).

  • cyan value is 26.58%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (27,22,0,38)
C27M22Y0K38 (27%, 22%, 0%, 38%)
(0.27 / 0.22 / 0.00 / 0.38)

CMYK percentages

%26.58
%21.52
%0
%38.04

Codes

Color #747C9E in popluar color models

74 7C 9E
RGB 116 124 158
HSL 229° 17.80% 53.73%
HSB/HSV 229° 26.58% 61.96%
CMYK 26.58% 21.52% 0.00%
38.04%

Color #747C9E in popluar number systems.

HEX 74 7C 9E
Decimal 116 124 158
Binary 1110100 1111100 10011110
Octal 164 174 236

Shades and tints

Shades of #747C9E

#747C9E
(116,124,158)
#6A7190
(106,113,144)
#606682
(96,102,130)
#565B74
(86,91,116)
#4C5066
(76,80,102)
#424558
(66,69,88)
#383A4A
(56,58,74)
#2E2F3C
(46,47,60)
#24242E
(36,36,46)
#1A1920
(26,25,32)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #747C9E

#747C9E
(116,124,158)
#8087A6
(128,135,166)
#8C92AE
(140,146,174)
#989DB6
(152,157,182)
#A4A8BE
(164,168,190)
#B0B3C6
(176,179,198)
#BCBECE
(188,190,206)
#C8C9D6
(200,201,214)
#D4D4DE
(212,212,222)
#E0DFE6
(224,223,230)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C9E color. Also use rgb(116,124,158) instead hex code.

Text Font Color

.myTextColor { color: #747C9E; }

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

This text font color is #747C9E.

Background Color

.myBgColor { background-color: #747C9E; }

<div style="background-color:#747C9E">Inner text</div>

This div background color is #747C9E.

Border color

.myBorderColor { border: 1px solid #747C9E; }

<div style="border:3px solid #747C9E">Div</div>

This div border color is #747C9E.

Opacity

.myOpacity80 { color: #747C9E; opacity: 0.8; }

<p style="color:#747C9E;opacity:0.8;">80%</p>

Text with #747C9E 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 #747C9E;}

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

This text has shadow with #747C9E color.


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

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

This text has shadow with #747C9E primary color and red secondary color.


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

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

This text has shadow with #747C9E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #747C9E.

Preview

Color preview on black background

This text has color #747C9E on black background.


Color preview on white background

This text has color #747C9E on white background.


Black color preview on #747C9E background

This text has black color on #747C9E background.


White color preview on #747C9E background

This text has white color on #747C9E background.


Related colors

Complementary color

Complementary color for #hex is #8B8361.


I love getcolorcode.com

Triadic colors

1 #9E747C and #7C9E74 with #747C9E are triadic colors.

2 #9E7C74 and #7C749E with #747C9E are triadic colors.