COLOR #757FAA

HEX: #757FAA
RGB: (117,127,170)

Color info

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

RGB color model

#757FAA color RGB value is (117,127,170).

  • red value is 117;
  • green value is 127;
  • blue value is 170.
RGB:
(117,127,170)
(46%,50%,67%)

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 170 of 255 = 67%

117
127
170

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 170 = 414 (100%)
R 117 of 414 ~ 28.26%
G 127 of 414 ~ 30.68%
B 170 of 414 ~ 41.06%

%28.26
%30.68
%41.06

CMYK color model

#757FAA color CMYK value is (31,25,0,33).

  • cyan value is 31.18%
  • magenta value is 25.29%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,25,0,33)
C31M25Y0K33 
(31%,25%,0%,33%)
(0.31/0.25/0.00/0.33)	

CMYK percentages

%31.18
%25.29
%0
%33.33

Codes

Color #757FAA in popluar color models

757FAA
RGB117127170
HSL229°23.77%56.27%
HSB/HSV229°31.18%66.67%
CMYK31.18%25.29%0.00%
33.33%

Color #757FAA in popluar number systems.

HEX757FAA
Decimal117127170
Binary1110101111111110101010
Octal165177252

Shades and tints

Shades of #757FAA

#757FAA
(117,127,170)
#6B749B
(107,116,155)
#61698C
(97,105,140)
#575E7D
(87,94,125)
#4D536E
(77,83,110)
#43485F
(67,72,95)
#393D50
(57,61,80)
#2F3241
(47,50,65)
#252732
(37,39,50)
#1B1C23
(27,28,35)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #757FAA

#757FAA
(117,127,170)
#818AB1
(129,138,177)
#8D95B8
(141,149,184)
#99A0BF
(153,160,191)
#A5ABC6
(165,171,198)
#B1B6CD
(177,182,205)
#BDC1D4
(189,193,212)
#C9CCDB
(201,204,219)
#D5D7E2
(213,215,226)
#E1E2E9
(225,226,233)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757FAA color. Also use rgb(117,127,170) instead hex code.

Text Font Color

.myTextColor { color: #757FAA; }

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

This text font color is #757FAA.


Background Color

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

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

This div background color is #757FAA.


Border color

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

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

This div border color is #757FAA.


Opacity

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

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

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

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

This text has shadow with #757FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757FAA on black background.


Color preview on white background

This text has color #757FAA on white background.



Black color preview on #757FAA background

This text has black color on #757FAA background.


White color preview on #757FAA background

This text has white color on #757FAA background.