COLOR #778942

HEX: #778942
RGB: (119,137,66)

Color info

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

RGB color model

#778942 color RGB value is (119,137,66).

  • red value is 119;
  • green value is 137;
  • blue value is 66.
RGB:
(119,137,66)
(47%,54%,26%)

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 66 of 255 = 26%

119
137
66

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 66 = 322 (100%)
R 119 of 322 ~ 36.96%
G 137 of 322 ~ 42.55%
B 66 of 322 ~ 20.5%

%36.96
%42.55
%20.5

CMYK color model

#778942 color CMYK value is (13,0,52,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 51.82%
  • key color value is 46.27%
CMYK:
(13,0,52,46)
C13M0Y52K46 
(13%,0%,52%,46%)
(0.13/0.00/0.52/0.46)	

CMYK percentages

%13.14
%0
%51.82
%46.27

Codes

Color #778942 in popluar color models

778942
RGB11913766
HSL75°34.98%39.80%
HSB/HSV75°51.82%53.73%
CMYK13.14%0.00%51.82%
46.27%

Color #778942 in popluar number systems.

HEX778942
Decimal11913766
Binary1110111100010011000010
Octal167211102

Shades and tints

Shades of #778942

#778942
(119,137,66)
#6D7D3C
(109,125,60)
#637136
(99,113,54)
#596530
(89,101,48)
#4F592A
(79,89,42)
#454D24
(69,77,36)
#3B411E
(59,65,30)
#313518
(49,53,24)
#272912
(39,41,18)
#1D1D0C
(29,29,12)
#131106
(19,17,6)
#000000
(0,0,0)

Tints of #778942

#778942
(119,137,66)
#839353
(131,147,83)
#8F9D64
(143,157,100)
#9BA775
(155,167,117)
#A7B186
(167,177,134)
#B3BB97
(179,187,151)
#BFC5A8
(191,197,168)
#CBCFB9
(203,207,185)
#D7D9CA
(215,217,202)
#E3E3DB
(227,227,219)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778942 color. Also use rgb(119,137,66) instead hex code.

Text Font Color

.myTextColor { color: #778942; }

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

This text font color is #778942.


Background Color

.myBgColor { background-color: #778942; }

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

This div background color is #778942.


Border color

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

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

This div border color is #778942.


Opacity

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

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

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

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

This text has shadow with #778942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778942 on black background.


Color preview on white background

This text has color #778942 on white background.



Black color preview on #778942 background

This text has black color on #778942 background.


White color preview on #778942 background

This text has white color on #778942 background.