COLOR #75728C

HEX: #75728C
RGB: (117,114,140)

Color info

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

RGB color model

#75728C color RGB value is (117,114,140).

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

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 140 of 255 = 55%

117
114
140

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 140 = 371 (100%)
R 117 of 371 ~ 31.54%
G 114 of 371 ~ 30.73%
B 140 of 371 ~ 37.74%

%31.54
%30.73
%37.74

CMYK color model

#75728C color CMYK value is (16,19,0,45).

  • cyan value is 16.43%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(16,19,0,45)
C16M19Y0K45 
(16%,19%,0%,45%)
(0.16/0.19/0.00/0.45)	

CMYK percentages

%16.43
%18.57
%0
%45.1

Codes

Color #75728C in popluar color models

75728C
RGB117114140
HSL247°10.24%49.80%
HSB/HSV247°18.57%54.90%
CMYK16.43%18.57%0.00%
45.10%

Color #75728C in popluar number systems.

HEX75728C
Decimal117114140
Binary1110101111001010001100
Octal165162214

Shades and tints

Shades of #75728C

#75728C
(117,114,140)
#6B6880
(107,104,128)
#615E74
(97,94,116)
#575468
(87,84,104)
#4D4A5C
(77,74,92)
#434050
(67,64,80)
#393644
(57,54,68)
#2F2C38
(47,44,56)
#25222C
(37,34,44)
#1B1820
(27,24,32)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #75728C

#75728C
(117,114,140)
#817E96
(129,126,150)
#8D8AA0
(141,138,160)
#9996AA
(153,150,170)
#A5A2B4
(165,162,180)
#B1AEBE
(177,174,190)
#BDBAC8
(189,186,200)
#C9C6D2
(201,198,210)
#D5D2DC
(213,210,220)
#E1DEE6
(225,222,230)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75728C; }

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

This text font color is #75728C.


Background Color

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

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

This div background color is #75728C.


Border color

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

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

This div border color is #75728C.


Opacity

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

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

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

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

This text has shadow with #75728C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75728C on black background.


Color preview on white background

This text has color #75728C on white background.



Black color preview on #75728C background

This text has black color on #75728C background.


White color preview on #75728C background

This text has white color on #75728C background.