COLOR #759787

HEX: #759787
RGB: (117,151,135)

Color info

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

RGB color model

#759787 color RGB value is (117,151,135).

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

RGB channels and saturation

R 117 of 255 = 46%
G 151 of 255 = 59%
B 135 of 255 = 53%

117
151
135

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

Portions of RGB colors in percentages

R + G + B =
117 + 151 + 135 = 403 (100%)
R 117 of 403 ~ 29.03%
G 151 of 403 ~ 37.47%
B 135 of 403 ~ 33.5%

%29.03
%37.47
%33.5

CMYK color model

#759787 color CMYK value is (23,0,11,41).

  • cyan value is 22.52%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 40.78%
CMYK:
(23,0,11,41)
C23M0Y11K41 
(23%,0%,11%,41%)
(0.23/0.00/0.11/0.41)	

CMYK percentages

%22.52
%0
%10.6
%40.78

Codes

Color #759787 in popluar color models

759787
RGB117151135
HSL152°14.05%52.55%
HSB/HSV152°22.52%59.22%
CMYK22.52%0.00%10.60%
40.78%

Color #759787 in popluar number systems.

HEX759787
Decimal117151135
Binary11101011001011110000111
Octal165227207

Shades and tints

Shades of #759787

#759787
(117,151,135)
#6B8A7B
(107,138,123)
#617D6F
(97,125,111)
#577063
(87,112,99)
#4D6357
(77,99,87)
#43564B
(67,86,75)
#39493F
(57,73,63)
#2F3C33
(47,60,51)
#252F27
(37,47,39)
#1B221B
(27,34,27)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #759787

#759787
(117,151,135)
#81A091
(129,160,145)
#8DA99B
(141,169,155)
#99B2A5
(153,178,165)
#A5BBAF
(165,187,175)
#B1C4B9
(177,196,185)
#BDCDC3
(189,205,195)
#C9D6CD
(201,214,205)
#D5DFD7
(213,223,215)
#E1E8E1
(225,232,225)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759787; }

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

This text font color is #759787.


Background Color

.myBgColor { background-color: #759787; }

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

This div background color is #759787.


Border color

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

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

This div border color is #759787.


Opacity

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

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

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

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

This text has shadow with #759787 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759787 on black background.


Color preview on white background

This text has color #759787 on white background.



Black color preview on #759787 background

This text has black color on #759787 background.


White color preview on #759787 background

This text has white color on #759787 background.