COLOR #778B9A

HEX: #778B9A
RGB: (119,139,154)

Color info

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

RGB color model

#778B9A color RGB value is (119,139,154).

  • red value is 119;
  • green value is 139;
  • blue value is 154.
RGB:
(119,139,154)
(47%,55%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 154 of 255 = 60%

119
139
154

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

Portions of RGB colors in percentages

R + G + B =
119 + 139 + 154 = 412 (100%)
R 119 of 412 ~ 28.88%
G 139 of 412 ~ 33.74%
B 154 of 412 ~ 37.38%

%28.88
%33.74
%37.38

CMYK color model

#778B9A color CMYK value is (23,10,0,40).

  • cyan value is 22.73%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,10,0,40)
C23M10Y0K40 
(23%,10%,0%,40%)
(0.23/0.10/0.00/0.40)	

CMYK percentages

%22.73
%9.74
%0
%39.61

Codes

Color #778B9A in popluar color models

778B9A
RGB119139154
HSL206°14.77%53.53%
HSB/HSV206°22.73%60.39%
CMYK22.73%9.74%0.00%
39.61%

Color #778B9A in popluar number systems.

HEX778B9A
Decimal119139154
Binary11101111000101110011010
Octal167213232

Shades and tints

Shades of #778B9A

#778B9A
(119,139,154)
#6D7F8C
(109,127,140)
#63737E
(99,115,126)
#596770
(89,103,112)
#4F5B62
(79,91,98)
#454F54
(69,79,84)
#3B4346
(59,67,70)
#313738
(49,55,56)
#272B2A
(39,43,42)
#1D1F1C
(29,31,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #778B9A

#778B9A
(119,139,154)
#8395A3
(131,149,163)
#8F9FAC
(143,159,172)
#9BA9B5
(155,169,181)
#A7B3BE
(167,179,190)
#B3BDC7
(179,189,199)
#BFC7D0
(191,199,208)
#CBD1D9
(203,209,217)
#D7DBE2
(215,219,226)
#E3E5EB
(227,229,235)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778B9A color. Also use rgb(119,139,154) instead hex code.

Text Font Color

.myTextColor { color: #778B9A; }

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

This text font color is #778B9A.


Background Color

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

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

This div background color is #778B9A.


Border color

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

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

This div border color is #778B9A.


Opacity

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

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

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

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

This text has shadow with #778B9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778B9A on black background.


Color preview on white background

This text has color #778B9A on white background.



Black color preview on #778B9A background

This text has black color on #778B9A background.


White color preview on #778B9A background

This text has white color on #778B9A background.