COLOR #75708E

HEX: #75708E
RGB: (117,112,142)

Color info

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

RGB color model

#75708E color RGB value is (117,112,142).

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

RGB channels and saturation

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

117
112
142

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 142 = 371 (100%)
R 117 of 371 ~ 31.54%
G 112 of 371 ~ 30.19%
B 142 of 371 ~ 38.27%

%31.54
%30.19
%38.27

CMYK color model

#75708E color CMYK value is (18,21,0,44).

  • cyan value is 17.61%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(18,21,0,44)
C18M21Y0K44 
(18%,21%,0%,44%)
(0.18/0.21/0.00/0.44)	

CMYK percentages

%17.61
%21.13
%0
%44.31

Codes

Color #75708E in popluar color models

75708E
RGB117112142
HSL250°11.81%49.80%
HSB/HSV250°21.13%55.69%
CMYK17.61%21.13%0.00%
44.31%

Color #75708E in popluar number systems.

HEX75708E
Decimal117112142
Binary1110101111000010001110
Octal165160216

Shades and tints

Shades of #75708E

#75708E
(117,112,142)
#6B6682
(107,102,130)
#615C76
(97,92,118)
#57526A
(87,82,106)
#4D485E
(77,72,94)
#433E52
(67,62,82)
#393446
(57,52,70)
#2F2A3A
(47,42,58)
#25202E
(37,32,46)
#1B1622
(27,22,34)
#110C16
(17,12,22)
#000000
(0,0,0)

Tints of #75708E

#75708E
(117,112,142)
#817D98
(129,125,152)
#8D8AA2
(141,138,162)
#9997AC
(153,151,172)
#A5A4B6
(165,164,182)
#B1B1C0
(177,177,192)
#BDBECA
(189,190,202)
#C9CBD4
(201,203,212)
#D5D8DE
(213,216,222)
#E1E5E8
(225,229,232)
#EDF2F2
(237,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75708E; }

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

This text font color is #75708E.


Background Color

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

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

This div background color is #75708E.


Border color

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

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

This div border color is #75708E.


Opacity

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

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

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

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

This text has shadow with #75708E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75708E on black background.


Color preview on white background

This text has color #75708E on white background.



Black color preview on #75708E background

This text has black color on #75708E background.


White color preview on #75708E background

This text has white color on #75708E background.