COLOR #779577

HEX: #779577
RGB: (119,149,119)

Color info

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

RGB color model

#779577 color RGB value is (119,149,119).

  • red value is 119;
  • green value is 149;
  • blue value is 119.
RGB:
(119,149,119)
(47%,58%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 149 of 255 = 58%
B 119 of 255 = 47%

119
149
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 119 = 387 (100%)
R 119 of 387 ~ 30.75%
G 149 of 387 ~ 38.5%
B 119 of 387 ~ 30.75%

%30.75
%38.5
%30.75

CMYK color model

#779577 color CMYK value is (20,0,20,42).

  • cyan value is 20.13%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(20,0,20,42)
C20M0Y20K42 
(20%,0%,20%,42%)
(0.20/0.00/0.20/0.42)	

CMYK percentages

%20.13
%0
%20.13
%41.57

Codes

Color #779577 in popluar color models

779577
RGB119149119
HSL120°12.40%52.55%
HSB/HSV120°20.13%58.43%
CMYK20.13%0.00%20.13%
41.57%

Color #779577 in popluar number systems.

HEX779577
Decimal119149119
Binary1110111100101011110111
Octal167225167

Shades and tints

Shades of #779577

#779577
(119,149,119)
#6D886D
(109,136,109)
#637B63
(99,123,99)
#596E59
(89,110,89)
#4F614F
(79,97,79)
#455445
(69,84,69)
#3B473B
(59,71,59)
#313A31
(49,58,49)
#272D27
(39,45,39)
#1D201D
(29,32,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #779577

#779577
(119,149,119)
#839E83
(131,158,131)
#8FA78F
(143,167,143)
#9BB09B
(155,176,155)
#A7B9A7
(167,185,167)
#B3C2B3
(179,194,179)
#BFCBBF
(191,203,191)
#CBD4CB
(203,212,203)
#D7DDD7
(215,221,215)
#E3E6E3
(227,230,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779577; }

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

This text font color is #779577.


Background Color

.myBgColor { background-color: #779577; }

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

This div background color is #779577.


Border color

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

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

This div border color is #779577.


Opacity

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

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

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

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

This text has shadow with #779577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779577 on black background.


Color preview on white background

This text has color #779577 on white background.



Black color preview on #779577 background

This text has black color on #779577 background.


White color preview on #779577 background

This text has white color on #779577 background.