COLOR #778ABC

HEX: #778ABC RGB: (119,138,188)

Color info

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

RGB color model

#778ABC color RGB value is (119,138,188).

RGB: (119,138,188) (47%, 54%, 74%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 188 of 255 = 74%

119
138
188

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

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 188 = 445 (100%)
R 119 of 445 ~ 26.74%
G 138 of 445 ~ 31.01%
B 188 of 445 ~ 42.25'%

%26.74
%31.01
%42.25

CMYK color model

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

  • cyan value is 36.70%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (37,27,0,26)
C37M27Y0K26 (37%, 27%, 0%, 26%)
(0.37 / 0.27 / 0.00 / 0.26)

CMYK percentages

%36.7
%26.6
%0
%26.27

Codes

Color #778ABC in popluar color models

77 8A BC
RGB 119 138 188
HSL 223° 33.99% 60.20%
HSB/HSV 223° 36.70% 73.73%
CMYK 36.70% 26.60% 0.00%
26.27%

Color #778ABC in popluar number systems.

HEX 77 8A BC
Decimal 119 138 188
Binary 1110111 10001010 10111100
Octal 167 212 274

Shades and tints

Shades of #778ABC

#778ABC
(119,138,188)
#6D7EAB
(109,126,171)
#63729A
(99,114,154)
#596689
(89,102,137)
#4F5A78
(79,90,120)
#454E67
(69,78,103)
#3B4256
(59,66,86)
#313645
(49,54,69)
#272A34
(39,42,52)
#1D1E23
(29,30,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #778ABC

#778ABC
(119,138,188)
#8394C2
(131,148,194)
#8F9EC8
(143,158,200)
#9BA8CE
(155,168,206)
#A7B2D4
(167,178,212)
#B3BCDA
(179,188,218)
#BFC6E0
(191,198,224)
#CBD0E6
(203,208,230)
#D7DAEC
(215,218,236)
#E3E4F2
(227,228,242)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778ABC; }

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

This text font color is #778ABC.

Background Color

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

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

This div background color is #778ABC.

Border color

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

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

This div border color is #778ABC.

Opacity

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

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

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

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

This text has shadow with #778ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778ABC.

Preview

Color preview on black background

This text has color #778ABC on black background.


Color preview on white background

This text has color #778ABC on white background.


Black color preview on #778ABC background

This text has black color on #778ABC background.


White color preview on #778ABC background

This text has white color on #778ABC background.


Related colors

Complementary color

Complementary color for #hex is #887543.


I love getcolorcode.com

Triadic colors

1 #BC778A and #8ABC77 with #778ABC are triadic colors.

2 #BC8A77 and #8A77BC with #778ABC are triadic colors.