COLOR #779077

HEX: #779077
RGB: (119,144,119)

Color info

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

RGB color model

#779077 color RGB value is (119,144,119).

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

RGB channels and saturation

R 119 of 255 = 47%
G 144 of 255 = 56%
B 119 of 255 = 47%

119
144
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 144 + 119 = 382 (100%)
R 119 of 382 ~ 31.15%
G 144 of 382 ~ 37.7%
B 119 of 382 ~ 31.15%

%31.15
%37.7
%31.15

CMYK color model

#779077 color CMYK value is (17,0,17,44).

  • cyan value is 17.36%
  • magenta value is 0.00%
  • yellow value is 17.36%
  • key color value is 43.53%
CMYK:
(17,0,17,44)
C17M0Y17K44 
(17%,0%,17%,44%)
(0.17/0.00/0.17/0.44)	

CMYK percentages

%17.36
%0
%17.36
%43.53

Codes

Color #779077 in popluar color models

779077
RGB119144119
HSL120°10.12%51.57%
HSB/HSV120°17.36%56.47%
CMYK17.36%0.00%17.36%
43.53%

Color #779077 in popluar number systems.

HEX779077
Decimal119144119
Binary1110111100100001110111
Octal167220167

Shades and tints

Shades of #779077

#779077
(119,144,119)
#6D836D
(109,131,109)
#637663
(99,118,99)
#596959
(89,105,89)
#4F5C4F
(79,92,79)
#454F45
(69,79,69)
#3B423B
(59,66,59)
#313531
(49,53,49)
#272827
(39,40,39)
#1D1B1D
(29,27,29)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #779077

#779077
(119,144,119)
#839A83
(131,154,131)
#8FA48F
(143,164,143)
#9BAE9B
(155,174,155)
#A7B8A7
(167,184,167)
#B3C2B3
(179,194,179)
#BFCCBF
(191,204,191)
#CBD6CB
(203,214,203)
#D7E0D7
(215,224,215)
#E3EAE3
(227,234,227)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779077; }

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

This text font color is #779077.


Background Color

.myBgColor { background-color: #779077; }

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

This div background color is #779077.


Border color

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

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

This div border color is #779077.


Opacity

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

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

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

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

This text has shadow with #779077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779077 on black background.


Color preview on white background

This text has color #779077 on white background.



Black color preview on #779077 background

This text has black color on #779077 background.


White color preview on #779077 background

This text has white color on #779077 background.