COLOR #757D9A

HEX: #757D9A
RGB: (117,125,154)

Color info

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

RGB color model

#757D9A color RGB value is (117,125,154).

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

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 154 of 255 = 60%

117
125
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 125 + 154 = 396 (100%)
R 117 of 396 ~ 29.55%
G 125 of 396 ~ 31.57%
B 154 of 396 ~ 38.89%

%29.55
%31.57
%38.89

CMYK color model

#757D9A color CMYK value is (24,19,0,40).

  • cyan value is 24.03%
  • magenta value is 18.83%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,19,0,40)
C24M19Y0K40 
(24%,19%,0%,40%)
(0.24/0.19/0.00/0.40)	

CMYK percentages

%24.03
%18.83
%0
%39.61

Codes

Color #757D9A in popluar color models

757D9A
RGB117125154
HSL227°15.48%53.14%
HSB/HSV227°24.03%60.39%
CMYK24.03%18.83%0.00%
39.61%

Color #757D9A in popluar number systems.

HEX757D9A
Decimal117125154
Binary1110101111110110011010
Octal165175232

Shades and tints

Shades of #757D9A

#757D9A
(117,125,154)
#6B728C
(107,114,140)
#61677E
(97,103,126)
#575C70
(87,92,112)
#4D5162
(77,81,98)
#434654
(67,70,84)
#393B46
(57,59,70)
#2F3038
(47,48,56)
#25252A
(37,37,42)
#1B1A1C
(27,26,28)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #757D9A

#757D9A
(117,125,154)
#8188A3
(129,136,163)
#8D93AC
(141,147,172)
#999EB5
(153,158,181)
#A5A9BE
(165,169,190)
#B1B4C7
(177,180,199)
#BDBFD0
(189,191,208)
#C9CAD9
(201,202,217)
#D5D5E2
(213,213,226)
#E1E0EB
(225,224,235)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757D9A; }

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

This text font color is #757D9A.


Background Color

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

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

This div background color is #757D9A.


Border color

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

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

This div border color is #757D9A.


Opacity

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

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

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

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

This text has shadow with #757D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757D9A on black background.


Color preview on white background

This text has color #757D9A on white background.



Black color preview on #757D9A background

This text has black color on #757D9A background.


White color preview on #757D9A background

This text has white color on #757D9A background.