COLOR #747F98

HEX: #747F98 RGB: (116,127,152)

Color info

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

RGB color model

#747F98 color RGB value is (116,127,152).

RGB: (116,127,152) (45%, 50%, 60%)

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 152 of 255 = 60%

116
127
152

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

Portions of RGB colors in percentages

R + G + B = 116 + 127 + 152 = 395 (100%)
R 116 of 395 ~ 29.37%
G 127 of 395 ~ 32.15%
B 152 of 395 ~ 38.48'%

%29.37
%32.15
%38.48

CMYK color model

#747F98 color CMYK value is (24,16,0,40).

  • cyan value is 23.68%
  • magenta value is 16.45%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (24,16,0,40) C24M16Y0K40 (24%,16%,0%,40%) (0.24/0.16/0.00/0.40) 

CMYK percentages

%23.68
%16.45
%0
%40.39

Codes

Color #747F98 in popluar color models

74 7F 98
RGB 116 127 152
HSL 222° 14.88% 52.55%
HSB/HSV 222° 23.68% 59.61%
CMYK 23.68% 16.45% 0.00%
40.39%

Color #747F98 in popluar number systems.

HEX 74 7F 98
Decimal 116 127 152
Binary 1110100 1111111 10011000
Octal 164 177 230

Shades and tints

Shades of #747F98

#747F98
(116,127,152)
#6A748B
(106,116,139)
#60697E
(96,105,126)
#565E71
(86,94,113)
#4C5364
(76,83,100)
#424857
(66,72,87)
#383D4A
(56,61,74)
#2E323D
(46,50,61)
#242730
(36,39,48)
#1A1C23
(26,28,35)
#101116
(16,17,22)
#000000
(0,0,0)

Tints of #747F98

#747F98
(116,127,152)
#808AA1
(128,138,161)
#8C95AA
(140,149,170)
#98A0B3
(152,160,179)
#A4ABBC
(164,171,188)
#B0B6C5
(176,182,197)
#BCC1CE
(188,193,206)
#C8CCD7
(200,204,215)
#D4D7E0
(212,215,224)
#E0E2E9
(224,226,233)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747F98; }

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

This text font color is #747F98.

Background Color

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

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

This div background color is #747F98.

Border color

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

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

This div border color is #747F98.

Opacity

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

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

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

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

This text has shadow with #747F98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747F98.

Preview

Color preview on black background

This text has color #747F98 on black background.


Color preview on white background

This text has color #747F98 on white background.


Black color preview on #747F98 background

This text has black color on #747F98 background.


White color preview on #747F98 background

This text has white color on #747F98 background.


Related colors

Complementary color

Complementary color for #hex is #8B8067.


I love getcolorcode.com

Triadic colors

1 #98747F and #7F9874 with #747F98 are triadic colors.

2 #987F74 and #7F7498 with #747F98 are triadic colors.