COLOR #759E77

HEX: #759E77
RGB: (117,158,119)

Color info

#759E77 contains red, green and blue colors in about the same proportion. Web safe color of #759E77 is #669966 (or #696).

RGB color model

#759E77 color RGB value is (117,158,119).

  • red value is 117;
  • green value is 158;
  • blue value is 119.
RGB:
(117,158,119)
(46%,62%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 158 of 255 = 62%
B 119 of 255 = 47%

117
158
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 158 + 119 = 394 (100%)
R 117 of 394 ~ 29.7%
G 158 of 394 ~ 40.1%
B 119 of 394 ~ 30.2%

%29.7
%40.1
%30.2

CMYK color model

#759E77 color CMYK value is (26,0,25,38).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 38.04%
CMYK:
(26,0,25,38)
C26M0Y25K38 
(26%,0%,25%,38%)
(0.26/0.00/0.25/0.38)	

CMYK percentages

%25.95
%0
%24.68
%38.04

Codes

Color #759E77 in popluar color models

759E77
RGB117158119
HSL123°17.45%53.92%
HSB/HSV123°25.95%61.96%
CMYK25.95%0.00%24.68%
38.04%

Color #759E77 in popluar number systems.

HEX759E77
Decimal117158119
Binary1110101100111101110111
Octal165236167

Shades and tints

Shades of #759E77

#759E77
(117,158,119)
#6B906D
(107,144,109)
#618263
(97,130,99)
#577459
(87,116,89)
#4D664F
(77,102,79)
#435845
(67,88,69)
#394A3B
(57,74,59)
#2F3C31
(47,60,49)
#252E27
(37,46,39)
#1B201D
(27,32,29)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #759E77

#759E77
(117,158,119)
#81A683
(129,166,131)
#8DAE8F
(141,174,143)
#99B69B
(153,182,155)
#A5BEA7
(165,190,167)
#B1C6B3
(177,198,179)
#BDCEBF
(189,206,191)
#C9D6CB
(201,214,203)
#D5DED7
(213,222,215)
#E1E6E3
(225,230,227)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759E77 color. Also use rgb(117,158,119) instead hex code.

Text Font Color

.myTextColor { color: #759E77; }

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

This text font color is #759E77.


Background Color

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

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

This div background color is #759E77.


Border color

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

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

This div border color is #759E77.


Opacity

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

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

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

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

This text has shadow with #759E77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759E77 on black background.


Color preview on white background

This text has color #759E77 on white background.



Black color preview on #759E77 background

This text has black color on #759E77 background.


White color preview on #759E77 background

This text has white color on #759E77 background.