COLOR #754C78

HEX: #754C78
RGB: (117,76,120)

Color info

#754C78 contains red, green and blue colors in about the same proportion. Web safe color of #754C78 is #663366 (or #636).

RGB color model

#754C78 color RGB value is (117,76,120).

  • red value is 117;
  • green value is 76;
  • blue value is 120.
RGB:
(117,76,120)
(46%,30%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 76 of 255 = 30%
B 120 of 255 = 47%

117
76
120

R + G + B ~ 41%. #754C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 76 + 120 = 313 (100%)
R 117 of 313 ~ 37.38%
G 76 of 313 ~ 24.28%
B 120 of 313 ~ 38.34%

%37.38
%24.28
%38.34

CMYK color model

#754C78 color CMYK value is (3,37,0,53).

  • cyan value is 2.50%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,37,0,53)
C3M37Y0K53 
(3%,37%,0%,53%)
(0.03/0.37/0.00/0.53)	

CMYK percentages

%2.5
%36.67
%0
%52.94

Codes

Color #754C78 in popluar color models

754C78
RGB11776120
HSL296°22.45%38.43%
HSB/HSV296°36.67%47.06%
CMYK2.50%36.67%0.00%
52.94%

Color #754C78 in popluar number systems.

HEX754C78
Decimal11776120
Binary111010110011001111000
Octal165114170

Shades and tints

Shades of #754C78

#754C78
(117,76,120)
#6B466E
(107,70,110)
#614064
(97,64,100)
#573A5A
(87,58,90)
#4D3450
(77,52,80)
#432E46
(67,46,70)
#39283C
(57,40,60)
#2F2232
(47,34,50)
#251C28
(37,28,40)
#1B161E
(27,22,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #754C78

#754C78
(117,76,120)
#815C84
(129,92,132)
#8D6C90
(141,108,144)
#997C9C
(153,124,156)
#A58CA8
(165,140,168)
#B19CB4
(177,156,180)
#BDACC0
(189,172,192)
#C9BCCC
(201,188,204)
#D5CCD8
(213,204,216)
#E1DCE4
(225,220,228)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754C78 color. Also use rgb(117,76,120) instead hex code.

Text Font Color

.myTextColor { color: #754C78; }

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

This text font color is #754C78.


Background Color

.myBgColor { background-color: #754C78; }

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

This div background color is #754C78.


Border color

.myBorderColor { border: 1px solid #754C78; }

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

This div border color is #754C78.


Opacity

.myOpacity80 { color: #754C78; opacity: 0.8; }

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

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

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

This text has shadow with #754C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754C78 on black background.


Color preview on white background

This text has color #754C78 on white background.



Black color preview on #754C78 background

This text has black color on #754C78 background.


White color preview on #754C78 background

This text has white color on #754C78 background.