COLOR #758798

HEX: #758798
RGB: (117,135,152)

Color info

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

RGB color model

#758798 color RGB value is (117,135,152).

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

RGB channels and saturation

R 117 of 255 = 46%
G 135 of 255 = 53%
B 152 of 255 = 60%

117
135
152

R + G + B ~ 53%. #758798 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 135 + 152 = 404 (100%)
R 117 of 404 ~ 28.96%
G 135 of 404 ~ 33.42%
B 152 of 404 ~ 37.62%

%28.96
%33.42
%37.62

CMYK color model

#758798 color CMYK value is (23,11,0,40).

  • cyan value is 23.03%
  • magenta value is 11.18%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(23,11,0,40)
C23M11Y0K40 
(23%,11%,0%,40%)
(0.23/0.11/0.00/0.40)	

CMYK percentages

%23.03
%11.18
%0
%40.39

Codes

Color #758798 in popluar color models

758798
RGB117135152
HSL209°14.52%52.75%
HSB/HSV209°23.03%59.61%
CMYK23.03%11.18%0.00%
40.39%

Color #758798 in popluar number systems.

HEX758798
Decimal117135152
Binary11101011000011110011000
Octal165207230

Shades and tints

Shades of #758798

#758798
(117,135,152)
#6B7B8B
(107,123,139)
#616F7E
(97,111,126)
#576371
(87,99,113)
#4D5764
(77,87,100)
#434B57
(67,75,87)
#393F4A
(57,63,74)
#2F333D
(47,51,61)
#252730
(37,39,48)
#1B1B23
(27,27,35)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #758798

#758798
(117,135,152)
#8191A1
(129,145,161)
#8D9BAA
(141,155,170)
#99A5B3
(153,165,179)
#A5AFBC
(165,175,188)
#B1B9C5
(177,185,197)
#BDC3CE
(189,195,206)
#C9CDD7
(201,205,215)
#D5D7E0
(213,215,224)
#E1E1E9
(225,225,233)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758798; }

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

This text font color is #758798.


Background Color

.myBgColor { background-color: #758798; }

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

This div background color is #758798.


Border color

.myBorderColor { border: 1px solid #758798; }

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

This div border color is #758798.


Opacity

.myOpacity80 { color: #758798; opacity: 0.8; }

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

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

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

This text has shadow with #758798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758798 on black background.


Color preview on white background

This text has color #758798 on white background.



Black color preview on #758798 background

This text has black color on #758798 background.


White color preview on #758798 background

This text has white color on #758798 background.