COLOR #759799

HEX: #759799
RGB: (117,151,153)

Color info

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

RGB color model

#759799 color RGB value is (117,151,153).

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

RGB channels and saturation

R 117 of 255 = 46%
G 151 of 255 = 59%
B 153 of 255 = 60%

117
151
153

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

Portions of RGB colors in percentages

R + G + B =
117 + 151 + 153 = 421 (100%)
R 117 of 421 ~ 27.79%
G 151 of 421 ~ 35.87%
B 153 of 421 ~ 36.34%

%27.79
%35.87
%36.34

CMYK color model

#759799 color CMYK value is (24,1,0,40).

  • cyan value is 23.53%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(24,1,0,40)
C24M1Y0K40 
(24%,1%,0%,40%)
(0.24/0.01/0.00/0.40)	

CMYK percentages

%23.53
%1.31
%0
%40

Codes

Color #759799 in popluar color models

759799
RGB117151153
HSL183°15.00%52.94%
HSB/HSV183°23.53%60.00%
CMYK23.53%1.31%0.00%
40.00%

Color #759799 in popluar number systems.

HEX759799
Decimal117151153
Binary11101011001011110011001
Octal165227231

Shades and tints

Shades of #759799

#759799
(117,151,153)
#6B8A8C
(107,138,140)
#617D7F
(97,125,127)
#577072
(87,112,114)
#4D6365
(77,99,101)
#435658
(67,86,88)
#39494B
(57,73,75)
#2F3C3E
(47,60,62)
#252F31
(37,47,49)
#1B2224
(27,34,36)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #759799

#759799
(117,151,153)
#81A0A2
(129,160,162)
#8DA9AB
(141,169,171)
#99B2B4
(153,178,180)
#A5BBBD
(165,187,189)
#B1C4C6
(177,196,198)
#BDCDCF
(189,205,207)
#C9D6D8
(201,214,216)
#D5DFE1
(213,223,225)
#E1E8EA
(225,232,234)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759799; }

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

This text font color is #759799.


Background Color

.myBgColor { background-color: #759799; }

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

This div background color is #759799.


Border color

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

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

This div border color is #759799.


Opacity

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

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

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

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

This text has shadow with #759799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759799 on black background.


Color preview on white background

This text has color #759799 on white background.



Black color preview on #759799 background

This text has black color on #759799 background.


White color preview on #759799 background

This text has white color on #759799 background.