COLOR #757EA1

HEX: #757EA1 RGB: (117,126,161)

Color info

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

RGB color model

#757EA1 color RGB value is (117,126,161).

RGB: (117,126,161) (46%, 49%, 63%)

RGB channels and saturation

R 117 of 255 = 46%
G 126 of 255 = 49%
B 161 of 255 = 63%

117
126
161

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

Portions of RGB colors in percentages

R + G + B = 117 + 126 + 161 = 404 (100%)
R 117 of 404 ~ 28.96%
G 126 of 404 ~ 31.19%
B 161 of 404 ~ 39.85'%

%28.96
%31.19
%39.85

CMYK color model

#757EA1 color CMYK value is (27,22,0,37).

  • cyan value is 27.33%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (27,22,0,37)
C27M22Y0K37 (27%, 22%, 0%, 37%)
(0.27 / 0.22 / 0.00 / 0.37)

CMYK percentages

%27.33
%21.74
%0
%36.86

Codes

Color #757EA1 in popluar color models

75 7E A1
RGB 117 126 161
HSL 228° 18.97% 54.51%
HSB/HSV 228° 27.33% 63.14%
CMYK 27.33% 21.74% 0.00%
36.86%

Color #757EA1 in popluar number systems.

HEX 75 7E A1
Decimal 117 126 161
Binary 1110101 1111110 10100001
Octal 165 176 241

Shades and tints

Shades of #757EA1

#757EA1
(117,126,161)
#6B7393
(107,115,147)
#616885
(97,104,133)
#575D77
(87,93,119)
#4D5269
(77,82,105)
#43475B
(67,71,91)
#393C4D
(57,60,77)
#2F313F
(47,49,63)
#252631
(37,38,49)
#1B1B23
(27,27,35)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #757EA1

#757EA1
(117,126,161)
#8189A9
(129,137,169)
#8D94B1
(141,148,177)
#999FB9
(153,159,185)
#A5AAC1
(165,170,193)
#B1B5C9
(177,181,201)
#BDC0D1
(189,192,209)
#C9CBD9
(201,203,217)
#D5D6E1
(213,214,225)
#E1E1E9
(225,225,233)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757EA1; }

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

This text font color is #757EA1.

Background Color

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

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

This div background color is #757EA1.

Border color

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

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

This div border color is #757EA1.

Opacity

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

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

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

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

This text has shadow with #757EA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757EA1.

Preview

Color preview on black background

This text has color #757EA1 on black background.


Color preview on white background

This text has color #757EA1 on white background.


Black color preview on #757EA1 background

This text has black color on #757EA1 background.


White color preview on #757EA1 background

This text has white color on #757EA1 background.


Related colors

Complementary color

Complementary color for #hex is #8A815E.


I love getcolorcode.com

Triadic colors

1 #A1757E and #7EA175 with #757EA1 are triadic colors.

2 #A17E75 and #7E75A1 with #757EA1 are triadic colors.