COLOR #747889

HEX: #747889
RGB: (116,120,137)

Color info

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

RGB color model

#747889 color RGB value is (116,120,137).

  • red value is 116;
  • green value is 120;
  • blue value is 137.
RGB:
(116,120,137)
(45%,47%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 137 of 255 = 54%

116
120
137

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

Portions of RGB colors in percentages

R + G + B =
116 + 120 + 137 = 373 (100%)
R 116 of 373 ~ 31.1%
G 120 of 373 ~ 32.17%
B 137 of 373 ~ 36.73%

%31.1
%32.17
%36.73

CMYK color model

#747889 color CMYK value is (15,12,0,46).

  • cyan value is 15.33%
  • magenta value is 12.41%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,12,0,46)
C15M12Y0K46 
(15%,12%,0%,46%)
(0.15/0.12/0.00/0.46)	

CMYK percentages

%15.33
%12.41
%0
%46.27

Codes

Color #747889 in popluar color models

747889
RGB116120137
HSL229°8.30%49.61%
HSB/HSV229°15.33%53.73%
CMYK15.33%12.41%0.00%
46.27%

Color #747889 in popluar number systems.

HEX747889
Decimal116120137
Binary1110100111100010001001
Octal164170211

Shades and tints

Shades of #747889

#747889
(116,120,137)
#6A6E7D
(106,110,125)
#606471
(96,100,113)
#565A65
(86,90,101)
#4C5059
(76,80,89)
#42464D
(66,70,77)
#383C41
(56,60,65)
#2E3235
(46,50,53)
#242829
(36,40,41)
#1A1E1D
(26,30,29)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #747889

#747889
(116,120,137)
#808493
(128,132,147)
#8C909D
(140,144,157)
#989CA7
(152,156,167)
#A4A8B1
(164,168,177)
#B0B4BB
(176,180,187)
#BCC0C5
(188,192,197)
#C8CCCF
(200,204,207)
#D4D8D9
(212,216,217)
#E0E4E3
(224,228,227)
#ECF0ED
(236,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747889 color. Also use rgb(116,120,137) instead hex code.

Text Font Color

.myTextColor { color: #747889; }

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

This text font color is #747889.


Background Color

.myBgColor { background-color: #747889; }

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

This div background color is #747889.


Border color

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

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

This div border color is #747889.


Opacity

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

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

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

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

This text has shadow with #747889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747889 on black background.


Color preview on white background

This text has color #747889 on white background.



Black color preview on #747889 background

This text has black color on #747889 background.


White color preview on #747889 background

This text has white color on #747889 background.