COLOR #758D98

HEX: #758D98
RGB: (117,141,152)

Color info

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

RGB color model

#758D98 color RGB value is (117,141,152).

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

RGB channels and saturation

R 117 of 255 = 46%
G 141 of 255 = 55%
B 152 of 255 = 60%

117
141
152

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

Portions of RGB colors in percentages

R + G + B =
117 + 141 + 152 = 410 (100%)
R 117 of 410 ~ 28.54%
G 141 of 410 ~ 34.39%
B 152 of 410 ~ 37.07%

%28.54
%34.39
%37.07

CMYK color model

#758D98 color CMYK value is (23,7,0,40).

  • cyan value is 23.03%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,7,0,40)
C23M7Y0K40 
(23%,7%,0%,40%)
(0.23/0.07/0.00/0.40)	

CMYK percentages

%23.03
%7.24
%0
%40.39

Codes

Color #758D98 in popluar color models

758D98
RGB117141152
HSL199°14.52%52.75%
HSB/HSV199°23.03%59.61%
CMYK23.03%7.24%0.00%
40.39%

Color #758D98 in popluar number systems.

HEX758D98
Decimal117141152
Binary11101011000110110011000
Octal165215230

Shades and tints

Shades of #758D98

#758D98
(117,141,152)
#6B818B
(107,129,139)
#61757E
(97,117,126)
#576971
(87,105,113)
#4D5D64
(77,93,100)
#435157
(67,81,87)
#39454A
(57,69,74)
#2F393D
(47,57,61)
#252D30
(37,45,48)
#1B2123
(27,33,35)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #758D98

#758D98
(117,141,152)
#8197A1
(129,151,161)
#8DA1AA
(141,161,170)
#99ABB3
(153,171,179)
#A5B5BC
(165,181,188)
#B1BFC5
(177,191,197)
#BDC9CE
(189,201,206)
#C9D3D7
(201,211,215)
#D5DDE0
(213,221,224)
#E1E7E9
(225,231,233)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758D98; }

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

This text font color is #758D98.


Background Color

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

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

This div background color is #758D98.


Border color

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

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

This div border color is #758D98.


Opacity

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

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

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

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

This text has shadow with #758D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758D98 on black background.


Color preview on white background

This text has color #758D98 on white background.



Black color preview on #758D98 background

This text has black color on #758D98 background.


White color preview on #758D98 background

This text has white color on #758D98 background.