COLOR #757D8B

HEX: #757D8B RGB: (117,125,139)

Color info

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

RGB color model

#757D8B color RGB value is (117,125,139).

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

RGB channels and saturation

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

117
125
139

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

Portions of RGB colors in percentages

R + G + B = 117 + 125 + 139 = 381 (100%)
R 117 of 381 ~ 30.71%
G 125 of 381 ~ 32.81%
B 139 of 381 ~ 36.48'%

%30.71
%32.81
%36.48

CMYK color model

#757D8B color CMYK value is (16,10,0,45).

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

CMYK: (16,10,0,45)
C16M10Y0K45 (16%, 10%, 0%, 45%)
(0.16 / 0.10 / 0.00 / 0.45)

CMYK percentages

%15.83
%10.07
%0
%45.49

Codes

Color #757D8B in popluar color models

75 7D 8B
RGB 117 125 139
HSL 218° 8.66% 50.20%
HSB/HSV 218° 15.83% 54.51%
CMYK 15.83% 10.07% 0.00%
45.49%

Color #757D8B in popluar number systems.

HEX 75 7D 8B
Decimal 117 125 139
Binary 1110101 1111101 10001011
Octal 165 175 213

Shades and tints

Shades of #757D8B

#757D8B
(117,125,139)
#6B727F
(107,114,127)
#616773
(97,103,115)
#575C67
(87,92,103)
#4D515B
(77,81,91)
#43464F
(67,70,79)
#393B43
(57,59,67)
#2F3037
(47,48,55)
#25252B
(37,37,43)
#1B1A1F
(27,26,31)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #757D8B

#757D8B
(117,125,139)
#818895
(129,136,149)
#8D939F
(141,147,159)
#999EA9
(153,158,169)
#A5A9B3
(165,169,179)
#B1B4BD
(177,180,189)
#BDBFC7
(189,191,199)
#C9CAD1
(201,202,209)
#D5D5DB
(213,213,219)
#E1E0E5
(225,224,229)
#EDEBEF
(237,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757D8B; }

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

This text font color is #757D8B.

Background Color

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

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

This div background color is #757D8B.

Border color

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

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

This div border color is #757D8B.

Opacity

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

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

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

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

This text has shadow with #757D8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757D8B.

Preview

Color preview on black background

This text has color #757D8B on black background.


Color preview on white background

This text has color #757D8B on white background.


Black color preview on #757D8B background

This text has black color on #757D8B background.


White color preview on #757D8B background

This text has white color on #757D8B background.


Related colors

Complementary color

Complementary color for #hex is #8A8274.


I love getcolorcode.com

Triadic colors

1 #8B757D and #7D8B75 with #757D8B are triadic colors.

2 #8B7D75 and #7D758B with #757D8B are triadic colors.