COLOR #757A90

HEX: #757A90
RGB: (117,122,144)

Color info

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

RGB color model

#757A90 color RGB value is (117,122,144).

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

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 144 of 255 = 56%

117
122
144

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

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 144 = 383 (100%)
R 117 of 383 ~ 30.55%
G 122 of 383 ~ 31.85%
B 144 of 383 ~ 37.6%

%30.55
%31.85
%37.6

CMYK color model

#757A90 color CMYK value is (19,15,0,44).

  • cyan value is 18.75%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,15,0,44)
C19M15Y0K44 
(19%,15%,0%,44%)
(0.19/0.15/0.00/0.44)	

CMYK percentages

%18.75
%15.28
%0
%43.53

Codes

Color #757A90 in popluar color models

757A90
RGB117122144
HSL229°10.84%51.18%
HSB/HSV229°18.75%56.47%
CMYK18.75%15.28%0.00%
43.53%

Color #757A90 in popluar number systems.

HEX757A90
Decimal117122144
Binary1110101111101010010000
Octal165172220

Shades and tints

Shades of #757A90

#757A90
(117,122,144)
#6B6F83
(107,111,131)
#616476
(97,100,118)
#575969
(87,89,105)
#4D4E5C
(77,78,92)
#43434F
(67,67,79)
#393842
(57,56,66)
#2F2D35
(47,45,53)
#252228
(37,34,40)
#1B171B
(27,23,27)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #757A90

#757A90
(117,122,144)
#81869A
(129,134,154)
#8D92A4
(141,146,164)
#999EAE
(153,158,174)
#A5AAB8
(165,170,184)
#B1B6C2
(177,182,194)
#BDC2CC
(189,194,204)
#C9CED6
(201,206,214)
#D5DAE0
(213,218,224)
#E1E6EA
(225,230,234)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757A90; }

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

This text font color is #757A90.


Background Color

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

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

This div background color is #757A90.


Border color

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

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

This div border color is #757A90.


Opacity

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

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

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

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

This text has shadow with #757A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757A90 on black background.


Color preview on white background

This text has color #757A90 on white background.



Black color preview on #757A90 background

This text has black color on #757A90 background.


White color preview on #757A90 background

This text has white color on #757A90 background.