COLOR #745790

HEX: #745790
RGB: (116,87,144)

Color info

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

RGB color model

#745790 color RGB value is (116,87,144).

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

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 144 of 255 = 56%

116
87
144

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

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 144 = 347 (100%)
R 116 of 347 ~ 33.43%
G 87 of 347 ~ 25.07%
B 144 of 347 ~ 41.5%

%33.43
%25.07
%41.5

CMYK color model

#745790 color CMYK value is (19,40,0,44).

  • cyan value is 19.44%
  • magenta value is 39.58%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,40,0,44)
C19M40Y0K44 
(19%,40%,0%,44%)
(0.19/0.40/0.00/0.44)	

CMYK percentages

%19.44
%39.58
%0
%43.53

Codes

Color #745790 in popluar color models

745790
RGB11687144
HSL271°24.68%45.29%
HSB/HSV271°39.58%56.47%
CMYK19.44%39.58%0.00%
43.53%

Color #745790 in popluar number systems.

HEX745790
Decimal11687144
Binary1110100101011110010000
Octal164127220

Shades and tints

Shades of #745790

#745790
(116,87,144)
#6A5083
(106,80,131)
#604976
(96,73,118)
#564269
(86,66,105)
#4C3B5C
(76,59,92)
#42344F
(66,52,79)
#382D42
(56,45,66)
#2E2635
(46,38,53)
#241F28
(36,31,40)
#1A181B
(26,24,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #745790

#745790
(116,87,144)
#80669A
(128,102,154)
#8C75A4
(140,117,164)
#9884AE
(152,132,174)
#A493B8
(164,147,184)
#B0A2C2
(176,162,194)
#BCB1CC
(188,177,204)
#C8C0D6
(200,192,214)
#D4CFE0
(212,207,224)
#E0DEEA
(224,222,234)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745790; }

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

This text font color is #745790.


Background Color

.myBgColor { background-color: #745790; }

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

This div background color is #745790.


Border color

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

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

This div border color is #745790.


Opacity

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

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

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

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

This text has shadow with #745790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745790 on black background.


Color preview on white background

This text has color #745790 on white background.



Black color preview on #745790 background

This text has black color on #745790 background.


White color preview on #745790 background

This text has white color on #745790 background.