COLOR #759877

HEX: #759877
RGB: (117,152,119)

Color info

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

RGB color model

#759877 color RGB value is (117,152,119).

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

RGB channels and saturation

R 117 of 255 = 46%
G 152 of 255 = 60%
B 119 of 255 = 47%

117
152
119

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

Portions of RGB colors in percentages

R + G + B =
117 + 152 + 119 = 388 (100%)
R 117 of 388 ~ 30.15%
G 152 of 388 ~ 39.18%
B 119 of 388 ~ 30.67%

%30.15
%39.18
%30.67

CMYK color model

#759877 color CMYK value is (23,0,22,40).

  • cyan value is 23.03%
  • magenta value is 0.00%
  • yellow value is 21.71%
  • key color value is 40.39%
CMYK:
(23,0,22,40)
C23M0Y22K40 
(23%,0%,22%,40%)
(0.23/0.00/0.22/0.40)	

CMYK percentages

%23.03
%0
%21.71
%40.39

Codes

Color #759877 in popluar color models

759877
RGB117152119
HSL123°14.52%52.75%
HSB/HSV123°23.03%59.61%
CMYK23.03%0.00%21.71%
40.39%

Color #759877 in popluar number systems.

HEX759877
Decimal117152119
Binary1110101100110001110111
Octal165230167

Shades and tints

Shades of #759877

#759877
(117,152,119)
#6B8B6D
(107,139,109)
#617E63
(97,126,99)
#577159
(87,113,89)
#4D644F
(77,100,79)
#435745
(67,87,69)
#394A3B
(57,74,59)
#2F3D31
(47,61,49)
#253027
(37,48,39)
#1B231D
(27,35,29)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #759877

#759877
(117,152,119)
#81A183
(129,161,131)
#8DAA8F
(141,170,143)
#99B39B
(153,179,155)
#A5BCA7
(165,188,167)
#B1C5B3
(177,197,179)
#BDCEBF
(189,206,191)
#C9D7CB
(201,215,203)
#D5E0D7
(213,224,215)
#E1E9E3
(225,233,227)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759877; }

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

This text font color is #759877.


Background Color

.myBgColor { background-color: #759877; }

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

This div background color is #759877.


Border color

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

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

This div border color is #759877.


Opacity

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

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

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

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

This text has shadow with #759877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759877 on black background.


Color preview on white background

This text has color #759877 on white background.



Black color preview on #759877 background

This text has black color on #759877 background.


White color preview on #759877 background

This text has white color on #759877 background.