COLOR #745882

HEX: #745882
RGB: (116,88,130)

Color info

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

RGB color model

#745882 color RGB value is (116,88,130).

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

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 130 of 255 = 51%

116
88
130

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

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 130 = 334 (100%)
R 116 of 334 ~ 34.73%
G 88 of 334 ~ 26.35%
B 130 of 334 ~ 38.92%

%34.73
%26.35
%38.92

CMYK color model

#745882 color CMYK value is (11,32,0,49).

  • cyan value is 10.77%
  • magenta value is 32.31%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(11,32,0,49)
C11M32Y0K49 
(11%,32%,0%,49%)
(0.11/0.32/0.00/0.49)	

CMYK percentages

%10.77
%32.31
%0
%49.02

Codes

Color #745882 in popluar color models

745882
RGB11688130
HSL280°19.27%42.75%
HSB/HSV280°32.31%50.98%
CMYK10.77%32.31%0.00%
49.02%

Color #745882 in popluar number systems.

HEX745882
Decimal11688130
Binary1110100101100010000010
Octal164130202

Shades and tints

Shades of #745882

#745882
(116,88,130)
#6A5077
(106,80,119)
#60486C
(96,72,108)
#564061
(86,64,97)
#4C3856
(76,56,86)
#42304B
(66,48,75)
#382840
(56,40,64)
#2E2035
(46,32,53)
#24182A
(36,24,42)
#1A101F
(26,16,31)
#100814
(16,8,20)
#000000
(0,0,0)

Tints of #745882

#745882
(116,88,130)
#80678D
(128,103,141)
#8C7698
(140,118,152)
#9885A3
(152,133,163)
#A494AE
(164,148,174)
#B0A3B9
(176,163,185)
#BCB2C4
(188,178,196)
#C8C1CF
(200,193,207)
#D4D0DA
(212,208,218)
#E0DFE5
(224,223,229)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745882; }

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

This text font color is #745882.


Background Color

.myBgColor { background-color: #745882; }

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

This div background color is #745882.


Border color

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

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

This div border color is #745882.


Opacity

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

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

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

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

This text has shadow with #745882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745882 on black background.


Color preview on white background

This text has color #745882 on white background.



Black color preview on #745882 background

This text has black color on #745882 background.


White color preview on #745882 background

This text has white color on #745882 background.