COLOR #779679

HEX: #779679
RGB: (119,150,121)

Color info

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

RGB color model

#779679 color RGB value is (119,150,121).

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

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 121 of 255 = 47%

119
150
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 121 = 390 (100%)
R 119 of 390 ~ 30.51%
G 150 of 390 ~ 38.46%
B 121 of 390 ~ 31.03%

%30.51
%38.46
%31.03

CMYK color model

#779679 color CMYK value is (21,0,19,41).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 41.18%
CMYK:
(21,0,19,41)
C21M0Y19K41 
(21%,0%,19%,41%)
(0.21/0.00/0.19/0.41)	

CMYK percentages

%20.67
%0
%19.33
%41.18

Codes

Color #779679 in popluar color models

779679
RGB119150121
HSL124°12.86%52.75%
HSB/HSV124°20.67%58.82%
CMYK20.67%0.00%19.33%
41.18%

Color #779679 in popluar number systems.

HEX779679
Decimal119150121
Binary1110111100101101111001
Octal167226171

Shades and tints

Shades of #779679

#779679
(119,150,121)
#6D896E
(109,137,110)
#637C63
(99,124,99)
#596F58
(89,111,88)
#4F624D
(79,98,77)
#455542
(69,85,66)
#3B4837
(59,72,55)
#313B2C
(49,59,44)
#272E21
(39,46,33)
#1D2116
(29,33,22)
#13140B
(19,20,11)
#000000
(0,0,0)

Tints of #779679

#779679
(119,150,121)
#839F85
(131,159,133)
#8FA891
(143,168,145)
#9BB19D
(155,177,157)
#A7BAA9
(167,186,169)
#B3C3B5
(179,195,181)
#BFCCC1
(191,204,193)
#CBD5CD
(203,213,205)
#D7DED9
(215,222,217)
#E3E7E5
(227,231,229)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779679; }

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

This text font color is #779679.


Background Color

.myBgColor { background-color: #779679; }

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

This div background color is #779679.


Border color

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

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

This div border color is #779679.


Opacity

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

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

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

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

This text has shadow with #779679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779679 on black background.


Color preview on white background

This text has color #779679 on white background.



Black color preview on #779679 background

This text has black color on #779679 background.


White color preview on #779679 background

This text has white color on #779679 background.