COLOR #745C90

HEX: #745C90
RGB: (116,92,144)

Color info

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

RGB color model

#745C90 color RGB value is (116,92,144).

  • red value is 116;
  • green value is 92;
  • blue value is 144.
RGB:
(116,92,144)
(45%,36%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 92 of 255 = 36%
B 144 of 255 = 56%

116
92
144

R + G + B ~ 46%. #745C90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 92 + 144 = 352 (100%)
R 116 of 352 ~ 32.95%
G 92 of 352 ~ 26.14%
B 144 of 352 ~ 40.91%

%32.95
%26.14
%40.91

CMYK color model

#745C90 color CMYK value is (19,36,0,44).

  • cyan value is 19.44%
  • magenta value is 36.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,36,0,44)
C19M36Y0K44 
(19%,36%,0%,44%)
(0.19/0.36/0.00/0.44)	

CMYK percentages

%19.44
%36.11
%0
%43.53

Codes

Color #745C90 in popluar color models

745C90
RGB11692144
HSL268°22.03%46.27%
HSB/HSV268°36.11%56.47%
CMYK19.44%36.11%0.00%
43.53%

Color #745C90 in popluar number systems.

HEX745C90
Decimal11692144
Binary1110100101110010010000
Octal164134220

Shades and tints

Shades of #745C90

#745C90
(116,92,144)
#6A5483
(106,84,131)
#604C76
(96,76,118)
#564469
(86,68,105)
#4C3C5C
(76,60,92)
#42344F
(66,52,79)
#382C42
(56,44,66)
#2E2435
(46,36,53)
#241C28
(36,28,40)
#1A141B
(26,20,27)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #745C90

#745C90
(116,92,144)
#806A9A
(128,106,154)
#8C78A4
(140,120,164)
#9886AE
(152,134,174)
#A494B8
(164,148,184)
#B0A2C2
(176,162,194)
#BCB0CC
(188,176,204)
#C8BED6
(200,190,214)
#D4CCE0
(212,204,224)
#E0DAEA
(224,218,234)
#ECE8F4
(236,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745C90 color. Also use rgb(116,92,144) instead hex code.

Text Font Color

.myTextColor { color: #745C90; }

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

This text font color is #745C90.


Background Color

.myBgColor { background-color: #745C90; }

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

This div background color is #745C90.


Border color

.myBorderColor { border: 1px solid #745C90; }

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

This div border color is #745C90.


Opacity

.myOpacity80 { color: #745C90; opacity: 0.8; }

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

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

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

This text has shadow with #745C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745C90 on black background.


Color preview on white background

This text has color #745C90 on white background.



Black color preview on #745C90 background

This text has black color on #745C90 background.


White color preview on #745C90 background

This text has white color on #745C90 background.