COLOR #778A36

HEX: #778A36
RGB: (119,138,54)

Color info

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

RGB color model

#778A36 color RGB value is (119,138,54).

  • red value is 119;
  • green value is 138;
  • blue value is 54.
RGB:
(119,138,54)
(47%,54%,21%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 54 of 255 = 21%

119
138
54

R + G + B ~ 41%. #778A36 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 54 = 311 (100%)
R 119 of 311 ~ 38.26%
G 138 of 311 ~ 44.37%
B 54 of 311 ~ 17.36%

%38.26
%44.37
%17.36

CMYK color model

#778A36 color CMYK value is (14,0,61,46).

  • cyan value is 13.77%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 45.88%
CMYK:
(14,0,61,46)
C14M0Y61K46 
(14%,0%,61%,46%)
(0.14/0.00/0.61/0.46)	

CMYK percentages

%13.77
%0
%60.87
%45.88

Codes

Color #778A36 in popluar color models

778A36
RGB11913854
HSL74°43.75%37.65%
HSB/HSV74°60.87%54.12%
CMYK13.77%0.00%60.87%
45.88%

Color #778A36 in popluar number systems.

HEX778A36
Decimal11913854
Binary111011110001010110110
Octal16721266

Shades and tints

Shades of #778A36

#778A36
(119,138,54)
#6D7E32
(109,126,50)
#63722E
(99,114,46)
#59662A
(89,102,42)
#4F5A26
(79,90,38)
#454E22
(69,78,34)
#3B421E
(59,66,30)
#31361A
(49,54,26)
#272A16
(39,42,22)
#1D1E12
(29,30,18)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #778A36

#778A36
(119,138,54)
#839448
(131,148,72)
#8F9E5A
(143,158,90)
#9BA86C
(155,168,108)
#A7B27E
(167,178,126)
#B3BC90
(179,188,144)
#BFC6A2
(191,198,162)
#CBD0B4
(203,208,180)
#D7DAC6
(215,218,198)
#E3E4D8
(227,228,216)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778A36 color. Also use rgb(119,138,54) instead hex code.

Text Font Color

.myTextColor { color: #778A36; }

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

This text font color is #778A36.


Background Color

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

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

This div background color is #778A36.


Border color

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

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

This div border color is #778A36.


Opacity

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

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

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

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

This text has shadow with #778A36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A36 on black background.


Color preview on white background

This text has color #778A36 on white background.



Black color preview on #778A36 background

This text has black color on #778A36 background.


White color preview on #778A36 background

This text has white color on #778A36 background.