COLOR #75708D

HEX: #75708D
RGB: (117,112,141)

Color info

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

RGB color model

#75708D color RGB value is (117,112,141).

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

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 141 of 255 = 55%

117
112
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 141 = 370 (100%)
R 117 of 370 ~ 31.62%
G 112 of 370 ~ 30.27%
B 141 of 370 ~ 38.11%

%31.62
%30.27
%38.11

CMYK color model

#75708D color CMYK value is (17,21,0,45).

  • cyan value is 17.02%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(17,21,0,45)
C17M21Y0K45 
(17%,21%,0%,45%)
(0.17/0.21/0.00/0.45)	

CMYK percentages

%17.02
%20.57
%0
%44.71

Codes

Color #75708D in popluar color models

75708D
RGB117112141
HSL250°11.46%49.61%
HSB/HSV250°20.57%55.29%
CMYK17.02%20.57%0.00%
44.71%

Color #75708D in popluar number systems.

HEX75708D
Decimal117112141
Binary1110101111000010001101
Octal165160215

Shades and tints

Shades of #75708D

#75708D
(117,112,141)
#6B6681
(107,102,129)
#615C75
(97,92,117)
#575269
(87,82,105)
#4D485D
(77,72,93)
#433E51
(67,62,81)
#393445
(57,52,69)
#2F2A39
(47,42,57)
#25202D
(37,32,45)
#1B1621
(27,22,33)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #75708D

#75708D
(117,112,141)
#817D97
(129,125,151)
#8D8AA1
(141,138,161)
#9997AB
(153,151,171)
#A5A4B5
(165,164,181)
#B1B1BF
(177,177,191)
#BDBEC9
(189,190,201)
#C9CBD3
(201,203,211)
#D5D8DD
(213,216,221)
#E1E5E7
(225,229,231)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75708D; }

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

This text font color is #75708D.


Background Color

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

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

This div background color is #75708D.


Border color

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

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

This div border color is #75708D.


Opacity

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

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

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

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

This text has shadow with #75708D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75708D on black background.


Color preview on white background

This text has color #75708D on white background.



Black color preview on #75708D background

This text has black color on #75708D background.


White color preview on #75708D background

This text has white color on #75708D background.