COLOR #778D4C

HEX: #778D4C
RGB: (119,141,76)

Color info

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

RGB color model

#778D4C color RGB value is (119,141,76).

  • red value is 119;
  • green value is 141;
  • blue value is 76.
RGB:
(119,141,76)
(47%,55%,30%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 76 of 255 = 30%

119
141
76

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 76 = 336 (100%)
R 119 of 336 ~ 35.42%
G 141 of 336 ~ 41.96%
B 76 of 336 ~ 22.62%

%35.42
%41.96
%22.62

CMYK color model

#778D4C color CMYK value is (16,0,46,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 46.10%
  • key color value is 44.71%
CMYK:
(16,0,46,45)
C16M0Y46K45 
(16%,0%,46%,45%)
(0.16/0.00/0.46/0.45)	

CMYK percentages

%15.6
%0
%46.1
%44.71

Codes

Color #778D4C in popluar color models

778D4C
RGB11914176
HSL80°29.95%42.55%
HSB/HSV80°46.10%55.29%
CMYK15.60%0.00%46.10%
44.71%

Color #778D4C in popluar number systems.

HEX778D4C
Decimal11914176
Binary1110111100011011001100
Octal167215114

Shades and tints

Shades of #778D4C

#778D4C
(119,141,76)
#6D8146
(109,129,70)
#637540
(99,117,64)
#59693A
(89,105,58)
#4F5D34
(79,93,52)
#45512E
(69,81,46)
#3B4528
(59,69,40)
#313922
(49,57,34)
#272D1C
(39,45,28)
#1D2116
(29,33,22)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #778D4C

#778D4C
(119,141,76)
#83975C
(131,151,92)
#8FA16C
(143,161,108)
#9BAB7C
(155,171,124)
#A7B58C
(167,181,140)
#B3BF9C
(179,191,156)
#BFC9AC
(191,201,172)
#CBD3BC
(203,211,188)
#D7DDCC
(215,221,204)
#E3E7DC
(227,231,220)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778D4C color. Also use rgb(119,141,76) instead hex code.

Text Font Color

.myTextColor { color: #778D4C; }

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

This text font color is #778D4C.


Background Color

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

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

This div background color is #778D4C.


Border color

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

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

This div border color is #778D4C.


Opacity

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

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

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

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

This text has shadow with #778D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D4C on black background.


Color preview on white background

This text has color #778D4C on white background.



Black color preview on #778D4C background

This text has black color on #778D4C background.


White color preview on #778D4C background

This text has white color on #778D4C background.