COLOR #75728E

HEX: #75728E
RGB: (117,114,142)

Color info

#75728E contains red, green and blue colors in about the same proportion. Web safe color of #75728E is #666699 (or #669).

RGB color model

#75728E color RGB value is (117,114,142).

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

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 142 of 255 = 56%

117
114
142

R + G + B ~ 49%. #75728E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 142 = 373 (100%)
R 117 of 373 ~ 31.37%
G 114 of 373 ~ 30.56%
B 142 of 373 ~ 38.07%

%31.37
%30.56
%38.07

CMYK color model

#75728E color CMYK value is (18,20,0,44).

  • cyan value is 17.61%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(18,20,0,44)
C18M20Y0K44 
(18%,20%,0%,44%)
(0.18/0.20/0.00/0.44)	

CMYK percentages

%17.61
%19.72
%0
%44.31

Codes

Color #75728E in popluar color models

75728E
RGB117114142
HSL246°11.02%50.20%
HSB/HSV246°19.72%55.69%
CMYK17.61%19.72%0.00%
44.31%

Color #75728E in popluar number systems.

HEX75728E
Decimal117114142
Binary1110101111001010001110
Octal165162216

Shades and tints

Shades of #75728E

#75728E
(117,114,142)
#6B6882
(107,104,130)
#615E76
(97,94,118)
#57546A
(87,84,106)
#4D4A5E
(77,74,94)
#434052
(67,64,82)
#393646
(57,54,70)
#2F2C3A
(47,44,58)
#25222E
(37,34,46)
#1B1822
(27,24,34)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #75728E

#75728E
(117,114,142)
#817E98
(129,126,152)
#8D8AA2
(141,138,162)
#9996AC
(153,150,172)
#A5A2B6
(165,162,182)
#B1AEC0
(177,174,192)
#BDBACA
(189,186,202)
#C9C6D4
(201,198,212)
#D5D2DE
(213,210,222)
#E1DEE8
(225,222,232)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75728E; }

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

This text font color is #75728E.


Background Color

.myBgColor { background-color: #75728E; }

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

This div background color is #75728E.


Border color

.myBorderColor { border: 1px solid #75728E; }

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

This div border color is #75728E.


Opacity

.myOpacity80 { color: #75728E; opacity: 0.8; }

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

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

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

This text has shadow with #75728E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75728E on black background.


Color preview on white background

This text has color #75728E on white background.



Black color preview on #75728E background

This text has black color on #75728E background.


White color preview on #75728E background

This text has white color on #75728E background.