COLOR #778D87

HEX: #778D87
RGB: (119,141,135)

Color info

#778D87 contains red, green and blue colors in about the same proportion. Web safe color of #778D87 is #669999 (or #699).

RGB color model

#778D87 color RGB value is (119,141,135).

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

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 135 of 255 = 53%

119
141
135

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

Portions of RGB colors in percentages

R + G + B =
119 + 141 + 135 = 395 (100%)
R 119 of 395 ~ 30.13%
G 141 of 395 ~ 35.7%
B 135 of 395 ~ 34.18%

%30.13
%35.7
%34.18

CMYK color model

#778D87 color CMYK value is (16,0,4,45).

  • cyan value is 15.60%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 44.71%
CMYK:
(16,0,4,45)
C16M0Y4K45 
(16%,0%,4%,45%)
(0.16/0.00/0.04/0.45)	

CMYK percentages

%15.6
%0
%4.26
%44.71

Codes

Color #778D87 in popluar color models

778D87
RGB119141135
HSL164°8.80%50.98%
HSB/HSV164°15.60%55.29%
CMYK15.60%0.00%4.26%
44.71%

Color #778D87 in popluar number systems.

HEX778D87
Decimal119141135
Binary11101111000110110000111
Octal167215207

Shades and tints

Shades of #778D87

#778D87
(119,141,135)
#6D817B
(109,129,123)
#63756F
(99,117,111)
#596963
(89,105,99)
#4F5D57
(79,93,87)
#45514B
(69,81,75)
#3B453F
(59,69,63)
#313933
(49,57,51)
#272D27
(39,45,39)
#1D211B
(29,33,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #778D87

#778D87
(119,141,135)
#839791
(131,151,145)
#8FA19B
(143,161,155)
#9BABA5
(155,171,165)
#A7B5AF
(167,181,175)
#B3BFB9
(179,191,185)
#BFC9C3
(191,201,195)
#CBD3CD
(203,211,205)
#D7DDD7
(215,221,215)
#E3E7E1
(227,231,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778D87; }

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

This text font color is #778D87.


Background Color

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

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

This div background color is #778D87.


Border color

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

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

This div border color is #778D87.


Opacity

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

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

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

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

This text has shadow with #778D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778D87 on black background.


Color preview on white background

This text has color #778D87 on white background.



Black color preview on #778D87 background

This text has black color on #778D87 background.


White color preview on #778D87 background

This text has white color on #778D87 background.