COLOR #778BBD

HEX: #778BBD
RGB: (119,139,189)

Color info

#778BBD contains mainly green and blue colors. Web safe color of #778BBD is #6699CC (or #69C).

RGB color model

#778BBD color RGB value is (119,139,189).

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

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 189 of 255 = 74%

119
139
189

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

Portions of RGB colors in percentages

R + G + B =
119 + 139 + 189 = 447 (100%)
R 119 of 447 ~ 26.62%
G 139 of 447 ~ 31.1%
B 189 of 447 ~ 42.28%

%26.62
%31.1
%42.28

CMYK color model

#778BBD color CMYK value is (37,26,0,26).

  • cyan value is 37.04%
  • magenta value is 26.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(37,26,0,26)
C37M26Y0K26 
(37%,26%,0%,26%)
(0.37/0.26/0.00/0.26)	

CMYK percentages

%37.04
%26.46
%0
%25.88

Codes

Color #778BBD in popluar color models

778BBD
RGB119139189
HSL223°34.65%60.39%
HSB/HSV223°37.04%74.12%
CMYK37.04%26.46%0.00%
25.88%

Color #778BBD in popluar number systems.

HEX778BBD
Decimal119139189
Binary11101111000101110111101
Octal167213275

Shades and tints

Shades of #778BBD

#778BBD
(119,139,189)
#6D7FAC
(109,127,172)
#63739B
(99,115,155)
#59678A
(89,103,138)
#4F5B79
(79,91,121)
#454F68
(69,79,104)
#3B4357
(59,67,87)
#313746
(49,55,70)
#272B35
(39,43,53)
#1D1F24
(29,31,36)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #778BBD

#778BBD
(119,139,189)
#8395C3
(131,149,195)
#8F9FC9
(143,159,201)
#9BA9CF
(155,169,207)
#A7B3D5
(167,179,213)
#B3BDDB
(179,189,219)
#BFC7E1
(191,199,225)
#CBD1E7
(203,209,231)
#D7DBED
(215,219,237)
#E3E5F3
(227,229,243)
#EFEFF9
(239,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778BBD; }

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

This text font color is #778BBD.


Background Color

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

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

This div background color is #778BBD.


Border color

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

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

This div border color is #778BBD.


Opacity

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

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

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

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

This text has shadow with #778BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #778BBD on black background.


Color preview on white background

This text has color #778BBD on white background.



Black color preview on #778BBD background

This text has black color on #778BBD background.


White color preview on #778BBD background

This text has white color on #778BBD background.