COLOR #757E8B

HEX: #757E8B RGB: (117,126,139)

Color info

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

RGB color model

#757E8B color RGB value is (117,126,139).

RGB: (117,126,139) (46%, 49%, 55%)

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 139 of 255 = 55%

117
126
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 126 + 139 = 382 (100%)
R 117 of 382 ~ 30.63%
G 126 of 382 ~ 32.98%
B 139 of 382 ~ 36.39'%

%30.63
%32.98
%36.39

CMYK color model

#757E8B color CMYK value is (16,9,0,45).

  • cyan value is 15.83%
  • magenta value is 9.35%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (16,9,0,45)
C16M9Y0K45 (16%, 9%, 0%, 45%)
(0.16 / 0.09 / 0.00 / 0.45)

CMYK percentages

%15.83
%9.35
%0
%45.49

Codes

Color #757E8B in popluar color models

75 7E 8B
RGB 117 126 139
HSL 215° 8.66% 50.20%
HSB/HSV 215° 15.83% 54.51%
CMYK 15.83% 9.35% 0.00%
45.49%

Color #757E8B in popluar number systems.

HEX 75 7E 8B
Decimal 117 126 139
Binary 1110101 1111110 10001011
Octal 165 176 213

Shades and tints

Shades of #757E8B

#757E8B
(117,126,139)
#6B737F
(107,115,127)
#616873
(97,104,115)
#575D67
(87,93,103)
#4D525B
(77,82,91)
#43474F
(67,71,79)
#393C43
(57,60,67)
#2F3137
(47,49,55)
#25262B
(37,38,43)
#1B1B1F
(27,27,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #757E8B

#757E8B
(117,126,139)
#818995
(129,137,149)
#8D949F
(141,148,159)
#999FA9
(153,159,169)
#A5AAB3
(165,170,179)
#B1B5BD
(177,181,189)
#BDC0C7
(189,192,199)
#C9CBD1
(201,203,209)
#D5D6DB
(213,214,219)
#E1E1E5
(225,225,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757E8B; }

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

This text font color is #757E8B.

Background Color

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

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

This div background color is #757E8B.

Border color

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

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

This div border color is #757E8B.

Opacity

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

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

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

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

This text has shadow with #757E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757E8B.

Preview

Color preview on black background

This text has color #757E8B on black background.


Color preview on white background

This text has color #757E8B on white background.


Black color preview on #757E8B background

This text has black color on #757E8B background.


White color preview on #757E8B background

This text has white color on #757E8B background.


Related colors

Complementary color

Complementary color for #hex is #8A8174.


I love getcolorcode.com

Triadic colors

1 #8B757E and #7E8B75 with #757E8B are triadic colors.

2 #8B7E75 and #7E758B with #757E8B are triadic colors.