COLOR #778879

HEX: #778879
RGB: (119,136,121)

Color info

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

RGB color model

#778879 color RGB value is (119,136,121).

  • red value is 119;
  • green value is 136;
  • blue value is 121.
RGB:
(119,136,121)
(47%,53%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 121 of 255 = 47%

119
136
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 121 = 376 (100%)
R 119 of 376 ~ 31.65%
G 136 of 376 ~ 36.17%
B 121 of 376 ~ 32.18%

%31.65
%36.17
%32.18

CMYK color model

#778879 color CMYK value is (13,0,11,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 11.03%
  • key color value is 46.67%
CMYK:
(13,0,11,47)
C13M0Y11K47 
(13%,0%,11%,47%)
(0.13/0.00/0.11/0.47)	

CMYK percentages

%12.5
%0
%11.03
%46.67

Codes

Color #778879 in popluar color models

778879
RGB119136121
HSL127°6.67%50.00%
HSB/HSV127°12.50%53.33%
CMYK12.50%0.00%11.03%
46.67%

Color #778879 in popluar number systems.

HEX778879
Decimal119136121
Binary1110111100010001111001
Octal167210171

Shades and tints

Shades of #778879

#778879
(119,136,121)
#6D7C6E
(109,124,110)
#637063
(99,112,99)
#596458
(89,100,88)
#4F584D
(79,88,77)
#454C42
(69,76,66)
#3B4037
(59,64,55)
#31342C
(49,52,44)
#272821
(39,40,33)
#1D1C16
(29,28,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #778879

#778879
(119,136,121)
#839285
(131,146,133)
#8F9C91
(143,156,145)
#9BA69D
(155,166,157)
#A7B0A9
(167,176,169)
#B3BAB5
(179,186,181)
#BFC4C1
(191,196,193)
#CBCECD
(203,206,205)
#D7D8D9
(215,216,217)
#E3E2E5
(227,226,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778879 color. Also use rgb(119,136,121) instead hex code.

Text Font Color

.myTextColor { color: #778879; }

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

This text font color is #778879.


Background Color

.myBgColor { background-color: #778879; }

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

This div background color is #778879.


Border color

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

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

This div border color is #778879.


Opacity

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

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

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

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

This text has shadow with #778879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778879 on black background.


Color preview on white background

This text has color #778879 on white background.



Black color preview on #778879 background

This text has black color on #778879 background.


White color preview on #778879 background

This text has white color on #778879 background.