COLOR #778972

HEX: #778972
RGB: (119,137,114)

Color info

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

RGB color model

#778972 color RGB value is (119,137,114).

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

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 114 of 255 = 45%

119
137
114

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 114 = 370 (100%)
R 119 of 370 ~ 32.16%
G 137 of 370 ~ 37.03%
B 114 of 370 ~ 30.81%

%32.16
%37.03
%30.81

CMYK color model

#778972 color CMYK value is (13,0,17,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 16.79%
  • key color value is 46.27%
CMYK:
(13,0,17,46)
C13M0Y17K46 
(13%,0%,17%,46%)
(0.13/0.00/0.17/0.46)	

CMYK percentages

%13.14
%0
%16.79
%46.27

Codes

Color #778972 in popluar color models

778972
RGB119137114
HSL107°9.16%49.22%
HSB/HSV107°16.79%53.73%
CMYK13.14%0.00%16.79%
46.27%

Color #778972 in popluar number systems.

HEX778972
Decimal119137114
Binary1110111100010011110010
Octal167211162

Shades and tints

Shades of #778972

#778972
(119,137,114)
#6D7D68
(109,125,104)
#63715E
(99,113,94)
#596554
(89,101,84)
#4F594A
(79,89,74)
#454D40
(69,77,64)
#3B4136
(59,65,54)
#31352C
(49,53,44)
#272922
(39,41,34)
#1D1D18
(29,29,24)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #778972

#778972
(119,137,114)
#83937E
(131,147,126)
#8F9D8A
(143,157,138)
#9BA796
(155,167,150)
#A7B1A2
(167,177,162)
#B3BBAE
(179,187,174)
#BFC5BA
(191,197,186)
#CBCFC6
(203,207,198)
#D7D9D2
(215,217,210)
#E3E3DE
(227,227,222)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778972; }

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

This text font color is #778972.


Background Color

.myBgColor { background-color: #778972; }

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

This div background color is #778972.


Border color

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

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

This div border color is #778972.


Opacity

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

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

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

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

This text has shadow with #778972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778972 on black background.


Color preview on white background

This text has color #778972 on white background.



Black color preview on #778972 background

This text has black color on #778972 background.


White color preview on #778972 background

This text has white color on #778972 background.