COLOR #75708F

HEX: #75708F
RGB: (117,112,143)

Color info

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

RGB color model

#75708F color RGB value is (117,112,143).

  • red value is 117;
  • green value is 112;
  • blue value is 143.
RGB:
(117,112,143)
(46%,44%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 143 of 255 = 56%

117
112
143

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 143 = 372 (100%)
R 117 of 372 ~ 31.45%
G 112 of 372 ~ 30.11%
B 143 of 372 ~ 38.44%

%31.45
%30.11
%38.44

CMYK color model

#75708F color CMYK value is (18,22,0,44).

  • cyan value is 18.18%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(18,22,0,44)
C18M22Y0K44 
(18%,22%,0%,44%)
(0.18/0.22/0.00/0.44)	

CMYK percentages

%18.18
%21.68
%0
%43.92

Codes

Color #75708F in popluar color models

75708F
RGB117112143
HSL250°12.16%50.00%
HSB/HSV250°21.68%56.08%
CMYK18.18%21.68%0.00%
43.92%

Color #75708F in popluar number systems.

HEX75708F
Decimal117112143
Binary1110101111000010001111
Octal165160217

Shades and tints

Shades of #75708F

#75708F
(117,112,143)
#6B6682
(107,102,130)
#615C75
(97,92,117)
#575268
(87,82,104)
#4D485B
(77,72,91)
#433E4E
(67,62,78)
#393441
(57,52,65)
#2F2A34
(47,42,52)
#252027
(37,32,39)
#1B161A
(27,22,26)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #75708F

#75708F
(117,112,143)
#817D99
(129,125,153)
#8D8AA3
(141,138,163)
#9997AD
(153,151,173)
#A5A4B7
(165,164,183)
#B1B1C1
(177,177,193)
#BDBECB
(189,190,203)
#C9CBD5
(201,203,213)
#D5D8DF
(213,216,223)
#E1E5E9
(225,229,233)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75708F color. Also use rgb(117,112,143) instead hex code.

Text Font Color

.myTextColor { color: #75708F; }

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

This text font color is #75708F.


Background Color

.myBgColor { background-color: #75708F; }

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

This div background color is #75708F.


Border color

.myBorderColor { border: 1px solid #75708F; }

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

This div border color is #75708F.


Opacity

.myOpacity80 { color: #75708F; opacity: 0.8; }

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

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

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

This text has shadow with #75708F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75708F on black background.


Color preview on white background

This text has color #75708F on white background.



Black color preview on #75708F background

This text has black color on #75708F background.


White color preview on #75708F background

This text has white color on #75708F background.