COLOR #754A73

HEX: #754A73
RGB: (117,74,115)

Color info

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

RGB color model

#754A73 color RGB value is (117,74,115).

  • red value is 117;
  • green value is 74;
  • blue value is 115.
RGB:
(117,74,115)
(46%,29%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 74 of 255 = 29%
B 115 of 255 = 45%

117
74
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 74 + 115 = 306 (100%)
R 117 of 306 ~ 38.24%
G 74 of 306 ~ 24.18%
B 115 of 306 ~ 37.58%

%38.24
%24.18
%37.58

CMYK color model

#754A73 color CMYK value is (0,37,2,54).

  • cyan value is 0.00%
  • magenta value is 36.75%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(0,37,2,54)
C0M37Y2K54 
(0%,37%,2%,54%)
(0.00/0.37/0.02/0.54)	

CMYK percentages

%0
%36.75
%1.71
%54.12

Codes

Color #754A73 in popluar color models

754A73
RGB11774115
HSL303°22.51%37.45%
HSB/HSV303°36.75%45.88%
CMYK0.00%36.75%1.71%
54.12%

Color #754A73 in popluar number systems.

HEX754A73
Decimal11774115
Binary111010110010101110011
Octal165112163

Shades and tints

Shades of #754A73

#754A73
(117,74,115)
#6B4469
(107,68,105)
#613E5F
(97,62,95)
#573855
(87,56,85)
#4D324B
(77,50,75)
#432C41
(67,44,65)
#392637
(57,38,55)
#2F202D
(47,32,45)
#251A23
(37,26,35)
#1B1419
(27,20,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #754A73

#754A73
(117,74,115)
#815A7F
(129,90,127)
#8D6A8B
(141,106,139)
#997A97
(153,122,151)
#A58AA3
(165,138,163)
#B19AAF
(177,154,175)
#BDAABB
(189,170,187)
#C9BAC7
(201,186,199)
#D5CAD3
(213,202,211)
#E1DADF
(225,218,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #754A73 color. Also use rgb(117,74,115) instead hex code.

Text Font Color

.myTextColor { color: #754A73; }

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

This text font color is #754A73.


Background Color

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

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

This div background color is #754A73.


Border color

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

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

This div border color is #754A73.


Opacity

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

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

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

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

This text has shadow with #754A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #754A73 on black background.


Color preview on white background

This text has color #754A73 on white background.



Black color preview on #754A73 background

This text has black color on #754A73 background.


White color preview on #754A73 background

This text has white color on #754A73 background.