COLOR #757DAA

HEX: #757DAA
RGB: (117,125,170)

Color info

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

RGB color model

#757DAA color RGB value is (117,125,170).

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

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 170 of 255 = 67%

117
125
170

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

Portions of RGB colors in percentages

R + G + B =
117 + 125 + 170 = 412 (100%)
R 117 of 412 ~ 28.4%
G 125 of 412 ~ 30.34%
B 170 of 412 ~ 41.26%

%28.4
%30.34
%41.26

CMYK color model

#757DAA color CMYK value is (31,26,0,33).

  • cyan value is 31.18%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(31,26,0,33)
C31M26Y0K33 
(31%,26%,0%,33%)
(0.31/0.26/0.00/0.33)	

CMYK percentages

%31.18
%26.47
%0
%33.33

Codes

Color #757DAA in popluar color models

757DAA
RGB117125170
HSL231°23.77%56.27%
HSB/HSV231°31.18%66.67%
CMYK31.18%26.47%0.00%
33.33%

Color #757DAA in popluar number systems.

HEX757DAA
Decimal117125170
Binary1110101111110110101010
Octal165175252

Shades and tints

Shades of #757DAA

#757DAA
(117,125,170)
#6B729B
(107,114,155)
#61678C
(97,103,140)
#575C7D
(87,92,125)
#4D516E
(77,81,110)
#43465F
(67,70,95)
#393B50
(57,59,80)
#2F3041
(47,48,65)
#252532
(37,37,50)
#1B1A23
(27,26,35)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #757DAA

#757DAA
(117,125,170)
#8188B1
(129,136,177)
#8D93B8
(141,147,184)
#999EBF
(153,158,191)
#A5A9C6
(165,169,198)
#B1B4CD
(177,180,205)
#BDBFD4
(189,191,212)
#C9CADB
(201,202,219)
#D5D5E2
(213,213,226)
#E1E0E9
(225,224,233)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757DAA; }

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

This text font color is #757DAA.


Background Color

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

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

This div background color is #757DAA.


Border color

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

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

This div border color is #757DAA.


Opacity

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

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

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

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

This text has shadow with #757DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757DAA on black background.


Color preview on white background

This text has color #757DAA on white background.



Black color preview on #757DAA background

This text has black color on #757DAA background.


White color preview on #757DAA background

This text has white color on #757DAA background.