COLOR #757E8C

HEX: #757E8C RGB: (117,126,140)

Color info

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

RGB color model

#757E8C color RGB value is (117,126,140).

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

RGB channels and saturation

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

117
126
140

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

Portions of RGB colors in percentages

R + G + B = 117 + 126 + 140 = 383 (100%)
R 117 of 383 ~ 30.55%
G 126 of 383 ~ 32.9%
B 140 of 383 ~ 36.55'%

%30.55
%32.9
%36.55

CMYK color model

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

  • cyan value is 16.43%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%

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

CMYK percentages

%16.43
%10
%0
%45.1

Codes

Color #757E8C in popluar color models

75 7E 8C
RGB 117 126 140
HSL 217° 9.09% 50.39%
HSB/HSV 217° 16.43% 54.90%
CMYK 16.43% 10.00% 0.00%
45.10%

Color #757E8C in popluar number systems.

HEX 75 7E 8C
Decimal 117 126 140
Binary 1110101 1111110 10001100
Octal 165 176 214

Shades and tints

Shades of #757E8C

#757E8C
(117,126,140)
#6B7380
(107,115,128)
#616874
(97,104,116)
#575D68
(87,93,104)
#4D525C
(77,82,92)
#434750
(67,71,80)
#393C44
(57,60,68)
#2F3138
(47,49,56)
#25262C
(37,38,44)
#1B1B20
(27,27,32)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #757E8C

#757E8C
(117,126,140)
#818996
(129,137,150)
#8D94A0
(141,148,160)
#999FAA
(153,159,170)
#A5AAB4
(165,170,180)
#B1B5BE
(177,181,190)
#BDC0C8
(189,192,200)
#C9CBD2
(201,203,210)
#D5D6DC
(213,214,220)
#E1E1E6
(225,225,230)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757E8C; }

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

This text font color is #757E8C.

Background Color

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

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

This div background color is #757E8C.

Border color

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

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

This div border color is #757E8C.

Opacity

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

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

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

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

This text has shadow with #757E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757E8C.

Preview

Color preview on black background

This text has color #757E8C on black background.


Color preview on white background

This text has color #757E8C on white background.


Black color preview on #757E8C background

This text has black color on #757E8C background.


White color preview on #757E8C background

This text has white color on #757E8C background.


Related colors

Complementary color

Complementary color for #hex is #8A8173.


I love getcolorcode.com

Triadic colors

1 #8C757E and #7E8C75 with #757E8C are triadic colors.

2 #8C7E75 and #7E758C with #757E8C are triadic colors.