COLOR #747F9E

HEX: #747F9E
RGB: (116,127,158)

Color info

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

RGB color model

#747F9E color RGB value is (116,127,158).

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

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 158 of 255 = 62%

116
127
158

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

Portions of RGB colors in percentages

R + G + B =
116 + 127 + 158 = 401 (100%)
R 116 of 401 ~ 28.93%
G 127 of 401 ~ 31.67%
B 158 of 401 ~ 39.4%

%28.93
%31.67
%39.4

CMYK color model

#747F9E color CMYK value is (27,20,0,38).

  • cyan value is 26.58%
  • magenta value is 19.62%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(27,20,0,38)
C27M20Y0K38 
(27%,20%,0%,38%)
(0.27/0.20/0.00/0.38)	

CMYK percentages

%26.58
%19.62
%0
%38.04

Codes

Color #747F9E in popluar color models

747F9E
RGB116127158
HSL224°17.80%53.73%
HSB/HSV224°26.58%61.96%
CMYK26.58%19.62%0.00%
38.04%

Color #747F9E in popluar number systems.

HEX747F9E
Decimal116127158
Binary1110100111111110011110
Octal164177236

Shades and tints

Shades of #747F9E

#747F9E
(116,127,158)
#6A7490
(106,116,144)
#606982
(96,105,130)
#565E74
(86,94,116)
#4C5366
(76,83,102)
#424858
(66,72,88)
#383D4A
(56,61,74)
#2E323C
(46,50,60)
#24272E
(36,39,46)
#1A1C20
(26,28,32)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #747F9E

#747F9E
(116,127,158)
#808AA6
(128,138,166)
#8C95AE
(140,149,174)
#98A0B6
(152,160,182)
#A4ABBE
(164,171,190)
#B0B6C6
(176,182,198)
#BCC1CE
(188,193,206)
#C8CCD6
(200,204,214)
#D4D7DE
(212,215,222)
#E0E2E6
(224,226,230)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747F9E; }

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

This text font color is #747F9E.


Background Color

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

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

This div background color is #747F9E.


Border color

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

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

This div border color is #747F9E.


Opacity

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

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

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

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

This text has shadow with #747F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747F9E on black background.


Color preview on white background

This text has color #747F9E on white background.



Black color preview on #747F9E background

This text has black color on #747F9E background.


White color preview on #747F9E background

This text has white color on #747F9E background.