COLOR #758B9E

HEX: #758B9E
RGB: (117,139,158)

Color info

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

RGB color model

#758B9E color RGB value is (117,139,158).

  • red value is 117;
  • green value is 139;
  • blue value is 158.
RGB:
(117,139,158)
(46%,55%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 158 of 255 = 62%

117
139
158

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 158 = 414 (100%)
R 117 of 414 ~ 28.26%
G 139 of 414 ~ 33.57%
B 158 of 414 ~ 38.16%

%28.26
%33.57
%38.16

CMYK color model

#758B9E color CMYK value is (26,12,0,38).

  • cyan value is 25.95%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,12,0,38)
C26M12Y0K38 
(26%,12%,0%,38%)
(0.26/0.12/0.00/0.38)	

CMYK percentages

%25.95
%12.03
%0
%38.04

Codes

Color #758B9E in popluar color models

758B9E
RGB117139158
HSL208°17.45%53.92%
HSB/HSV208°25.95%61.96%
CMYK25.95%12.03%0.00%
38.04%

Color #758B9E in popluar number systems.

HEX758B9E
Decimal117139158
Binary11101011000101110011110
Octal165213236

Shades and tints

Shades of #758B9E

#758B9E
(117,139,158)
#6B7F90
(107,127,144)
#617382
(97,115,130)
#576774
(87,103,116)
#4D5B66
(77,91,102)
#434F58
(67,79,88)
#39434A
(57,67,74)
#2F373C
(47,55,60)
#252B2E
(37,43,46)
#1B1F20
(27,31,32)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #758B9E

#758B9E
(117,139,158)
#8195A6
(129,149,166)
#8D9FAE
(141,159,174)
#99A9B6
(153,169,182)
#A5B3BE
(165,179,190)
#B1BDC6
(177,189,198)
#BDC7CE
(189,199,206)
#C9D1D6
(201,209,214)
#D5DBDE
(213,219,222)
#E1E5E6
(225,229,230)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758B9E color. Also use rgb(117,139,158) instead hex code.

Text Font Color

.myTextColor { color: #758B9E; }

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

This text font color is #758B9E.


Background Color

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

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

This div background color is #758B9E.


Border color

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

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

This div border color is #758B9E.


Opacity

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

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

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

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

This text has shadow with #758B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B9E on black background.


Color preview on white background

This text has color #758B9E on white background.



Black color preview on #758B9E background

This text has black color on #758B9E background.


White color preview on #758B9E background

This text has white color on #758B9E background.