COLOR #745A78

HEX: #745A78
RGB: (116,90,120)

Color info

#745A78 contains red, green and blue colors in about the same proportion. Web safe color of #745A78 is #666666 (or #666).

RGB color model

#745A78 color RGB value is (116,90,120).

  • red value is 116;
  • green value is 90;
  • blue value is 120.
RGB:
(116,90,120)
(45%,35%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 90 of 255 = 35%
B 120 of 255 = 47%

116
90
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 90 + 120 = 326 (100%)
R 116 of 326 ~ 35.58%
G 90 of 326 ~ 27.61%
B 120 of 326 ~ 36.81%

%35.58
%27.61
%36.81

CMYK color model

#745A78 color CMYK value is (3,25,0,53).

  • cyan value is 3.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,25,0,53)
C3M25Y0K53 
(3%,25%,0%,53%)
(0.03/0.25/0.00/0.53)	

CMYK percentages

%3.33
%25
%0
%52.94

Codes

Color #745A78 in popluar color models

745A78
RGB11690120
HSL292°14.29%41.18%
HSB/HSV292°25.00%47.06%
CMYK3.33%25.00%0.00%
52.94%

Color #745A78 in popluar number systems.

HEX745A78
Decimal11690120
Binary111010010110101111000
Octal164132170

Shades and tints

Shades of #745A78

#745A78
(116,90,120)
#6A526E
(106,82,110)
#604A64
(96,74,100)
#56425A
(86,66,90)
#4C3A50
(76,58,80)
#423246
(66,50,70)
#382A3C
(56,42,60)
#2E2232
(46,34,50)
#241A28
(36,26,40)
#1A121E
(26,18,30)
#100A14
(16,10,20)
#000000
(0,0,0)

Tints of #745A78

#745A78
(116,90,120)
#806984
(128,105,132)
#8C7890
(140,120,144)
#98879C
(152,135,156)
#A496A8
(164,150,168)
#B0A5B4
(176,165,180)
#BCB4C0
(188,180,192)
#C8C3CC
(200,195,204)
#D4D2D8
(212,210,216)
#E0E1E4
(224,225,228)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745A78 color. Also use rgb(116,90,120) instead hex code.

Text Font Color

.myTextColor { color: #745A78; }

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

This text font color is #745A78.


Background Color

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

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

This div background color is #745A78.


Border color

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

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

This div border color is #745A78.


Opacity

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

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

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

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

This text has shadow with #745A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745A78 on black background.


Color preview on white background

This text has color #745A78 on white background.



Black color preview on #745A78 background

This text has black color on #745A78 background.


White color preview on #745A78 background

This text has white color on #745A78 background.