COLOR #757E8F

HEX: #757E8F
RGB: (117,126,143)

Color info

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

RGB color model

#757E8F color RGB value is (117,126,143).

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

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 143 of 255 = 56%

117
126
143

R + G + B ~ 50%. #757E8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 126 + 143 = 386 (100%)
R 117 of 386 ~ 30.31%
G 126 of 386 ~ 32.64%
B 143 of 386 ~ 37.05%

%30.31
%32.64
%37.05

CMYK color model

#757E8F color CMYK value is (18,12,0,44).

  • cyan value is 18.18%
  • magenta value is 11.89%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(18,12,0,44)
C18M12Y0K44 
(18%,12%,0%,44%)
(0.18/0.12/0.00/0.44)	

CMYK percentages

%18.18
%11.89
%0
%43.92

Codes

Color #757E8F in popluar color models

757E8F
RGB117126143
HSL219°10.40%50.98%
HSB/HSV219°18.18%56.08%
CMYK18.18%11.89%0.00%
43.92%

Color #757E8F in popluar number systems.

HEX757E8F
Decimal117126143
Binary1110101111111010001111
Octal165176217

Shades and tints

Shades of #757E8F

#757E8F
(117,126,143)
#6B7382
(107,115,130)
#616875
(97,104,117)
#575D68
(87,93,104)
#4D525B
(77,82,91)
#43474E
(67,71,78)
#393C41
(57,60,65)
#2F3134
(47,49,52)
#252627
(37,38,39)
#1B1B1A
(27,27,26)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #757E8F

#757E8F
(117,126,143)
#818999
(129,137,153)
#8D94A3
(141,148,163)
#999FAD
(153,159,173)
#A5AAB7
(165,170,183)
#B1B5C1
(177,181,193)
#BDC0CB
(189,192,203)
#C9CBD5
(201,203,213)
#D5D6DF
(213,214,223)
#E1E1E9
(225,225,233)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757E8F color. Also use rgb(117,126,143) instead hex code.

Text Font Color

.myTextColor { color: #757E8F; }

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

This text font color is #757E8F.


Background Color

.myBgColor { background-color: #757E8F; }

<div style="background-color:#757E8F">Inner text</div>

This div background color is #757E8F.


Border color

.myBorderColor { border: 1px solid #757E8F; }

<div style="border:3px solid #757E8F">Div</div>

This div border color is #757E8F.


Opacity

.myOpacity80 { color: #757E8F; opacity: 0.8; }

<p style="color:#757E8F;opacity:0.8;">80%</p>

Text with #757E8F 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 #757E8F;}

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

This text has shadow with #757E8F color.

.textShadow {text-shadow: 3px 3px 1px #757E8F, 3px 3px 1px red;}

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

This text has shadow with #757E8F primary color and red secondary color.


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

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

This text has shadow with #757E8F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757E8F on black background.


Color preview on white background

This text has color #757E8F on white background.



Black color preview on #757E8F background

This text has black color on #757E8F background.


White color preview on #757E8F background

This text has white color on #757E8F background.