COLOR #778C19

HEX: #778C19
RGB: (119,140,25)

Color info

#778C19 contains mainly red and green colors. Web safe color of #778C19 is #669900 (or #690).

RGB color model

#778C19 color RGB value is (119,140,25).

  • red value is 119;
  • green value is 140;
  • blue value is 25.
RGB:
(119,140,25)
(47%,55%,10%)

RGB channels and saturation

R 119 of 255 = 47%
G 140 of 255 = 55%
B 25 of 255 = 10%

119
140
25

R + G + B ~ 37%. #778C19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 140 + 25 = 284 (100%)
R 119 of 284 ~ 41.9%
G 140 of 284 ~ 49.3%
B 25 of 284 ~ 8.8%

%41.9
%49.3

CMYK color model

#778C19 color CMYK value is (15,0,82,45).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 45.10%
CMYK:
(15,0,82,45)
C15M0Y82K45 
(15%,0%,82%,45%)
(0.15/0.00/0.82/0.45)	

CMYK percentages

%15
%0
%82.14
%45.1

Codes

Color #778C19 in popluar color models

778C19
RGB11914025
HSL71°69.70%32.35%
HSB/HSV71°82.14%54.90%
CMYK15.00%0.00%82.14%
45.10%

Color #778C19 in popluar number systems.

HEX778C19
Decimal11914025
Binary11101111000110011001
Octal16721431

Shades and tints

Shades of #778C19

#778C19
(119,140,25)
#6D8017
(109,128,23)
#637415
(99,116,21)
#596813
(89,104,19)
#4F5C11
(79,92,17)
#45500F
(69,80,15)
#3B440D
(59,68,13)
#31380B
(49,56,11)
#272C09
(39,44,9)
#1D2007
(29,32,7)
#131405
(19,20,5)
#000000
(0,0,0)

Tints of #778C19

#778C19
(119,140,25)
#83962D
(131,150,45)
#8FA041
(143,160,65)
#9BAA55
(155,170,85)
#A7B469
(167,180,105)
#B3BE7D
(179,190,125)
#BFC891
(191,200,145)
#CBD2A5
(203,210,165)
#D7DCB9
(215,220,185)
#E3E6CD
(227,230,205)
#EFF0E1
(239,240,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778C19 color. Also use rgb(119,140,25) instead hex code.

Text Font Color

.myTextColor { color: #778C19; }

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

This text font color is #778C19.


Background Color

.myBgColor { background-color: #778C19; }

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

This div background color is #778C19.


Border color

.myBorderColor { border: 1px solid #778C19; }

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

This div border color is #778C19.


Opacity

.myOpacity80 { color: #778C19; opacity: 0.8; }

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

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

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

This text has shadow with #778C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778C19 on black background.


Color preview on white background

This text has color #778C19 on white background.



Black color preview on #778C19 background

This text has black color on #778C19 background.


White color preview on #778C19 background

This text has white color on #778C19 background.