COLOR #758D90

HEX: #758D90
RGB: (117,141,144)

Color info

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

RGB color model

#758D90 color RGB value is (117,141,144).

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

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 144 of 255 = 56%

117
141
144

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

Portions of RGB colors in percentages

R + G + B =
117 + 141 + 144 = 402 (100%)
R 117 of 402 ~ 29.1%
G 141 of 402 ~ 35.07%
B 144 of 402 ~ 35.82%

%29.1
%35.07
%35.82

CMYK color model

#758D90 color CMYK value is (19,2,0,44).

  • cyan value is 18.75%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(19,2,0,44)
C19M2Y0K44 
(19%,2%,0%,44%)
(0.19/0.02/0.00/0.44)	

CMYK percentages

%18.75
%2.08
%0
%43.53

Codes

Color #758D90 in popluar color models

758D90
RGB117141144
HSL187°10.84%51.18%
HSB/HSV187°18.75%56.47%
CMYK18.75%2.08%0.00%
43.53%

Color #758D90 in popluar number systems.

HEX758D90
Decimal117141144
Binary11101011000110110010000
Octal165215220

Shades and tints

Shades of #758D90

#758D90
(117,141,144)
#6B8183
(107,129,131)
#617576
(97,117,118)
#576969
(87,105,105)
#4D5D5C
(77,93,92)
#43514F
(67,81,79)
#394542
(57,69,66)
#2F3935
(47,57,53)
#252D28
(37,45,40)
#1B211B
(27,33,27)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #758D90

#758D90
(117,141,144)
#81979A
(129,151,154)
#8DA1A4
(141,161,164)
#99ABAE
(153,171,174)
#A5B5B8
(165,181,184)
#B1BFC2
(177,191,194)
#BDC9CC
(189,201,204)
#C9D3D6
(201,211,214)
#D5DDE0
(213,221,224)
#E1E7EA
(225,231,234)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758D90; }

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

This text font color is #758D90.


Background Color

.myBgColor { background-color: #758D90; }

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

This div background color is #758D90.


Border color

.myBorderColor { border: 1px solid #758D90; }

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

This div border color is #758D90.


Opacity

.myOpacity80 { color: #758D90; opacity: 0.8; }

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

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

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

This text has shadow with #758D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758D90 on black background.


Color preview on white background

This text has color #758D90 on white background.



Black color preview on #758D90 background

This text has black color on #758D90 background.


White color preview on #758D90 background

This text has white color on #758D90 background.