COLOR #758B9A

HEX: #758B9A
RGB: (117,139,154)

Color info

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

RGB color model

#758B9A color RGB value is (117,139,154).

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

RGB channels and saturation

R 117 of 255 = 46%
G 139 of 255 = 55%
B 154 of 255 = 60%

117
139
154

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

Portions of RGB colors in percentages

R + G + B =
117 + 139 + 154 = 410 (100%)
R 117 of 410 ~ 28.54%
G 139 of 410 ~ 33.9%
B 154 of 410 ~ 37.56%

%28.54
%33.9
%37.56

CMYK color model

#758B9A color CMYK value is (24,10,0,40).

  • cyan value is 24.03%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(24,10,0,40)
C24M10Y0K40 
(24%,10%,0%,40%)
(0.24/0.10/0.00/0.40)	

CMYK percentages

%24.03
%9.74
%0
%39.61

Codes

Color #758B9A in popluar color models

758B9A
RGB117139154
HSL204°15.48%53.14%
HSB/HSV204°24.03%60.39%
CMYK24.03%9.74%0.00%
39.61%

Color #758B9A in popluar number systems.

HEX758B9A
Decimal117139154
Binary11101011000101110011010
Octal165213232

Shades and tints

Shades of #758B9A

#758B9A
(117,139,154)
#6B7F8C
(107,127,140)
#61737E
(97,115,126)
#576770
(87,103,112)
#4D5B62
(77,91,98)
#434F54
(67,79,84)
#394346
(57,67,70)
#2F3738
(47,55,56)
#252B2A
(37,43,42)
#1B1F1C
(27,31,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #758B9A

#758B9A
(117,139,154)
#8195A3
(129,149,163)
#8D9FAC
(141,159,172)
#99A9B5
(153,169,181)
#A5B3BE
(165,179,190)
#B1BDC7
(177,189,199)
#BDC7D0
(189,199,208)
#C9D1D9
(201,209,217)
#D5DBE2
(213,219,226)
#E1E5EB
(225,229,235)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758B9A; }

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

This text font color is #758B9A.


Background Color

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

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

This div background color is #758B9A.


Border color

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

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

This div border color is #758B9A.


Opacity

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

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

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

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

This text has shadow with #758B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758B9A on black background.


Color preview on white background

This text has color #758B9A on white background.



Black color preview on #758B9A background

This text has black color on #758B9A background.


White color preview on #758B9A background

This text has white color on #758B9A background.