COLOR #747994

HEX: #747994
RGB: (116,121,148)

Color info

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

RGB color model

#747994 color RGB value is (116,121,148).

  • red value is 116;
  • green value is 121;
  • blue value is 148.
RGB:
(116,121,148)
(45%,47%,58%)

RGB channels and saturation

R 116 of 255 = 45%
G 121 of 255 = 47%
B 148 of 255 = 58%

116
121
148

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

Portions of RGB colors in percentages

R + G + B =
116 + 121 + 148 = 385 (100%)
R 116 of 385 ~ 30.13%
G 121 of 385 ~ 31.43%
B 148 of 385 ~ 38.44%

%30.13
%31.43
%38.44

CMYK color model

#747994 color CMYK value is (22,18,0,42).

  • cyan value is 21.62%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(22,18,0,42)
C22M18Y0K42 
(22%,18%,0%,42%)
(0.22/0.18/0.00/0.42)	

CMYK percentages

%21.62
%18.24
%0
%41.96

Codes

Color #747994 in popluar color models

747994
RGB116121148
HSL231°13.01%51.76%
HSB/HSV231°21.62%58.04%
CMYK21.62%18.24%0.00%
41.96%

Color #747994 in popluar number systems.

HEX747994
Decimal116121148
Binary1110100111100110010100
Octal164171224

Shades and tints

Shades of #747994

#747994
(116,121,148)
#6A6E87
(106,110,135)
#60637A
(96,99,122)
#56586D
(86,88,109)
#4C4D60
(76,77,96)
#424253
(66,66,83)
#383746
(56,55,70)
#2E2C39
(46,44,57)
#24212C
(36,33,44)
#1A161F
(26,22,31)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #747994

#747994
(116,121,148)
#80859D
(128,133,157)
#8C91A6
(140,145,166)
#989DAF
(152,157,175)
#A4A9B8
(164,169,184)
#B0B5C1
(176,181,193)
#BCC1CA
(188,193,202)
#C8CDD3
(200,205,211)
#D4D9DC
(212,217,220)
#E0E5E5
(224,229,229)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747994; }

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

This text font color is #747994.


Background Color

.myBgColor { background-color: #747994; }

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

This div background color is #747994.


Border color

.myBorderColor { border: 1px solid #747994; }

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

This div border color is #747994.


Opacity

.myOpacity80 { color: #747994; opacity: 0.8; }

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

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

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

This text has shadow with #747994 color.

.textShadow {text-shadow: 3px 3px 1px #747994, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747994;
-webkit-box-shadow: 1px 1px 3px 2px #747994;
box-shadow:1px 1px 3px 2px #747994;">
Div content here</div>
This div box has shadow with color #747994.

Preview

Color preview on black background

This text has color #747994 on black background.


Color preview on white background

This text has color #747994 on white background.



Black color preview on #747994 background

This text has black color on #747994 background.


White color preview on #747994 background

This text has white color on #747994 background.