COLOR #759679

HEX: #759679
RGB: (117,150,121)

Color info

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

RGB color model

#759679 color RGB value is (117,150,121).

  • red value is 117;
  • green value is 150;
  • blue value is 121.
RGB:
(117,150,121)
(46%,59%,47%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 121 of 255 = 47%

117
150
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 121 = 388 (100%)
R 117 of 388 ~ 30.15%
G 150 of 388 ~ 38.66%
B 121 of 388 ~ 31.19%

%30.15
%38.66
%31.19

CMYK color model

#759679 color CMYK value is (22,0,19,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(22,0,19,41)
C22M0Y19K41 
(22%,0%,19%,41%)
(0.22/0.00/0.19/0.41)	

CMYK percentages

%22
%0
%19.33
%41.18

Codes

Color #759679 in popluar color models

759679
RGB117150121
HSL127°13.58%52.35%
HSB/HSV127°22.00%58.82%
CMYK22.00%0.00%19.33%
41.18%

Color #759679 in popluar number systems.

HEX759679
Decimal117150121
Binary1110101100101101111001
Octal165226171

Shades and tints

Shades of #759679

#759679
(117,150,121)
#6B896E
(107,137,110)
#617C63
(97,124,99)
#576F58
(87,111,88)
#4D624D
(77,98,77)
#435542
(67,85,66)
#394837
(57,72,55)
#2F3B2C
(47,59,44)
#252E21
(37,46,33)
#1B2116
(27,33,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #759679

#759679
(117,150,121)
#819F85
(129,159,133)
#8DA891
(141,168,145)
#99B19D
(153,177,157)
#A5BAA9
(165,186,169)
#B1C3B5
(177,195,181)
#BDCCC1
(189,204,193)
#C9D5CD
(201,213,205)
#D5DED9
(213,222,217)
#E1E7E5
(225,231,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759679 color. Also use rgb(117,150,121) instead hex code.

Text Font Color

.myTextColor { color: #759679; }

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

This text font color is #759679.


Background Color

.myBgColor { background-color: #759679; }

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

This div background color is #759679.


Border color

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

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

This div border color is #759679.


Opacity

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

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

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

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

This text has shadow with #759679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759679 on black background.


Color preview on white background

This text has color #759679 on white background.



Black color preview on #759679 background

This text has black color on #759679 background.


White color preview on #759679 background

This text has white color on #759679 background.