COLOR #745782

HEX: #745782
RGB: (116,87,130)

Color info

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

RGB color model

#745782 color RGB value is (116,87,130).

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

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 130 of 255 = 51%

116
87
130

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

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 130 = 333 (100%)
R 116 of 333 ~ 34.83%
G 87 of 333 ~ 26.13%
B 130 of 333 ~ 39.04%

%34.83
%26.13
%39.04

CMYK color model

#745782 color CMYK value is (11,33,0,49).

  • cyan value is 10.77%
  • magenta value is 33.08%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(11,33,0,49)
C11M33Y0K49 
(11%,33%,0%,49%)
(0.11/0.33/0.00/0.49)	

CMYK percentages

%10.77
%33.08
%0
%49.02

Codes

Color #745782 in popluar color models

745782
RGB11687130
HSL280°19.82%42.55%
HSB/HSV280°33.08%50.98%
CMYK10.77%33.08%0.00%
49.02%

Color #745782 in popluar number systems.

HEX745782
Decimal11687130
Binary1110100101011110000010
Octal164127202

Shades and tints

Shades of #745782

#745782
(116,87,130)
#6A5077
(106,80,119)
#60496C
(96,73,108)
#564261
(86,66,97)
#4C3B56
(76,59,86)
#42344B
(66,52,75)
#382D40
(56,45,64)
#2E2635
(46,38,53)
#241F2A
(36,31,42)
#1A181F
(26,24,31)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #745782

#745782
(116,87,130)
#80668D
(128,102,141)
#8C7598
(140,117,152)
#9884A3
(152,132,163)
#A493AE
(164,147,174)
#B0A2B9
(176,162,185)
#BCB1C4
(188,177,196)
#C8C0CF
(200,192,207)
#D4CFDA
(212,207,218)
#E0DEE5
(224,222,229)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745782; }

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

This text font color is #745782.


Background Color

.myBgColor { background-color: #745782; }

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

This div background color is #745782.


Border color

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

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

This div border color is #745782.


Opacity

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

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

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

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

This text has shadow with #745782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745782 on black background.


Color preview on white background

This text has color #745782 on white background.



Black color preview on #745782 background

This text has black color on #745782 background.


White color preview on #745782 background

This text has white color on #745782 background.