COLOR #747788

HEX: #747788
RGB: (116,119,136)

Color info

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

RGB color model

#747788 color RGB value is (116,119,136).

  • red value is 116;
  • green value is 119;
  • blue value is 136.
RGB:
(116,119,136)
(45%,47%,53%)

RGB channels and saturation

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

116
119
136

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

Portions of RGB colors in percentages

R + G + B =
116 + 119 + 136 = 371 (100%)
R 116 of 371 ~ 31.27%
G 119 of 371 ~ 32.08%
B 136 of 371 ~ 36.66%

%31.27
%32.08
%36.66

CMYK color model

#747788 color CMYK value is (15,13,0,47).

  • cyan value is 14.71%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,13,0,47)
C15M13Y0K47 
(15%,13%,0%,47%)
(0.15/0.13/0.00/0.47)	

CMYK percentages

%14.71
%12.5
%0
%46.67

Codes

Color #747788 in popluar color models

747788
RGB116119136
HSL231°7.94%49.41%
HSB/HSV231°14.71%53.33%
CMYK14.71%12.50%0.00%
46.67%

Color #747788 in popluar number systems.

HEX747788
Decimal116119136
Binary1110100111011110001000
Octal164167210

Shades and tints

Shades of #747788

#747788
(116,119,136)
#6A6D7C
(106,109,124)
#606370
(96,99,112)
#565964
(86,89,100)
#4C4F58
(76,79,88)
#42454C
(66,69,76)
#383B40
(56,59,64)
#2E3134
(46,49,52)
#242728
(36,39,40)
#1A1D1C
(26,29,28)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #747788

#747788
(116,119,136)
#808392
(128,131,146)
#8C8F9C
(140,143,156)
#989BA6
(152,155,166)
#A4A7B0
(164,167,176)
#B0B3BA
(176,179,186)
#BCBFC4
(188,191,196)
#C8CBCE
(200,203,206)
#D4D7D8
(212,215,216)
#E0E3E2
(224,227,226)
#ECEFEC
(236,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747788; }

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

This text font color is #747788.


Background Color

.myBgColor { background-color: #747788; }

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

This div background color is #747788.


Border color

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

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

This div border color is #747788.


Opacity

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

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

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

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

This text has shadow with #747788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747788 on black background.


Color preview on white background

This text has color #747788 on white background.



Black color preview on #747788 background

This text has black color on #747788 background.


White color preview on #747788 background

This text has white color on #747788 background.