COLOR #778BAA

HEX: #778BAA
RGB: (119,139,170)

Color info

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

RGB color model

#778BAA color RGB value is (119,139,170).

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

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 170 of 255 = 67%

119
139
170

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

Portions of RGB colors in percentages

R + G + B =
119 + 139 + 170 = 428 (100%)
R 119 of 428 ~ 27.8%
G 139 of 428 ~ 32.48%
B 170 of 428 ~ 39.72%

%27.8
%32.48
%39.72

CMYK color model

#778BAA color CMYK value is (30,18,0,33).

  • cyan value is 30.00%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(30,18,0,33)
C30M18Y0K33 
(30%,18%,0%,33%)
(0.30/0.18/0.00/0.33)	

CMYK percentages

%30
%18.24
%0
%33.33

Codes

Color #778BAA in popluar color models

778BAA
RGB119139170
HSL216°23.08%56.67%
HSB/HSV216°30.00%66.67%
CMYK30.00%18.24%0.00%
33.33%

Color #778BAA in popluar number systems.

HEX778BAA
Decimal119139170
Binary11101111000101110101010
Octal167213252

Shades and tints

Shades of #778BAA

#778BAA
(119,139,170)
#6D7F9B
(109,127,155)
#63738C
(99,115,140)
#59677D
(89,103,125)
#4F5B6E
(79,91,110)
#454F5F
(69,79,95)
#3B4350
(59,67,80)
#313741
(49,55,65)
#272B32
(39,43,50)
#1D1F23
(29,31,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #778BAA

#778BAA
(119,139,170)
#8395B1
(131,149,177)
#8F9FB8
(143,159,184)
#9BA9BF
(155,169,191)
#A7B3C6
(167,179,198)
#B3BDCD
(179,189,205)
#BFC7D4
(191,199,212)
#CBD1DB
(203,209,219)
#D7DBE2
(215,219,226)
#E3E5E9
(227,229,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778BAA; }

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

This text font color is #778BAA.


Background Color

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

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

This div background color is #778BAA.


Border color

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

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

This div border color is #778BAA.


Opacity

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

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

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

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

This text has shadow with #778BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778BAA on black background.


Color preview on white background

This text has color #778BAA on white background.



Black color preview on #778BAA background

This text has black color on #778BAA background.


White color preview on #778BAA background

This text has white color on #778BAA background.