COLOR #747C99

HEX: #747C99 RGB: (116,124,153)

Color info

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

RGB color model

#747C99 color RGB value is (116,124,153).

RGB: (116,124,153) (45%, 49%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 153 of 255 = 60%

116
124
153

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

Portions of RGB colors in percentages

R + G + B = 116 + 124 + 153 = 393 (100%)
R 116 of 393 ~ 29.52%
G 124 of 393 ~ 31.55%
B 153 of 393 ~ 38.93'%

%29.52
%31.55
%38.93

CMYK color model

#747C99 color CMYK value is (24,19,0,40).

  • cyan value is 24.18%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (24,19,0,40)
C24M19Y0K40 (24%, 19%, 0%, 40%)
(0.24 / 0.19 / 0.00 / 0.40)

CMYK percentages

%24.18
%18.95
%0
%40

Codes

Color #747C99 in popluar color models

74 7C 99
RGB 116 124 153
HSL 227° 15.35% 52.75%
HSB/HSV 227° 24.18% 60.00%
CMYK 24.18% 18.95% 0.00%
40.00%

Color #747C99 in popluar number systems.

HEX 74 7C 99
Decimal 116 124 153
Binary 1110100 1111100 10011001
Octal 164 174 231

Shades and tints

Shades of #747C99

#747C99
(116,124,153)
#6A718C
(106,113,140)
#60667F
(96,102,127)
#565B72
(86,91,114)
#4C5065
(76,80,101)
#424558
(66,69,88)
#383A4B
(56,58,75)
#2E2F3E
(46,47,62)
#242431
(36,36,49)
#1A1924
(26,25,36)
#100E17
(16,14,23)
#000000
(0,0,0)

Tints of #747C99

#747C99
(116,124,153)
#8087A2
(128,135,162)
#8C92AB
(140,146,171)
#989DB4
(152,157,180)
#A4A8BD
(164,168,189)
#B0B3C6
(176,179,198)
#BCBECF
(188,190,207)
#C8C9D8
(200,201,216)
#D4D4E1
(212,212,225)
#E0DFEA
(224,223,234)
#ECEAF3
(236,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747C99; }

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

This text font color is #747C99.

Background Color

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

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

This div background color is #747C99.

Border color

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

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

This div border color is #747C99.

Opacity

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

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

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

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

This text has shadow with #747C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747C99.

Preview

Color preview on black background

This text has color #747C99 on black background.


Color preview on white background

This text has color #747C99 on white background.


Black color preview on #747C99 background

This text has black color on #747C99 background.


White color preview on #747C99 background

This text has white color on #747C99 background.


Related colors

Complementary color

Complementary color for #hex is #8B8366.


I love getcolorcode.com

Triadic colors

1 #99747C and #7C9974 with #747C99 are triadic colors.

2 #997C74 and #7C7499 with #747C99 are triadic colors.