COLOR #755473

HEX: #755473
RGB: (117,84,115)

Color info

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

RGB color model

#755473 color RGB value is (117,84,115).

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

RGB channels and saturation

R 117 of 255 = 46%
G 84 of 255 = 33%
B 115 of 255 = 45%

117
84
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 115 = 316 (100%)
R 117 of 316 ~ 37.03%
G 84 of 316 ~ 26.58%
B 115 of 316 ~ 36.39%

%37.03
%26.58
%36.39

CMYK color model

#755473 color CMYK value is (0,28,2,54).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 1.71%
  • key color value is 54.12%
CMYK:
(0,28,2,54)
C0M28Y2K54 
(0%,28%,2%,54%)
(0.00/0.28/0.02/0.54)	

CMYK percentages

%0
%28.21
%1.71
%54.12

Codes

Color #755473 in popluar color models

755473
RGB11784115
HSL304°16.42%39.41%
HSB/HSV304°28.21%45.88%
CMYK0.00%28.21%1.71%
54.12%

Color #755473 in popluar number systems.

HEX755473
Decimal11784115
Binary111010110101001110011
Octal165124163

Shades and tints

Shades of #755473

#755473
(117,84,115)
#6B4D69
(107,77,105)
#61465F
(97,70,95)
#573F55
(87,63,85)
#4D384B
(77,56,75)
#433141
(67,49,65)
#392A37
(57,42,55)
#2F232D
(47,35,45)
#251C23
(37,28,35)
#1B1519
(27,21,25)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #755473

#755473
(117,84,115)
#81637F
(129,99,127)
#8D728B
(141,114,139)
#998197
(153,129,151)
#A590A3
(165,144,163)
#B19FAF
(177,159,175)
#BDAEBB
(189,174,187)
#C9BDC7
(201,189,199)
#D5CCD3
(213,204,211)
#E1DBDF
(225,219,223)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755473; }

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

This text font color is #755473.


Background Color

.myBgColor { background-color: #755473; }

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

This div background color is #755473.


Border color

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

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

This div border color is #755473.


Opacity

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

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

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

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

This text has shadow with #755473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755473 on black background.


Color preview on white background

This text has color #755473 on white background.



Black color preview on #755473 background

This text has black color on #755473 background.


White color preview on #755473 background

This text has white color on #755473 background.