COLOR #747689

HEX: #747689
RGB: (116,118,137)

Color info

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

RGB color model

#747689 color RGB value is (116,118,137).

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

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 137 of 255 = 54%

116
118
137

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 137 = 371 (100%)
R 116 of 371 ~ 31.27%
G 118 of 371 ~ 31.81%
B 137 of 371 ~ 36.93%

%31.27
%31.81
%36.93

CMYK color model

#747689 color CMYK value is (15,14,0,46).

  • cyan value is 15.33%
  • magenta value is 13.87%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,14,0,46)
C15M14Y0K46 
(15%,14%,0%,46%)
(0.15/0.14/0.00/0.46)	

CMYK percentages

%15.33
%13.87
%0
%46.27

Codes

Color #747689 in popluar color models

747689
RGB116118137
HSL234°8.30%49.61%
HSB/HSV234°15.33%53.73%
CMYK15.33%13.87%0.00%
46.27%

Color #747689 in popluar number systems.

HEX747689
Decimal116118137
Binary1110100111011010001001
Octal164166211

Shades and tints

Shades of #747689

#747689
(116,118,137)
#6A6C7D
(106,108,125)
#606271
(96,98,113)
#565865
(86,88,101)
#4C4E59
(76,78,89)
#42444D
(66,68,77)
#383A41
(56,58,65)
#2E3035
(46,48,53)
#242629
(36,38,41)
#1A1C1D
(26,28,29)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #747689

#747689
(116,118,137)
#808293
(128,130,147)
#8C8E9D
(140,142,157)
#989AA7
(152,154,167)
#A4A6B1
(164,166,177)
#B0B2BB
(176,178,187)
#BCBEC5
(188,190,197)
#C8CACF
(200,202,207)
#D4D6D9
(212,214,217)
#E0E2E3
(224,226,227)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747689; }

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

This text font color is #747689.


Background Color

.myBgColor { background-color: #747689; }

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

This div background color is #747689.


Border color

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

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

This div border color is #747689.


Opacity

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

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

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

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

This text has shadow with #747689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747689 on black background.


Color preview on white background

This text has color #747689 on white background.



Black color preview on #747689 background

This text has black color on #747689 background.


White color preview on #747689 background

This text has white color on #747689 background.