COLOR #757FA0

HEX: #757FA0
RGB: (117,127,160)

Color info

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

RGB color model

#757FA0 color RGB value is (117,127,160).

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

RGB channels and saturation

R 117 of 255 = 46%
G 127 of 255 = 50%
B 160 of 255 = 63%

117
127
160

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

Portions of RGB colors in percentages

R + G + B =
117 + 127 + 160 = 404 (100%)
R 117 of 404 ~ 28.96%
G 127 of 404 ~ 31.44%
B 160 of 404 ~ 39.6%

%28.96
%31.44
%39.6

CMYK color model

#757FA0 color CMYK value is (27,21,0,37).

  • cyan value is 26.88%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK: (27,21,0,37) C27M21Y0K37 (27%,21%,0%,37%) (0.27/0.21/0.00/0.37)

CMYK percentages

%26.88
%20.63
%0
%37.25

Codes

Color #757FA0 in popluar color models

757FA0
RGB117127160
HSL226°18.45%54.31%
HSB/HSV226°26.88%62.75%
CMYK26.88%20.63%0.00%
37.25%

Color #757FA0 in popluar number systems.

HEX757FA0
Decimal117127160
Binary1110101111111110100000
Octal165177240

Shades and tints

Shades of #757FA0

#757FA0
(117,127,160)
#6B7492
(107,116,146)
#616984
(97,105,132)
#575E76
(87,94,118)
#4D5368
(77,83,104)
#43485A
(67,72,90)
#393D4C
(57,61,76)
#2F323E
(47,50,62)
#252730
(37,39,48)
#1B1C22
(27,28,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #757FA0

#757FA0
(117,127,160)
#818AA8
(129,138,168)
#8D95B0
(141,149,176)
#99A0B8
(153,160,184)
#A5ABC0
(165,171,192)
#B1B6C8
(177,182,200)
#BDC1D0
(189,193,208)
#C9CCD8
(201,204,216)
#D5D7E0
(213,215,224)
#E1E2E8
(225,226,232)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757FA0; }

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

This text font color is #757FA0.


Background Color

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

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

This div background color is #757FA0.


Border color

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

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

This div border color is #757FA0.


Opacity

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

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

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

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

This text has shadow with #757FA0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #757FA0 on black background.


Color preview on white background

This text has color #757FA0 on white background.



Black color preview on #757FA0 background

This text has black color on #757FA0 background.


White color preview on #757FA0 background

This text has white color on #757FA0 background.