COLOR #779848

HEX: #779848
RGB: (119,152,72)

Color info

#779848 contains mainly red and green colors. Web safe color of #779848 is #669933 (or #693).

RGB color model

#779848 color RGB value is (119,152,72).

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

RGB channels and saturation

R 119 of 255 = 47%
G 152 of 255 = 60%
B 72 of 255 = 28%

119
152
72

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

Portions of RGB colors in percentages

R + G + B =
119 + 152 + 72 = 343 (100%)
R 119 of 343 ~ 34.69%
G 152 of 343 ~ 44.31%
B 72 of 343 ~ 20.99%

%34.69
%44.31
%20.99

CMYK color model

#779848 color CMYK value is (22,0,53,40).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 40.39%
CMYK:
(22,0,53,40)
C22M0Y53K40 
(22%,0%,53%,40%)
(0.22/0.00/0.53/0.40)	

CMYK percentages

%21.71
%0
%52.63
%40.39

Codes

Color #779848 in popluar color models

779848
RGB11915272
HSL85°35.71%43.92%
HSB/HSV85°52.63%59.61%
CMYK21.71%0.00%52.63%
40.39%

Color #779848 in popluar number systems.

HEX779848
Decimal11915272
Binary1110111100110001001000
Octal167230110

Shades and tints

Shades of #779848

#779848
(119,152,72)
#6D8B42
(109,139,66)
#637E3C
(99,126,60)
#597136
(89,113,54)
#4F6430
(79,100,48)
#45572A
(69,87,42)
#3B4A24
(59,74,36)
#313D1E
(49,61,30)
#273018
(39,48,24)
#1D2312
(29,35,18)
#13160C
(19,22,12)
#000000
(0,0,0)

Tints of #779848

#779848
(119,152,72)
#83A158
(131,161,88)
#8FAA68
(143,170,104)
#9BB378
(155,179,120)
#A7BC88
(167,188,136)
#B3C598
(179,197,152)
#BFCEA8
(191,206,168)
#CBD7B8
(203,215,184)
#D7E0C8
(215,224,200)
#E3E9D8
(227,233,216)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779848; }

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

This text font color is #779848.


Background Color

.myBgColor { background-color: #779848; }

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

This div background color is #779848.


Border color

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

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

This div border color is #779848.


Opacity

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

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

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

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

This text has shadow with #779848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779848 on black background.


Color preview on white background

This text has color #779848 on white background.



Black color preview on #779848 background

This text has black color on #779848 background.


White color preview on #779848 background

This text has white color on #779848 background.