COLOR #757AA6

HEX: #757AA6
RGB: (117,122,166)

Color info

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

RGB color model

#757AA6 color RGB value is (117,122,166).

  • red value is 117;
  • green value is 122;
  • blue value is 166.
RGB:
(117,122,166)
(46%,48%,65%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 166 of 255 = 65%

117
122
166

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

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 166 = 405 (100%)
R 117 of 405 ~ 28.89%
G 122 of 405 ~ 30.12%
B 166 of 405 ~ 40.99%

%28.89
%30.12
%40.99

CMYK color model

#757AA6 color CMYK value is (30,27,0,35).

  • cyan value is 29.52%
  • magenta value is 26.51%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(30,27,0,35)
C30M27Y0K35 
(30%,27%,0%,35%)
(0.30/0.27/0.00/0.35)	

CMYK percentages

%29.52
%26.51
%0
%34.9

Codes

Color #757AA6 in popluar color models

757AA6
RGB117122166
HSL234°21.59%55.49%
HSB/HSV234°29.52%65.10%
CMYK29.52%26.51%0.00%
34.90%

Color #757AA6 in popluar number systems.

HEX757AA6
Decimal117122166
Binary1110101111101010100110
Octal165172246

Shades and tints

Shades of #757AA6

#757AA6
(117,122,166)
#6B6F97
(107,111,151)
#616488
(97,100,136)
#575979
(87,89,121)
#4D4E6A
(77,78,106)
#43435B
(67,67,91)
#39384C
(57,56,76)
#2F2D3D
(47,45,61)
#25222E
(37,34,46)
#1B171F
(27,23,31)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #757AA6

#757AA6
(117,122,166)
#8186AE
(129,134,174)
#8D92B6
(141,146,182)
#999EBE
(153,158,190)
#A5AAC6
(165,170,198)
#B1B6CE
(177,182,206)
#BDC2D6
(189,194,214)
#C9CEDE
(201,206,222)
#D5DAE6
(213,218,230)
#E1E6EE
(225,230,238)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757AA6 color. Also use rgb(117,122,166) instead hex code.

Text Font Color

.myTextColor { color: #757AA6; }

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

This text font color is #757AA6.


Background Color

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

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

This div background color is #757AA6.


Border color

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

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

This div border color is #757AA6.


Opacity

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

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

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

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

This text has shadow with #757AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757AA6 on black background.


Color preview on white background

This text has color #757AA6 on white background.



Black color preview on #757AA6 background

This text has black color on #757AA6 background.


White color preview on #757AA6 background

This text has white color on #757AA6 background.