COLOR #757690

HEX: #757690
RGB: (117,118,144)

Color info

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

RGB color model

#757690 color RGB value is (117,118,144).

  • red value is 117;
  • green value is 118;
  • blue value is 144.
RGB:
(117,118,144)
(46%,46%,56%)

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 144 of 255 = 56%

117
118
144

R + G + B ~ 49%. #757690 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 144 = 379 (100%)
R 117 of 379 ~ 30.87%
G 118 of 379 ~ 31.13%
B 144 of 379 ~ 37.99%

%30.87
%31.13
%37.99

CMYK color model

#757690 color CMYK value is (19,18,0,44).

  • cyan value is 18.75%
  • magenta value is 18.06%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,18,0,44)
C19M18Y0K44 
(19%,18%,0%,44%)
(0.19/0.18/0.00/0.44)	

CMYK percentages

%18.75
%18.06
%0
%43.53

Codes

Color #757690 in popluar color models

757690
RGB117118144
HSL238°10.84%51.18%
HSB/HSV238°18.75%56.47%
CMYK18.75%18.06%0.00%
43.53%

Color #757690 in popluar number systems.

HEX757690
Decimal117118144
Binary1110101111011010010000
Octal165166220

Shades and tints

Shades of #757690

#757690
(117,118,144)
#6B6C83
(107,108,131)
#616276
(97,98,118)
#575869
(87,88,105)
#4D4E5C
(77,78,92)
#43444F
(67,68,79)
#393A42
(57,58,66)
#2F3035
(47,48,53)
#252628
(37,38,40)
#1B1C1B
(27,28,27)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #757690

#757690
(117,118,144)
#81829A
(129,130,154)
#8D8EA4
(141,142,164)
#999AAE
(153,154,174)
#A5A6B8
(165,166,184)
#B1B2C2
(177,178,194)
#BDBECC
(189,190,204)
#C9CAD6
(201,202,214)
#D5D6E0
(213,214,224)
#E1E2EA
(225,226,234)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757690 color. Also use rgb(117,118,144) instead hex code.

Text Font Color

.myTextColor { color: #757690; }

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

This text font color is #757690.


Background Color

.myBgColor { background-color: #757690; }

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

This div background color is #757690.


Border color

.myBorderColor { border: 1px solid #757690; }

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

This div border color is #757690.


Opacity

.myOpacity80 { color: #757690; opacity: 0.8; }

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

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

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

This text has shadow with #757690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757690 on black background.


Color preview on white background

This text has color #757690 on white background.



Black color preview on #757690 background

This text has black color on #757690 background.


White color preview on #757690 background

This text has white color on #757690 background.