COLOR #779661

HEX: #779661
RGB: (119,150,97)

Color info

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

RGB color model

#779661 color RGB value is (119,150,97).

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

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 97 of 255 = 38%

119
150
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 97 = 366 (100%)
R 119 of 366 ~ 32.51%
G 150 of 366 ~ 40.98%
B 97 of 366 ~ 26.5%

%32.51
%40.98
%26.5

CMYK color model

#779661 color CMYK value is (21,0,35,41).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(21,0,35,41)
C21M0Y35K41 
(21%,0%,35%,41%)
(0.21/0.00/0.35/0.41)	

CMYK percentages

%20.67
%0
%35.33
%41.18

Codes

Color #779661 in popluar color models

779661
RGB11915097
HSL95°21.46%48.43%
HSB/HSV95°35.33%58.82%
CMYK20.67%0.00%35.33%
41.18%

Color #779661 in popluar number systems.

HEX779661
Decimal11915097
Binary1110111100101101100001
Octal167226141

Shades and tints

Shades of #779661

#779661
(119,150,97)
#6D8959
(109,137,89)
#637C51
(99,124,81)
#596F49
(89,111,73)
#4F6241
(79,98,65)
#455539
(69,85,57)
#3B4831
(59,72,49)
#313B29
(49,59,41)
#272E21
(39,46,33)
#1D2119
(29,33,25)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #779661

#779661
(119,150,97)
#839F6F
(131,159,111)
#8FA87D
(143,168,125)
#9BB18B
(155,177,139)
#A7BA99
(167,186,153)
#B3C3A7
(179,195,167)
#BFCCB5
(191,204,181)
#CBD5C3
(203,213,195)
#D7DED1
(215,222,209)
#E3E7DF
(227,231,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779661; }

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

This text font color is #779661.


Background Color

.myBgColor { background-color: #779661; }

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

This div background color is #779661.


Border color

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

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

This div border color is #779661.


Opacity

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

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

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

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

This text has shadow with #779661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779661 on black background.


Color preview on white background

This text has color #779661 on white background.



Black color preview on #779661 background

This text has black color on #779661 background.


White color preview on #779661 background

This text has white color on #779661 background.