COLOR #759789

HEX: #759789
RGB: (117,151,137)

Color info

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

RGB color model

#759789 color RGB value is (117,151,137).

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

RGB channels and saturation

R 117 of 255 = 46%
G 151 of 255 = 59%
B 137 of 255 = 54%

117
151
137

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

Portions of RGB colors in percentages

R + G + B =
117 + 151 + 137 = 405 (100%)
R 117 of 405 ~ 28.89%
G 151 of 405 ~ 37.28%
B 137 of 405 ~ 33.83%

%28.89
%37.28
%33.83

CMYK color model

#759789 color CMYK value is (23,0,9,41).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 9.27%
  • key color value is 40.78%
CMYK:
(23,0,9,41)
C23M0Y9K41 
(23%,0%,9%,41%)
(0.23/0.00/0.09/0.41)	

CMYK percentages

%22.52
%0
%9.27
%40.78

Codes

Color #759789 in popluar color models

759789
RGB117151137
HSL155°14.05%52.55%
HSB/HSV155°22.52%59.22%
CMYK22.52%0.00%9.27%
40.78%

Color #759789 in popluar number systems.

HEX759789
Decimal117151137
Binary11101011001011110001001
Octal165227211

Shades and tints

Shades of #759789

#759789
(117,151,137)
#6B8A7D
(107,138,125)
#617D71
(97,125,113)
#577065
(87,112,101)
#4D6359
(77,99,89)
#43564D
(67,86,77)
#394941
(57,73,65)
#2F3C35
(47,60,53)
#252F29
(37,47,41)
#1B221D
(27,34,29)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #759789

#759789
(117,151,137)
#81A093
(129,160,147)
#8DA99D
(141,169,157)
#99B2A7
(153,178,167)
#A5BBB1
(165,187,177)
#B1C4BB
(177,196,187)
#BDCDC5
(189,205,197)
#C9D6CF
(201,214,207)
#D5DFD9
(213,223,217)
#E1E8E3
(225,232,227)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759789; }

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

This text font color is #759789.


Background Color

.myBgColor { background-color: #759789; }

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

This div background color is #759789.


Border color

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

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

This div border color is #759789.


Opacity

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

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

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

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

This text has shadow with #759789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759789 on black background.


Color preview on white background

This text has color #759789 on white background.



Black color preview on #759789 background

This text has black color on #759789 background.


White color preview on #759789 background

This text has white color on #759789 background.