COLOR #747888

HEX: #747888 RGB: (116,120,136)

Color info

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

RGB color model

#747888 color RGB value is (116,120,136).

RGB: (116,120,136) (45%, 47%, 53%)

RGB channels and saturation

R 116 of 255 = 45%
G 120 of 255 = 47%
B 136 of 255 = 53%

116
120
136

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

Portions of RGB colors in percentages

R + G + B = 116 + 120 + 136 = 372 (100%)
R 116 of 372 ~ 31.18%
G 120 of 372 ~ 32.26%
B 136 of 372 ~ 36.56'%

%31.18
%32.26
%36.56

CMYK color model

#747888 color CMYK value is (15,12,0,47).

  • cyan value is 14.71%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (15,12,0,47)
C15M12Y0K47 (15%, 12%, 0%, 47%)
(0.15 / 0.12 / 0.00 / 0.47)

CMYK percentages

%14.71
%11.76
%0
%46.67

Codes

Color #747888 in popluar color models

74 78 88
RGB 116 120 136
HSL 228° 7.94% 49.41%
HSB/HSV 228° 14.71% 53.33%
CMYK 14.71% 11.76% 0.00%
46.67%

Color #747888 in popluar number systems.

HEX 74 78 88
Decimal 116 120 136
Binary 1110100 1111000 10001000
Octal 164 170 210

Shades and tints

Shades of #747888

#747888
(116,120,136)
#6A6E7C
(106,110,124)
#606470
(96,100,112)
#565A64
(86,90,100)
#4C5058
(76,80,88)
#42464C
(66,70,76)
#383C40
(56,60,64)
#2E3234
(46,50,52)
#242828
(36,40,40)
#1A1E1C
(26,30,28)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #747888

#747888
(116,120,136)
#808492
(128,132,146)
#8C909C
(140,144,156)
#989CA6
(152,156,166)
#A4A8B0
(164,168,176)
#B0B4BA
(176,180,186)
#BCC0C4
(188,192,196)
#C8CCCE
(200,204,206)
#D4D8D8
(212,216,216)
#E0E4E2
(224,228,226)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747888; }

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

This text font color is #747888.

Background Color

.myBgColor { background-color: #747888; }

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

This div background color is #747888.

Border color

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

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

This div border color is #747888.

Opacity

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

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

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

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

This text has shadow with #747888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747888.

Preview

Color preview on black background

This text has color #747888 on black background.


Color preview on white background

This text has color #747888 on white background.


Black color preview on #747888 background

This text has black color on #747888 background.


White color preview on #747888 background

This text has white color on #747888 background.


Related colors

Complementary color

Complementary color for #hex is #8B8777.


I love getcolorcode.com

Triadic colors

1 #887478 and #788874 with #747888 are triadic colors.

2 #887874 and #787488 with #747888 are triadic colors.