COLOR #758C98

HEX: #758C98
RGB: (117,140,152)

Color info

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

RGB color model

#758C98 color RGB value is (117,140,152).

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

RGB channels and saturation

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

117
140
152

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

Portions of RGB colors in percentages

R + G + B =
117 + 140 + 152 = 409 (100%)
R 117 of 409 ~ 28.61%
G 140 of 409 ~ 34.23%
B 152 of 409 ~ 37.16%

%28.61
%34.23
%37.16

CMYK color model

#758C98 color CMYK value is (23,8,0,40).

  • cyan value is 23.03%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,8,0,40)
C23M8Y0K40 
(23%,8%,0%,40%)
(0.23/0.08/0.00/0.40)	

CMYK percentages

%23.03
%7.89
%0
%40.39

Codes

Color #758C98 in popluar color models

758C98
RGB117140152
HSL201°14.52%52.75%
HSB/HSV201°23.03%59.61%
CMYK23.03%7.89%0.00%
40.39%

Color #758C98 in popluar number systems.

HEX758C98
Decimal117140152
Binary11101011000110010011000
Octal165214230

Shades and tints

Shades of #758C98

#758C98
(117,140,152)
#6B808B
(107,128,139)
#61747E
(97,116,126)
#576871
(87,104,113)
#4D5C64
(77,92,100)
#435057
(67,80,87)
#39444A
(57,68,74)
#2F383D
(47,56,61)
#252C30
(37,44,48)
#1B2023
(27,32,35)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #758C98

#758C98
(117,140,152)
#8196A1
(129,150,161)
#8DA0AA
(141,160,170)
#99AAB3
(153,170,179)
#A5B4BC
(165,180,188)
#B1BEC5
(177,190,197)
#BDC8CE
(189,200,206)
#C9D2D7
(201,210,215)
#D5DCE0
(213,220,224)
#E1E6E9
(225,230,233)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758C98; }

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

This text font color is #758C98.


Background Color

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

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

This div background color is #758C98.


Border color

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

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

This div border color is #758C98.


Opacity

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

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

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

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

This text has shadow with #758C98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758C98 on black background.


Color preview on white background

This text has color #758C98 on white background.



Black color preview on #758C98 background

This text has black color on #758C98 background.


White color preview on #758C98 background

This text has white color on #758C98 background.