COLOR #778961

HEX: #778961
RGB: (119,137,97)

Color info

#778961 contains red, green and blue colors in about the same proportion. Web safe color of #778961 is #669966 (or #696).

RGB color model

#778961 color RGB value is (119,137,97).

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

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 97 of 255 = 38%

119
137
97

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 97 = 353 (100%)
R 119 of 353 ~ 33.71%
G 137 of 353 ~ 38.81%
B 97 of 353 ~ 27.48%

%33.71
%38.81
%27.48

CMYK color model

#778961 color CMYK value is (13,0,29,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(13,0,29,46)
C13M0Y29K46 
(13%,0%,29%,46%)
(0.13/0.00/0.29/0.46)	

CMYK percentages

%13.14
%0
%29.2
%46.27

Codes

Color #778961 in popluar color models

778961
RGB11913797
HSL87°17.09%45.88%
HSB/HSV87°29.20%53.73%
CMYK13.14%0.00%29.20%
46.27%

Color #778961 in popluar number systems.

HEX778961
Decimal11913797
Binary1110111100010011100001
Octal167211141

Shades and tints

Shades of #778961

#778961
(119,137,97)
#6D7D59
(109,125,89)
#637151
(99,113,81)
#596549
(89,101,73)
#4F5941
(79,89,65)
#454D39
(69,77,57)
#3B4131
(59,65,49)
#313529
(49,53,41)
#272921
(39,41,33)
#1D1D19
(29,29,25)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #778961

#778961
(119,137,97)
#83936F
(131,147,111)
#8F9D7D
(143,157,125)
#9BA78B
(155,167,139)
#A7B199
(167,177,153)
#B3BBA7
(179,187,167)
#BFC5B5
(191,197,181)
#CBCFC3
(203,207,195)
#D7D9D1
(215,217,209)
#E3E3DF
(227,227,223)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778961; }

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

This text font color is #778961.


Background Color

.myBgColor { background-color: #778961; }

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

This div background color is #778961.


Border color

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

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

This div border color is #778961.


Opacity

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

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

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

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

This text has shadow with #778961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778961 on black background.


Color preview on white background

This text has color #778961 on white background.



Black color preview on #778961 background

This text has black color on #778961 background.


White color preview on #778961 background

This text has white color on #778961 background.