COLOR #779976

HEX: #779976
RGB: (119,153,118)

Color info

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

RGB color model

#779976 color RGB value is (119,153,118).

  • red value is 119;
  • green value is 153;
  • blue value is 118.
RGB:
(119,153,118)
(47%,60%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 153 of 255 = 60%
B 118 of 255 = 46%

119
153
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 153 + 118 = 390 (100%)
R 119 of 390 ~ 30.51%
G 153 of 390 ~ 39.23%
B 118 of 390 ~ 30.26%

%30.51
%39.23
%30.26

CMYK color model

#779976 color CMYK value is (22,0,23,40).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(22,0,23,40)
C22M0Y23K40 
(22%,0%,23%,40%)
(0.22/0.00/0.23/0.40)	

CMYK percentages

%22.22
%0
%22.88
%40

Codes

Color #779976 in popluar color models

779976
RGB119153118
HSL118°14.64%53.14%
HSB/HSV118°22.88%60.00%
CMYK22.22%0.00%22.88%
40.00%

Color #779976 in popluar number systems.

HEX779976
Decimal119153118
Binary1110111100110011110110
Octal167231166

Shades and tints

Shades of #779976

#779976
(119,153,118)
#6D8C6C
(109,140,108)
#637F62
(99,127,98)
#597258
(89,114,88)
#4F654E
(79,101,78)
#455844
(69,88,68)
#3B4B3A
(59,75,58)
#313E30
(49,62,48)
#273126
(39,49,38)
#1D241C
(29,36,28)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #779976

#779976
(119,153,118)
#83A282
(131,162,130)
#8FAB8E
(143,171,142)
#9BB49A
(155,180,154)
#A7BDA6
(167,189,166)
#B3C6B2
(179,198,178)
#BFCFBE
(191,207,190)
#CBD8CA
(203,216,202)
#D7E1D6
(215,225,214)
#E3EAE2
(227,234,226)
#EFF3EE
(239,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779976; }

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

This text font color is #779976.


Background Color

.myBgColor { background-color: #779976; }

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

This div background color is #779976.


Border color

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

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

This div border color is #779976.


Opacity

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

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

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

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

This text has shadow with #779976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779976 on black background.


Color preview on white background

This text has color #779976 on white background.



Black color preview on #779976 background

This text has black color on #779976 background.


White color preview on #779976 background

This text has white color on #779976 background.