COLOR #778A9C

HEX: #778A9C
RGB: (119,138,156)

Color info

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

RGB color model

#778A9C color RGB value is (119,138,156).

  • red value is 119;
  • green value is 138;
  • blue value is 156.
RGB:
(119,138,156)
(47%,54%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 156 of 255 = 61%

119
138
156

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

Portions of RGB colors in percentages

R + G + B =
119 + 138 + 156 = 413 (100%)
R 119 of 413 ~ 28.81%
G 138 of 413 ~ 33.41%
B 156 of 413 ~ 37.77%

%28.81
%33.41
%37.77

CMYK color model

#778A9C color CMYK value is (24,12,0,39).

  • cyan value is 23.72%
  • magenta value is 11.54%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,12,0,39)
C24M12Y0K39 
(24%,12%,0%,39%)
(0.24/0.12/0.00/0.39)	

CMYK percentages

%23.72
%11.54
%0
%38.82

Codes

Color #778A9C in popluar color models

778A9C
RGB119138156
HSL209°15.74%53.92%
HSB/HSV209°23.72%61.18%
CMYK23.72%11.54%0.00%
38.82%

Color #778A9C in popluar number systems.

HEX778A9C
Decimal119138156
Binary11101111000101010011100
Octal167212234

Shades and tints

Shades of #778A9C

#778A9C
(119,138,156)
#6D7E8E
(109,126,142)
#637280
(99,114,128)
#596672
(89,102,114)
#4F5A64
(79,90,100)
#454E56
(69,78,86)
#3B4248
(59,66,72)
#31363A
(49,54,58)
#272A2C
(39,42,44)
#1D1E1E
(29,30,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #778A9C

#778A9C
(119,138,156)
#8394A5
(131,148,165)
#8F9EAE
(143,158,174)
#9BA8B7
(155,168,183)
#A7B2C0
(167,178,192)
#B3BCC9
(179,188,201)
#BFC6D2
(191,198,210)
#CBD0DB
(203,208,219)
#D7DAE4
(215,218,228)
#E3E4ED
(227,228,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778A9C color. Also use rgb(119,138,156) instead hex code.

Text Font Color

.myTextColor { color: #778A9C; }

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

This text font color is #778A9C.


Background Color

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

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

This div background color is #778A9C.


Border color

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

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

This div border color is #778A9C.


Opacity

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

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

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

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

This text has shadow with #778A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778A9C on black background.


Color preview on white background

This text has color #778A9C on white background.



Black color preview on #778A9C background

This text has black color on #778A9C background.


White color preview on #778A9C background

This text has white color on #778A9C background.