COLOR #759FA1

HEX: #759FA1
RGB: (117,159,161)

Color info

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

RGB color model

#759FA1 color RGB value is (117,159,161).

  • red value is 117;
  • green value is 159;
  • blue value is 161.
RGB:
(117,159,161)
(46%,62%,63%)

RGB channels and saturation

R 117 of 255 = 46%
G 159 of 255 = 62%
B 161 of 255 = 63%

117
159
161

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

Portions of RGB colors in percentages

R + G + B =
117 + 159 + 161 = 437 (100%)
R 117 of 437 ~ 26.77%
G 159 of 437 ~ 36.38%
B 161 of 437 ~ 36.84%

%26.77
%36.38
%36.84

CMYK color model

#759FA1 color CMYK value is (27,1,0,37).

  • cyan value is 27.33%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(27,1,0,37)
C27M1Y0K37 
(27%,1%,0%,37%)
(0.27/0.01/0.00/0.37)	

CMYK percentages

%27.33
%1.24
%0
%36.86

Codes

Color #759FA1 in popluar color models

759FA1
RGB117159161
HSL183°18.97%54.51%
HSB/HSV183°27.33%63.14%
CMYK27.33%1.24%0.00%
36.86%

Color #759FA1 in popluar number systems.

HEX759FA1
Decimal117159161
Binary11101011001111110100001
Octal165237241

Shades and tints

Shades of #759FA1

#759FA1
(117,159,161)
#6B9193
(107,145,147)
#618385
(97,131,133)
#577577
(87,117,119)
#4D6769
(77,103,105)
#43595B
(67,89,91)
#394B4D
(57,75,77)
#2F3D3F
(47,61,63)
#252F31
(37,47,49)
#1B2123
(27,33,35)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #759FA1

#759FA1
(117,159,161)
#81A7A9
(129,167,169)
#8DAFB1
(141,175,177)
#99B7B9
(153,183,185)
#A5BFC1
(165,191,193)
#B1C7C9
(177,199,201)
#BDCFD1
(189,207,209)
#C9D7D9
(201,215,217)
#D5DFE1
(213,223,225)
#E1E7E9
(225,231,233)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759FA1 color. Also use rgb(117,159,161) instead hex code.

Text Font Color

.myTextColor { color: #759FA1; }

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

This text font color is #759FA1.


Background Color

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

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

This div background color is #759FA1.


Border color

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

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

This div border color is #759FA1.


Opacity

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

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

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

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

This text has shadow with #759FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759FA1 on black background.


Color preview on white background

This text has color #759FA1 on white background.



Black color preview on #759FA1 background

This text has black color on #759FA1 background.


White color preview on #759FA1 background

This text has white color on #759FA1 background.