COLOR #757090

HEX: #757090
RGB: (117,112,144)

Color info

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

RGB color model

#757090 color RGB value is (117,112,144).

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

RGB channels and saturation

R 117 of 255 = 46%
G 112 of 255 = 44%
B 144 of 255 = 56%

117
112
144

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

Portions of RGB colors in percentages

R + G + B =
117 + 112 + 144 = 373 (100%)
R 117 of 373 ~ 31.37%
G 112 of 373 ~ 30.03%
B 144 of 373 ~ 38.61%

%31.37
%30.03
%38.61

CMYK color model

#757090 color CMYK value is (19,22,0,44).

  • cyan value is 18.75%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,22,0,44)
C19M22Y0K44 
(19%,22%,0%,44%)
(0.19/0.22/0.00/0.44)	

CMYK percentages

%18.75
%22.22
%0
%43.53

Codes

Color #757090 in popluar color models

757090
RGB117112144
HSL249°12.60%50.20%
HSB/HSV249°22.22%56.47%
CMYK18.75%22.22%0.00%
43.53%

Color #757090 in popluar number systems.

HEX757090
Decimal117112144
Binary1110101111000010010000
Octal165160220

Shades and tints

Shades of #757090

#757090
(117,112,144)
#6B6683
(107,102,131)
#615C76
(97,92,118)
#575269
(87,82,105)
#4D485C
(77,72,92)
#433E4F
(67,62,79)
#393442
(57,52,66)
#2F2A35
(47,42,53)
#252028
(37,32,40)
#1B161B
(27,22,27)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #757090

#757090
(117,112,144)
#817D9A
(129,125,154)
#8D8AA4
(141,138,164)
#9997AE
(153,151,174)
#A5A4B8
(165,164,184)
#B1B1C2
(177,177,194)
#BDBECC
(189,190,204)
#C9CBD6
(201,203,214)
#D5D8E0
(213,216,224)
#E1E5EA
(225,229,234)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757090; }

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

This text font color is #757090.


Background Color

.myBgColor { background-color: #757090; }

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

This div background color is #757090.


Border color

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

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

This div border color is #757090.


Opacity

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

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

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

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

This text has shadow with #757090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757090 on black background.


Color preview on white background

This text has color #757090 on white background.



Black color preview on #757090 background

This text has black color on #757090 background.


White color preview on #757090 background

This text has white color on #757090 background.