COLOR #747F90

HEX: #747F90
RGB: (116,127,144)

Color info

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

RGB color model

#747F90 color RGB value is (116,127,144).

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

RGB channels and saturation

R 116 of 255 = 45%
G 127 of 255 = 50%
B 144 of 255 = 56%

116
127
144

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

Portions of RGB colors in percentages

R + G + B =
116 + 127 + 144 = 387 (100%)
R 116 of 387 ~ 29.97%
G 127 of 387 ~ 32.82%
B 144 of 387 ~ 37.21%

%29.97
%32.82
%37.21

CMYK color model

#747F90 color CMYK value is (19,12,0,44).

  • cyan value is 19.44%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (19,12,0,44) C19M12Y0K44 (19%,12%,0%,44%) (0.19/0.12/0.00/0.44)

CMYK percentages

%19.44
%11.81
%0
%43.53

Codes

Color #747F90 in popluar color models

747F90
RGB116127144
HSL216°11.20%50.98%
HSB/HSV216°19.44%56.47%
CMYK19.44%11.81%0.00%
43.53%

Color #747F90 in popluar number systems.

HEX747F90
Decimal116127144
Binary1110100111111110010000
Octal164177220

Shades and tints

Shades of #747F90

#747F90
(116,127,144)
#6A7483
(106,116,131)
#606976
(96,105,118)
#565E69
(86,94,105)
#4C535C
(76,83,92)
#42484F
(66,72,79)
#383D42
(56,61,66)
#2E3235
(46,50,53)
#242728
(36,39,40)
#1A1C1B
(26,28,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #747F90

#747F90
(116,127,144)
#808A9A
(128,138,154)
#8C95A4
(140,149,164)
#98A0AE
(152,160,174)
#A4ABB8
(164,171,184)
#B0B6C2
(176,182,194)
#BCC1CC
(188,193,204)
#C8CCD6
(200,204,214)
#D4D7E0
(212,215,224)
#E0E2EA
(224,226,234)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747F90; }

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

This text font color is #747F90.


Background Color

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

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

This div background color is #747F90.


Border color

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

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

This div border color is #747F90.


Opacity

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

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

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

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

This text has shadow with #747F90 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #747F90 on black background.


Color preview on white background

This text has color #747F90 on white background.



Black color preview on #747F90 background

This text has black color on #747F90 background.


White color preview on #747F90 background

This text has white color on #747F90 background.