COLOR #758E9A

HEX: #758E9A
RGB: (117,142,154)

Color info

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

RGB color model

#758E9A color RGB value is (117,142,154).

  • red value is 117;
  • green value is 142;
  • blue value is 154.
RGB:
(117,142,154)
(46%,56%,60%)

RGB channels and saturation

R 117 of 255 = 46%
G 142 of 255 = 56%
B 154 of 255 = 60%

117
142
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 142 + 154 = 413 (100%)
R 117 of 413 ~ 28.33%
G 142 of 413 ~ 34.38%
B 154 of 413 ~ 37.29%

%28.33
%34.38
%37.29

CMYK color model

#758E9A color CMYK value is (24,8,0,40).

  • cyan value is 24.03%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,8,0,40)
C24M8Y0K40 
(24%,8%,0%,40%)
(0.24/0.08/0.00/0.40)	

CMYK percentages

%24.03
%7.79
%0
%39.61

Codes

Color #758E9A in popluar color models

758E9A
RGB117142154
HSL199°15.48%53.14%
HSB/HSV199°24.03%60.39%
CMYK24.03%7.79%0.00%
39.61%

Color #758E9A in popluar number systems.

HEX758E9A
Decimal117142154
Binary11101011000111010011010
Octal165216232

Shades and tints

Shades of #758E9A

#758E9A
(117,142,154)
#6B828C
(107,130,140)
#61767E
(97,118,126)
#576A70
(87,106,112)
#4D5E62
(77,94,98)
#435254
(67,82,84)
#394646
(57,70,70)
#2F3A38
(47,58,56)
#252E2A
(37,46,42)
#1B221C
(27,34,28)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #758E9A

#758E9A
(117,142,154)
#8198A3
(129,152,163)
#8DA2AC
(141,162,172)
#99ACB5
(153,172,181)
#A5B6BE
(165,182,190)
#B1C0C7
(177,192,199)
#BDCAD0
(189,202,208)
#C9D4D9
(201,212,217)
#D5DEE2
(213,222,226)
#E1E8EB
(225,232,235)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758E9A color. Also use rgb(117,142,154) instead hex code.

Text Font Color

.myTextColor { color: #758E9A; }

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

This text font color is #758E9A.


Background Color

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

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

This div background color is #758E9A.


Border color

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

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

This div border color is #758E9A.


Opacity

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

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

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

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

This text has shadow with #758E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758E9A on black background.


Color preview on white background

This text has color #758E9A on white background.



Black color preview on #758E9A background

This text has black color on #758E9A background.


White color preview on #758E9A background

This text has white color on #758E9A background.