COLOR #778994

HEX: #778994
RGB: (119,137,148)

Color info

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

RGB color model

#778994 color RGB value is (119,137,148).

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

RGB channels and saturation

R 119 of 255 = 47%
G 137 of 255 = 54%
B 148 of 255 = 58%

119
137
148

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

Portions of RGB colors in percentages

R + G + B =
119 + 137 + 148 = 404 (100%)
R 119 of 404 ~ 29.46%
G 137 of 404 ~ 33.91%
B 148 of 404 ~ 36.63%

%29.46
%33.91
%36.63

CMYK color model

#778994 color CMYK value is (20,7,0,42).

  • cyan value is 19.59%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(20,7,0,42)
C20M7Y0K42 
(20%,7%,0%,42%)
(0.20/0.07/0.00/0.42)	

CMYK percentages

%19.59
%7.43
%0
%41.96

Codes

Color #778994 in popluar color models

778994
RGB119137148
HSL203°11.93%52.35%
HSB/HSV203°19.59%58.04%
CMYK19.59%7.43%0.00%
41.96%

Color #778994 in popluar number systems.

HEX778994
Decimal119137148
Binary11101111000100110010100
Octal167211224

Shades and tints

Shades of #778994

#778994
(119,137,148)
#6D7D87
(109,125,135)
#63717A
(99,113,122)
#59656D
(89,101,109)
#4F5960
(79,89,96)
#454D53
(69,77,83)
#3B4146
(59,65,70)
#313539
(49,53,57)
#27292C
(39,41,44)
#1D1D1F
(29,29,31)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #778994

#778994
(119,137,148)
#83939D
(131,147,157)
#8F9DA6
(143,157,166)
#9BA7AF
(155,167,175)
#A7B1B8
(167,177,184)
#B3BBC1
(179,187,193)
#BFC5CA
(191,197,202)
#CBCFD3
(203,207,211)
#D7D9DC
(215,217,220)
#E3E3E5
(227,227,229)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778994; }

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

This text font color is #778994.


Background Color

.myBgColor { background-color: #778994; }

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

This div background color is #778994.


Border color

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

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

This div border color is #778994.


Opacity

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

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

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

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

This text has shadow with #778994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778994 on black background.


Color preview on white background

This text has color #778994 on white background.



Black color preview on #778994 background

This text has black color on #778994 background.


White color preview on #778994 background

This text has white color on #778994 background.