COLOR #759C9E

HEX: #759C9E
RGB: (117,156,158)

Color info

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

RGB color model

#759C9E color RGB value is (117,156,158).

  • red value is 117;
  • green value is 156;
  • blue value is 158.
RGB:
(117,156,158)
(46%,61%,62%)

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 158 of 255 = 62%

117
156
158

R + G + B ~ 56%. #759C9E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 156 + 158 = 431 (100%)
R 117 of 431 ~ 27.15%
G 156 of 431 ~ 36.19%
B 158 of 431 ~ 36.66%

%27.15
%36.19
%36.66

CMYK color model

#759C9E color CMYK value is (26,1,0,38).

  • cyan value is 25.95%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(26,1,0,38)
C26M1Y0K38 
(26%,1%,0%,38%)
(0.26/0.01/0.00/0.38)	

CMYK percentages

%25.95
%1.27
%0
%38.04

Codes

Color #759C9E in popluar color models

759C9E
RGB117156158
HSL183°17.45%53.92%
HSB/HSV183°25.95%61.96%
CMYK25.95%1.27%0.00%
38.04%

Color #759C9E in popluar number systems.

HEX759C9E
Decimal117156158
Binary11101011001110010011110
Octal165234236

Shades and tints

Shades of #759C9E

#759C9E
(117,156,158)
#6B8E90
(107,142,144)
#618082
(97,128,130)
#577274
(87,114,116)
#4D6466
(77,100,102)
#435658
(67,86,88)
#39484A
(57,72,74)
#2F3A3C
(47,58,60)
#252C2E
(37,44,46)
#1B1E20
(27,30,32)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #759C9E

#759C9E
(117,156,158)
#81A5A6
(129,165,166)
#8DAEAE
(141,174,174)
#99B7B6
(153,183,182)
#A5C0BE
(165,192,190)
#B1C9C6
(177,201,198)
#BDD2CE
(189,210,206)
#C9DBD6
(201,219,214)
#D5E4DE
(213,228,222)
#E1EDE6
(225,237,230)
#EDF6EE
(237,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759C9E color. Also use rgb(117,156,158) instead hex code.

Text Font Color

.myTextColor { color: #759C9E; }

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

This text font color is #759C9E.


Background Color

.myBgColor { background-color: #759C9E; }

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

This div background color is #759C9E.


Border color

.myBorderColor { border: 1px solid #759C9E; }

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

This div border color is #759C9E.


Opacity

.myOpacity80 { color: #759C9E; opacity: 0.8; }

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

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

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

This text has shadow with #759C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759C9E on black background.


Color preview on white background

This text has color #759C9E on white background.



Black color preview on #759C9E background

This text has black color on #759C9E background.


White color preview on #759C9E background

This text has white color on #759C9E background.