COLOR #747694

HEX: #747694
RGB: (116,118,148)

Color info

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

RGB color model

#747694 color RGB value is (116,118,148).

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

RGB channels and saturation

R 116 of 255 = 45%
G 118 of 255 = 46%
B 148 of 255 = 58%

116
118
148

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

Portions of RGB colors in percentages

R + G + B =
116 + 118 + 148 = 382 (100%)
R 116 of 382 ~ 30.37%
G 118 of 382 ~ 30.89%
B 148 of 382 ~ 38.74%

%30.37
%30.89
%38.74

CMYK color model

#747694 color CMYK value is (22,20,0,42).

  • cyan value is 21.62%
  • magenta value is 20.27%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(22,20,0,42)
C22M20Y0K42 
(22%,20%,0%,42%)
(0.22/0.20/0.00/0.42)	

CMYK percentages

%21.62
%20.27
%0
%41.96

Codes

Color #747694 in popluar color models

747694
RGB116118148
HSL236°13.01%51.76%
HSB/HSV236°21.62%58.04%
CMYK21.62%20.27%0.00%
41.96%

Color #747694 in popluar number systems.

HEX747694
Decimal116118148
Binary1110100111011010010100
Octal164166224

Shades and tints

Shades of #747694

#747694
(116,118,148)
#6A6C87
(106,108,135)
#60627A
(96,98,122)
#56586D
(86,88,109)
#4C4E60
(76,78,96)
#424453
(66,68,83)
#383A46
(56,58,70)
#2E3039
(46,48,57)
#24262C
(36,38,44)
#1A1C1F
(26,28,31)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #747694

#747694
(116,118,148)
#80829D
(128,130,157)
#8C8EA6
(140,142,166)
#989AAF
(152,154,175)
#A4A6B8
(164,166,184)
#B0B2C1
(176,178,193)
#BCBECA
(188,190,202)
#C8CAD3
(200,202,211)
#D4D6DC
(212,214,220)
#E0E2E5
(224,226,229)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747694; }

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

This text font color is #747694.


Background Color

.myBgColor { background-color: #747694; }

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

This div background color is #747694.


Border color

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

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

This div border color is #747694.


Opacity

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

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

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

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

This text has shadow with #747694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747694 on black background.


Color preview on white background

This text has color #747694 on white background.



Black color preview on #747694 background

This text has black color on #747694 background.


White color preview on #747694 background

This text has white color on #747694 background.