COLOR #754F78

HEX: #754F78
RGB: (117,79,120)

Color info

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

RGB color model

#754F78 color RGB value is (117,79,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 79 of 255 = 31%
B 120 of 255 = 47%

117
79
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 79 + 120 = 316 (100%)
R 117 of 316 ~ 37.03%
G 79 of 316 ~ 25%
B 120 of 316 ~ 37.97%

%37.03
%25
%37.97

CMYK color model

#754F78 color CMYK value is (3,34,0,53).

  • cyan value is 2.50%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,34,0,53)
C3M34Y0K53 
(3%,34%,0%,53%)
(0.03/0.34/0.00/0.53)	

CMYK percentages

%2.5
%34.17
%0
%52.94

Codes

Color #754F78 in popluar color models

754F78
RGB11779120
HSL296°20.60%39.02%
HSB/HSV296°34.17%47.06%
CMYK2.50%34.17%0.00%
52.94%

Color #754F78 in popluar number systems.

HEX754F78
Decimal11779120
Binary111010110011111111000
Octal165117170

Shades and tints

Shades of #754F78

#754F78
(117,79,120)
#6B486E
(107,72,110)
#614164
(97,65,100)
#573A5A
(87,58,90)
#4D3350
(77,51,80)
#432C46
(67,44,70)
#39253C
(57,37,60)
#2F1E32
(47,30,50)
#251728
(37,23,40)
#1B101E
(27,16,30)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #754F78

#754F78
(117,79,120)
#815F84
(129,95,132)
#8D6F90
(141,111,144)
#997F9C
(153,127,156)
#A58FA8
(165,143,168)
#B19FB4
(177,159,180)
#BDAFC0
(189,175,192)
#C9BFCC
(201,191,204)
#D5CFD8
(213,207,216)
#E1DFE4
(225,223,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #754F78; }

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

This text font color is #754F78.


Background Color

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

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

This div background color is #754F78.


Border color

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

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

This div border color is #754F78.


Opacity

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

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

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

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

This text has shadow with #754F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754F78 on black background.


Color preview on white background

This text has color #754F78 on white background.



Black color preview on #754F78 background

This text has black color on #754F78 background.


White color preview on #754F78 background

This text has white color on #754F78 background.