COLOR #778E99

HEX: #778E99
RGB: (119,142,153)

Color info

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

RGB color model

#778E99 color RGB value is (119,142,153).

  • red value is 119;
  • green value is 142;
  • blue value is 153.
RGB:
(119,142,153)
(47%,56%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 142 of 255 = 56%
B 153 of 255 = 60%

119
142
153

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

Portions of RGB colors in percentages

R + G + B =
119 + 142 + 153 = 414 (100%)
R 119 of 414 ~ 28.74%
G 142 of 414 ~ 34.3%
B 153 of 414 ~ 36.96%

%28.74
%34.3
%36.96

CMYK color model

#778E99 color CMYK value is (22,7,0,40).

  • cyan value is 22.22%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(22,7,0,40)
C22M7Y0K40 
(22%,7%,0%,40%)
(0.22/0.07/0.00/0.40)	

CMYK percentages

%22.22
%7.19
%0
%40

Codes

Color #778E99 in popluar color models

778E99
RGB119142153
HSL199°14.29%53.33%
HSB/HSV199°22.22%60.00%
CMYK22.22%7.19%0.00%
40.00%

Color #778E99 in popluar number systems.

HEX778E99
Decimal119142153
Binary11101111000111010011001
Octal167216231

Shades and tints

Shades of #778E99

#778E99
(119,142,153)
#6D828C
(109,130,140)
#63767F
(99,118,127)
#596A72
(89,106,114)
#4F5E65
(79,94,101)
#455258
(69,82,88)
#3B464B
(59,70,75)
#313A3E
(49,58,62)
#272E31
(39,46,49)
#1D2224
(29,34,36)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #778E99

#778E99
(119,142,153)
#8398A2
(131,152,162)
#8FA2AB
(143,162,171)
#9BACB4
(155,172,180)
#A7B6BD
(167,182,189)
#B3C0C6
(179,192,198)
#BFCACF
(191,202,207)
#CBD4D8
(203,212,216)
#D7DEE1
(215,222,225)
#E3E8EA
(227,232,234)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778E99 color. Also use rgb(119,142,153) instead hex code.

Text Font Color

.myTextColor { color: #778E99; }

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

This text font color is #778E99.


Background Color

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

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

This div background color is #778E99.


Border color

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

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

This div border color is #778E99.


Opacity

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

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

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

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

This text has shadow with #778E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778E99 on black background.


Color preview on white background

This text has color #778E99 on white background.



Black color preview on #778E99 background

This text has black color on #778E99 background.


White color preview on #778E99 background

This text has white color on #778E99 background.