COLOR #757FAF

HEX: #757FAF
RGB: (117,127,175)

Color info

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

RGB color model

#757FAF color RGB value is (117,127,175).

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

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 175 of 255 = 69%

117
127
175

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 175 = 419 (100%)
R 117 of 419 ~ 27.92%
G 127 of 419 ~ 30.31%
B 175 of 419 ~ 41.77%

%27.92
%30.31
%41.77

CMYK color model

#757FAF color CMYK value is (33,27,0,31).

  • cyan value is 33.14%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,27,0,31)
C33M27Y0K31 
(33%,27%,0%,31%)
(0.33/0.27/0.00/0.31)	

CMYK percentages

%33.14
%27.43
%0
%31.37

Codes

Color #757FAF in popluar color models

757FAF
RGB117127175
HSL230°26.61%57.25%
HSB/HSV230°33.14%68.63%
CMYK33.14%27.43%0.00%
31.37%

Color #757FAF in popluar number systems.

HEX757FAF
Decimal117127175
Binary1110101111111110101111
Octal165177257

Shades and tints

Shades of #757FAF

#757FAF
(117,127,175)
#6B74A0
(107,116,160)
#616991
(97,105,145)
#575E82
(87,94,130)
#4D5373
(77,83,115)
#434864
(67,72,100)
#393D55
(57,61,85)
#2F3246
(47,50,70)
#252737
(37,39,55)
#1B1C28
(27,28,40)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #757FAF

#757FAF
(117,127,175)
#818AB6
(129,138,182)
#8D95BD
(141,149,189)
#99A0C4
(153,160,196)
#A5ABCB
(165,171,203)
#B1B6D2
(177,182,210)
#BDC1D9
(189,193,217)
#C9CCE0
(201,204,224)
#D5D7E7
(213,215,231)
#E1E2EE
(225,226,238)
#EDEDF5
(237,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757FAF; }

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

This text font color is #757FAF.


Background Color

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

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

This div background color is #757FAF.


Border color

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

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

This div border color is #757FAF.


Opacity

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

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

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

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

This text has shadow with #757FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757FAF on black background.


Color preview on white background

This text has color #757FAF on white background.



Black color preview on #757FAF background

This text has black color on #757FAF background.


White color preview on #757FAF background

This text has white color on #757FAF background.