COLOR #758990

HEX: #758990
RGB: (117,137,144)

Color info

#758990 contains red, green and blue colors in about the same proportion. Web safe color of #758990 is #669999 (or #699).

RGB color model

#758990 color RGB value is (117,137,144).

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

RGB channels and saturation

R 117 of 255 = 46%
G 137 of 255 = 54%
B 144 of 255 = 56%

117
137
144

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

Portions of RGB colors in percentages

R + G + B =
117 + 137 + 144 = 398 (100%)
R 117 of 398 ~ 29.4%
G 137 of 398 ~ 34.42%
B 144 of 398 ~ 36.18%

%29.4
%34.42
%36.18

CMYK color model

#758990 color CMYK value is (19,5,0,44).

  • cyan value is 18.75%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,5,0,44)
C19M5Y0K44 
(19%,5%,0%,44%)
(0.19/0.05/0.00/0.44)	

CMYK percentages

%18.75
%4.86
%0
%43.53

Codes

Color #758990 in popluar color models

758990
RGB117137144
HSL196°10.84%51.18%
HSB/HSV196°18.75%56.47%
CMYK18.75%4.86%0.00%
43.53%

Color #758990 in popluar number systems.

HEX758990
Decimal117137144
Binary11101011000100110010000
Octal165211220

Shades and tints

Shades of #758990

#758990
(117,137,144)
#6B7D83
(107,125,131)
#617176
(97,113,118)
#576569
(87,101,105)
#4D595C
(77,89,92)
#434D4F
(67,77,79)
#394142
(57,65,66)
#2F3535
(47,53,53)
#252928
(37,41,40)
#1B1D1B
(27,29,27)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #758990

#758990
(117,137,144)
#81939A
(129,147,154)
#8D9DA4
(141,157,164)
#99A7AE
(153,167,174)
#A5B1B8
(165,177,184)
#B1BBC2
(177,187,194)
#BDC5CC
(189,197,204)
#C9CFD6
(201,207,214)
#D5D9E0
(213,217,224)
#E1E3EA
(225,227,234)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758990; }

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

This text font color is #758990.


Background Color

.myBgColor { background-color: #758990; }

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

This div background color is #758990.


Border color

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

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

This div border color is #758990.


Opacity

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

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

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

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

This text has shadow with #758990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758990 on black background.


Color preview on white background

This text has color #758990 on white background.



Black color preview on #758990 background

This text has black color on #758990 background.


White color preview on #758990 background

This text has white color on #758990 background.