COLOR #759B8D

HEX: #759B8D
RGB: (117,155,141)

Color info

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

RGB color model

#759B8D color RGB value is (117,155,141).

  • red value is 117;
  • green value is 155;
  • blue value is 141.
RGB:
(117,155,141)
(46%,61%,55%)

RGB channels and saturation

R 117 of 255 = 46%
G 155 of 255 = 61%
B 141 of 255 = 55%

117
155
141

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

Portions of RGB colors in percentages

R + G + B =
117 + 155 + 141 = 413 (100%)
R 117 of 413 ~ 28.33%
G 155 of 413 ~ 37.53%
B 141 of 413 ~ 34.14%

%28.33
%37.53
%34.14

CMYK color model

#759B8D color CMYK value is (25,0,9,39).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 9.03%
  • key color value is 39.22%
CMYK:
(25,0,9,39)
C25M0Y9K39 
(25%,0%,9%,39%)
(0.25/0.00/0.09/0.39)	

CMYK percentages

%24.52
%0
%9.03
%39.22

Codes

Color #759B8D in popluar color models

759B8D
RGB117155141
HSL158°15.97%53.33%
HSB/HSV158°24.52%60.78%
CMYK24.52%0.00%9.03%
39.22%

Color #759B8D in popluar number systems.

HEX759B8D
Decimal117155141
Binary11101011001101110001101
Octal165233215

Shades and tints

Shades of #759B8D

#759B8D
(117,155,141)
#6B8D81
(107,141,129)
#617F75
(97,127,117)
#577169
(87,113,105)
#4D635D
(77,99,93)
#435551
(67,85,81)
#394745
(57,71,69)
#2F3939
(47,57,57)
#252B2D
(37,43,45)
#1B1D21
(27,29,33)
#110F15
(17,15,21)
#000000
(0,0,0)

Tints of #759B8D

#759B8D
(117,155,141)
#81A497
(129,164,151)
#8DADA1
(141,173,161)
#99B6AB
(153,182,171)
#A5BFB5
(165,191,181)
#B1C8BF
(177,200,191)
#BDD1C9
(189,209,201)
#C9DAD3
(201,218,211)
#D5E3DD
(213,227,221)
#E1ECE7
(225,236,231)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759B8D color. Also use rgb(117,155,141) instead hex code.

Text Font Color

.myTextColor { color: #759B8D; }

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

This text font color is #759B8D.


Background Color

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

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

This div background color is #759B8D.


Border color

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

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

This div border color is #759B8D.


Opacity

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

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

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

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

This text has shadow with #759B8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759B8D on black background.


Color preview on white background

This text has color #759B8D on white background.



Black color preview on #759B8D background

This text has black color on #759B8D background.


White color preview on #759B8D background

This text has white color on #759B8D background.