COLOR #779851

HEX: #779851
RGB: (119,152,81)

Color info

#779851 contains mainly red and green colors. Web safe color of #779851 is #669966 (or #696).

RGB color model

#779851 color RGB value is (119,152,81).

  • red value is 119;
  • green value is 152;
  • blue value is 81.
RGB:
(119,152,81)
(47%,60%,32%)

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 81 of 255 = 32%

119
152
81

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

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 81 = 352 (100%)
R 119 of 352 ~ 33.81%
G 152 of 352 ~ 43.18%
B 81 of 352 ~ 23.01%

%33.81
%43.18
%23.01

CMYK color model

#779851 color CMYK value is (22,0,47,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 46.71%
  • key color value is 40.39%
CMYK:
(22,0,47,40)
C22M0Y47K40 
(22%,0%,47%,40%)
(0.22/0.00/0.47/0.40)	

CMYK percentages

%21.71
%0
%46.71
%40.39

Codes

Color #779851 in popluar color models

779851
RGB11915281
HSL88°30.47%45.69%
HSB/HSV88°46.71%59.61%
CMYK21.71%0.00%46.71%
40.39%

Color #779851 in popluar number systems.

HEX779851
Decimal11915281
Binary1110111100110001010001
Octal167230121

Shades and tints

Shades of #779851

#779851
(119,152,81)
#6D8B4A
(109,139,74)
#637E43
(99,126,67)
#59713C
(89,113,60)
#4F6435
(79,100,53)
#45572E
(69,87,46)
#3B4A27
(59,74,39)
#313D20
(49,61,32)
#273019
(39,48,25)
#1D2312
(29,35,18)
#13160B
(19,22,11)
#000000
(0,0,0)

Tints of #779851

#779851
(119,152,81)
#83A160
(131,161,96)
#8FAA6F
(143,170,111)
#9BB37E
(155,179,126)
#A7BC8D
(167,188,141)
#B3C59C
(179,197,156)
#BFCEAB
(191,206,171)
#CBD7BA
(203,215,186)
#D7E0C9
(215,224,201)
#E3E9D8
(227,233,216)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779851; }

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

This text font color is #779851.


Background Color

.myBgColor { background-color: #779851; }

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

This div background color is #779851.


Border color

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

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

This div border color is #779851.


Opacity

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

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

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

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

This text has shadow with #779851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779851 on black background.


Color preview on white background

This text has color #779851 on white background.



Black color preview on #779851 background

This text has black color on #779851 background.


White color preview on #779851 background

This text has white color on #779851 background.