COLOR #747A9E

HEX: #747A9E
RGB: (116,122,158)

Color info

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

RGB color model

#747A9E color RGB value is (116,122,158).

  • red value is 116;
  • green value is 122;
  • blue value is 158.
RGB:
(116,122,158)
(45%,48%,62%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 158 of 255 = 62%

116
122
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 158 = 396 (100%)
R 116 of 396 ~ 29.29%
G 122 of 396 ~ 30.81%
B 158 of 396 ~ 39.9%

%29.29
%30.81
%39.9

CMYK color model

#747A9E color CMYK value is (27,23,0,38).

  • cyan value is 26.58%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,23,0,38)
C27M23Y0K38 
(27%,23%,0%,38%)
(0.27/0.23/0.00/0.38)	

CMYK percentages

%26.58
%22.78
%0
%38.04

Codes

Color #747A9E in popluar color models

747A9E
RGB116122158
HSL231°17.80%53.73%
HSB/HSV231°26.58%61.96%
CMYK26.58%22.78%0.00%
38.04%

Color #747A9E in popluar number systems.

HEX747A9E
Decimal116122158
Binary1110100111101010011110
Octal164172236

Shades and tints

Shades of #747A9E

#747A9E
(116,122,158)
#6A6F90
(106,111,144)
#606482
(96,100,130)
#565974
(86,89,116)
#4C4E66
(76,78,102)
#424358
(66,67,88)
#38384A
(56,56,74)
#2E2D3C
(46,45,60)
#24222E
(36,34,46)
#1A1720
(26,23,32)
#100C12
(16,12,18)
#000000
(0,0,0)

Tints of #747A9E

#747A9E
(116,122,158)
#8086A6
(128,134,166)
#8C92AE
(140,146,174)
#989EB6
(152,158,182)
#A4AABE
(164,170,190)
#B0B6C6
(176,182,198)
#BCC2CE
(188,194,206)
#C8CED6
(200,206,214)
#D4DADE
(212,218,222)
#E0E6E6
(224,230,230)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747A9E; }

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

This text font color is #747A9E.


Background Color

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

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

This div background color is #747A9E.


Border color

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

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

This div border color is #747A9E.


Opacity

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

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

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

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

This text has shadow with #747A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A9E on black background.


Color preview on white background

This text has color #747A9E on white background.



Black color preview on #747A9E background

This text has black color on #747A9E background.


White color preview on #747A9E background

This text has white color on #747A9E background.