COLOR #779528

HEX: #779528
RGB: (119,149,40)

Color info

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

RGB color model

#779528 color RGB value is (119,149,40).

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

RGB channels and saturation

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

119
149
40

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

Portions of RGB colors in percentages

R + G + B =
119 + 149 + 40 = 308 (100%)
R 119 of 308 ~ 38.64%
G 149 of 308 ~ 48.38%
B 40 of 308 ~ 12.99%

%38.64
%48.38
%12.99

CMYK color model

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

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

CMYK percentages

%20.13
%0
%73.15
%41.57

Codes

Color #779528 in popluar color models

779528
RGB11914940
HSL77°57.67%37.06%
HSB/HSV77°73.15%58.43%
CMYK20.13%0.00%73.15%
41.57%

Color #779528 in popluar number systems.

HEX779528
Decimal11914940
Binary111011110010101101000
Octal16722550

Shades and tints

Shades of #779528

#779528
(119,149,40)
#6D8825
(109,136,37)
#637B22
(99,123,34)
#596E1F
(89,110,31)
#4F611C
(79,97,28)
#455419
(69,84,25)
#3B4716
(59,71,22)
#313A13
(49,58,19)
#272D10
(39,45,16)
#1D200D
(29,32,13)
#13130A
(19,19,10)
#000000
(0,0,0)

Tints of #779528

#779528
(119,149,40)
#839E3B
(131,158,59)
#8FA74E
(143,167,78)
#9BB061
(155,176,97)
#A7B974
(167,185,116)
#B3C287
(179,194,135)
#BFCB9A
(191,203,154)
#CBD4AD
(203,212,173)
#D7DDC0
(215,221,192)
#E3E6D3
(227,230,211)
#EFEFE6
(239,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779528; }

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

This text font color is #779528.


Background Color

.myBgColor { background-color: #779528; }

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

This div background color is #779528.


Border color

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

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

This div border color is #779528.


Opacity

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

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

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

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

This text has shadow with #779528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779528 on black background.


Color preview on white background

This text has color #779528 on white background.



Black color preview on #779528 background

This text has black color on #779528 background.


White color preview on #779528 background

This text has white color on #779528 background.