COLOR #778BA8

HEX: #778BA8 RGB: (119,139,168)

Color info

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

RGB color model

#778BA8 color RGB value is (119,139,168).

RGB: (119,139,168) (47%, 55%, 66%)

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 168 of 255 = 66%

119
139
168

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

Portions of RGB colors in percentages

R + G + B = 119 + 139 + 168 = 426 (100%)
R 119 of 426 ~ 27.93%
G 139 of 426 ~ 32.63%
B 168 of 426 ~ 39.44'%

%27.93
%32.63
%39.44

CMYK color model

#778BA8 color CMYK value is (29,17,0,34).

  • cyan value is 29.17%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (29,17,0,34)
C29M17Y0K34 (29%, 17%, 0%, 34%)
(0.29 / 0.17 / 0.00 / 0.34)

CMYK percentages

%29.17
%17.26
%0
%34.12

Codes

Color #778BA8 in popluar color models

77 8B A8
RGB 119 139 168
HSL 216° 21.97% 56.27%
HSB/HSV 216° 29.17% 65.88%
CMYK 29.17% 17.26% 0.00%
34.12%

Color #778BA8 in popluar number systems.

HEX 77 8B A8
Decimal 119 139 168
Binary 1110111 10001011 10101000
Octal 167 213 250

Shades and tints

Shades of #778BA8

#778BA8
(119,139,168)
#6D7F99
(109,127,153)
#63738A
(99,115,138)
#59677B
(89,103,123)
#4F5B6C
(79,91,108)
#454F5D
(69,79,93)
#3B434E
(59,67,78)
#31373F
(49,55,63)
#272B30
(39,43,48)
#1D1F21
(29,31,33)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #778BA8

#778BA8
(119,139,168)
#8395AF
(131,149,175)
#8F9FB6
(143,159,182)
#9BA9BD
(155,169,189)
#A7B3C4
(167,179,196)
#B3BDCB
(179,189,203)
#BFC7D2
(191,199,210)
#CBD1D9
(203,209,217)
#D7DBE0
(215,219,224)
#E3E5E7
(227,229,231)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778BA8; }

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

This text font color is #778BA8.

Background Color

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

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

This div background color is #778BA8.

Border color

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

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

This div border color is #778BA8.

Opacity

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

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

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

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

This text has shadow with #778BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778BA8.

Preview

Color preview on black background

This text has color #778BA8 on black background.


Color preview on white background

This text has color #778BA8 on white background.


Black color preview on #778BA8 background

This text has black color on #778BA8 background.


White color preview on #778BA8 background

This text has white color on #778BA8 background.


Related colors

Complementary color

Complementary color for #hex is #887457.


I love getcolorcode.com

Triadic colors

1 #A8778B and #8BA877 with #778BA8 are triadic colors.

2 #A88B77 and #8B77A8 with #778BA8 are triadic colors.