COLOR #759099

HEX: #759099
RGB: (117,144,153)

Color info

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

RGB color model

#759099 color RGB value is (117,144,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 144 of 255 = 56%
B 153 of 255 = 60%

117
144
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 144 + 153 = 414 (100%)
R 117 of 414 ~ 28.26%
G 144 of 414 ~ 34.78%
B 153 of 414 ~ 36.96%

%28.26
%34.78
%36.96

CMYK color model

#759099 color CMYK value is (24,6,0,40).

  • cyan value is 23.53%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,6,0,40)
C24M6Y0K40 
(24%,6%,0%,40%)
(0.24/0.06/0.00/0.40)	

CMYK percentages

%23.53
%5.88
%0
%40

Codes

Color #759099 in popluar color models

759099
RGB117144153
HSL195°15.00%52.94%
HSB/HSV195°23.53%60.00%
CMYK23.53%5.88%0.00%
40.00%

Color #759099 in popluar number systems.

HEX759099
Decimal117144153
Binary11101011001000010011001
Octal165220231

Shades and tints

Shades of #759099

#759099
(117,144,153)
#6B838C
(107,131,140)
#61767F
(97,118,127)
#576972
(87,105,114)
#4D5C65
(77,92,101)
#434F58
(67,79,88)
#39424B
(57,66,75)
#2F353E
(47,53,62)
#252831
(37,40,49)
#1B1B24
(27,27,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #759099

#759099
(117,144,153)
#819AA2
(129,154,162)
#8DA4AB
(141,164,171)
#99AEB4
(153,174,180)
#A5B8BD
(165,184,189)
#B1C2C6
(177,194,198)
#BDCCCF
(189,204,207)
#C9D6D8
(201,214,216)
#D5E0E1
(213,224,225)
#E1EAEA
(225,234,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759099 color. Also use rgb(117,144,153) instead hex code.

Text Font Color

.myTextColor { color: #759099; }

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

This text font color is #759099.


Background Color

.myBgColor { background-color: #759099; }

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

This div background color is #759099.


Border color

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

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

This div border color is #759099.


Opacity

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

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

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

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

This text has shadow with #759099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759099 on black background.


Color preview on white background

This text has color #759099 on white background.



Black color preview on #759099 background

This text has black color on #759099 background.


White color preview on #759099 background

This text has white color on #759099 background.