COLOR #755472

HEX: #755472
RGB: (117,84,114)

Color info

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

RGB color model

#755472 color RGB value is (117,84,114).

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

RGB channels and saturation

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

117
84
114

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

Portions of RGB colors in percentages

R + G + B =
117 + 84 + 114 = 315 (100%)
R 117 of 315 ~ 37.14%
G 84 of 315 ~ 26.67%
B 114 of 315 ~ 36.19%

%37.14
%26.67
%36.19

CMYK color model

#755472 color CMYK value is (0,28,3,54).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(0,28,3,54)
C0M28Y3K54 
(0%,28%,3%,54%)
(0.00/0.28/0.03/0.54)	

CMYK percentages

%0
%28.21
%2.56
%54.12

Codes

Color #755472 in popluar color models

755472
RGB11784114
HSL305°16.42%39.41%
HSB/HSV305°28.21%45.88%
CMYK0.00%28.21%2.56%
54.12%

Color #755472 in popluar number systems.

HEX755472
Decimal11784114
Binary111010110101001110010
Octal165124162

Shades and tints

Shades of #755472

#755472
(117,84,114)
#6B4D68
(107,77,104)
#61465E
(97,70,94)
#573F54
(87,63,84)
#4D384A
(77,56,74)
#433140
(67,49,64)
#392A36
(57,42,54)
#2F232C
(47,35,44)
#251C22
(37,28,34)
#1B1518
(27,21,24)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #755472

#755472
(117,84,114)
#81637E
(129,99,126)
#8D728A
(141,114,138)
#998196
(153,129,150)
#A590A2
(165,144,162)
#B19FAE
(177,159,174)
#BDAEBA
(189,174,186)
#C9BDC6
(201,189,198)
#D5CCD2
(213,204,210)
#E1DBDE
(225,219,222)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #755472; }

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

This text font color is #755472.


Background Color

.myBgColor { background-color: #755472; }

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

This div background color is #755472.


Border color

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

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

This div border color is #755472.


Opacity

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

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

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

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

This text has shadow with #755472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #755472 on black background.


Color preview on white background

This text has color #755472 on white background.



Black color preview on #755472 background

This text has black color on #755472 background.


White color preview on #755472 background

This text has white color on #755472 background.