COLOR #779664

HEX: #779664
RGB: (119,150,100)

Color info

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

RGB color model

#779664 color RGB value is (119,150,100).

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

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 100 of 255 = 39%

119
150
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 100 = 369 (100%)
R 119 of 369 ~ 32.25%
G 150 of 369 ~ 40.65%
B 100 of 369 ~ 27.1%

%32.25
%40.65
%27.1

CMYK color model

#779664 color CMYK value is (21,0,33,41).

  • cyan value is 20.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 41.18%
CMYK:
(21,0,33,41)
C21M0Y33K41 
(21%,0%,33%,41%)
(0.21/0.00/0.33/0.41)	

CMYK percentages

%20.67
%0
%33.33
%41.18

Codes

Color #779664 in popluar color models

779664
RGB119150100
HSL97°20.00%49.02%
HSB/HSV97°33.33%58.82%
CMYK20.67%0.00%33.33%
41.18%

Color #779664 in popluar number systems.

HEX779664
Decimal119150100
Binary1110111100101101100100
Octal167226144

Shades and tints

Shades of #779664

#779664
(119,150,100)
#6D895B
(109,137,91)
#637C52
(99,124,82)
#596F49
(89,111,73)
#4F6240
(79,98,64)
#455537
(69,85,55)
#3B482E
(59,72,46)
#313B25
(49,59,37)
#272E1C
(39,46,28)
#1D2113
(29,33,19)
#13140A
(19,20,10)
#000000
(0,0,0)

Tints of #779664

#779664
(119,150,100)
#839F72
(131,159,114)
#8FA880
(143,168,128)
#9BB18E
(155,177,142)
#A7BA9C
(167,186,156)
#B3C3AA
(179,195,170)
#BFCCB8
(191,204,184)
#CBD5C6
(203,213,198)
#D7DED4
(215,222,212)
#E3E7E2
(227,231,226)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779664; }

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

This text font color is #779664.


Background Color

.myBgColor { background-color: #779664; }

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

This div background color is #779664.


Border color

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

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

This div border color is #779664.


Opacity

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

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

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

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

This text has shadow with #779664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779664 on black background.


Color preview on white background

This text has color #779664 on white background.



Black color preview on #779664 background

This text has black color on #779664 background.


White color preview on #779664 background

This text has white color on #779664 background.