COLOR #757D9B

HEX: #757D9B
RGB: (117,125,155)

Color info

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

RGB color model

#757D9B color RGB value is (117,125,155).

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

RGB channels and saturation

R 117 of 255 = 46%
G 125 of 255 = 49%
B 155 of 255 = 61%

117
125
155

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

Portions of RGB colors in percentages

R + G + B =
117 + 125 + 155 = 397 (100%)
R 117 of 397 ~ 29.47%
G 125 of 397 ~ 31.49%
B 155 of 397 ~ 39.04%

%29.47
%31.49
%39.04

CMYK color model

#757D9B color CMYK value is (25,19,0,39).

  • cyan value is 24.52%
  • magenta value is 19.35%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(25,19,0,39)
C25M19Y0K39 
(25%,19%,0%,39%)
(0.25/0.19/0.00/0.39)	

CMYK percentages

%24.52
%19.35
%0
%39.22

Codes

Color #757D9B in popluar color models

757D9B
RGB117125155
HSL227°15.97%53.33%
HSB/HSV227°24.52%60.78%
CMYK24.52%19.35%0.00%
39.22%

Color #757D9B in popluar number systems.

HEX757D9B
Decimal117125155
Binary1110101111110110011011
Octal165175233

Shades and tints

Shades of #757D9B

#757D9B
(117,125,155)
#6B728D
(107,114,141)
#61677F
(97,103,127)
#575C71
(87,92,113)
#4D5163
(77,81,99)
#434655
(67,70,85)
#393B47
(57,59,71)
#2F3039
(47,48,57)
#25252B
(37,37,43)
#1B1A1D
(27,26,29)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #757D9B

#757D9B
(117,125,155)
#8188A4
(129,136,164)
#8D93AD
(141,147,173)
#999EB6
(153,158,182)
#A5A9BF
(165,169,191)
#B1B4C8
(177,180,200)
#BDBFD1
(189,191,209)
#C9CADA
(201,202,218)
#D5D5E3
(213,213,227)
#E1E0EC
(225,224,236)
#EDEBF5
(237,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757D9B; }

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

This text font color is #757D9B.


Background Color

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

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

This div background color is #757D9B.


Border color

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

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

This div border color is #757D9B.


Opacity

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

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

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

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

This text has shadow with #757D9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757D9B on black background.


Color preview on white background

This text has color #757D9B on white background.



Black color preview on #757D9B background

This text has black color on #757D9B background.


White color preview on #757D9B background

This text has white color on #757D9B background.