COLOR #778974

HEX: #778974
RGB: (119,137,116)

Color info

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

RGB color model

#778974 color RGB value is (119,137,116).

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

RGB channels and saturation

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

119
137
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 116 = 372 (100%)
R 119 of 372 ~ 31.99%
G 137 of 372 ~ 36.83%
B 116 of 372 ~ 31.18%

%31.99
%36.83
%31.18

CMYK color model

#778974 color CMYK value is (13,0,15,46).

  • cyan value is 13.14%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 46.27%
CMYK:
(13,0,15,46)
C13M0Y15K46 
(13%,0%,15%,46%)
(0.13/0.00/0.15/0.46)	

CMYK percentages

%13.14
%0
%15.33
%46.27

Codes

Color #778974 in popluar color models

778974
RGB119137116
HSL111°8.30%49.61%
HSB/HSV111°15.33%53.73%
CMYK13.14%0.00%15.33%
46.27%

Color #778974 in popluar number systems.

HEX778974
Decimal119137116
Binary1110111100010011110100
Octal167211164

Shades and tints

Shades of #778974

#778974
(119,137,116)
#6D7D6A
(109,125,106)
#637160
(99,113,96)
#596556
(89,101,86)
#4F594C
(79,89,76)
#454D42
(69,77,66)
#3B4138
(59,65,56)
#31352E
(49,53,46)
#272924
(39,41,36)
#1D1D1A
(29,29,26)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #778974

#778974
(119,137,116)
#839380
(131,147,128)
#8F9D8C
(143,157,140)
#9BA798
(155,167,152)
#A7B1A4
(167,177,164)
#B3BBB0
(179,187,176)
#BFC5BC
(191,197,188)
#CBCFC8
(203,207,200)
#D7D9D4
(215,217,212)
#E3E3E0
(227,227,224)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778974; }

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

This text font color is #778974.


Background Color

.myBgColor { background-color: #778974; }

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

This div background color is #778974.


Border color

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

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

This div border color is #778974.


Opacity

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

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

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

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

This text has shadow with #778974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778974 on black background.


Color preview on white background

This text has color #778974 on white background.



Black color preview on #778974 background

This text has black color on #778974 background.


White color preview on #778974 background

This text has white color on #778974 background.