COLOR #778BC1

HEX: #778BC1 RGB: (119,139,193)

Color info

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

RGB color model

#778BC1 color RGB value is (119,139,193).

RGB: (119,139,193) (47%, 55%, 76%)

RGB channels and saturation

R 119 of 255 = 47%
G 139 of 255 = 55%
B 193 of 255 = 76%

119
139
193

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

Portions of RGB colors in percentages

R + G + B = 119 + 139 + 193 = 451 (100%)
R 119 of 451 ~ 26.39%
G 139 of 451 ~ 30.82%
B 193 of 451 ~ 42.79'%

%26.39
%30.82
%42.79

CMYK color model

#778BC1 color CMYK value is (38,28,0,24).

  • cyan value is 38.34%
  • magenta value is 27.98%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (38,28,0,24)
C38M28Y0K24 (38%, 28%, 0%, 24%)
(0.38 / 0.28 / 0.00 / 0.24)

CMYK percentages

%38.34
%27.98
%0
%24.31

Codes

Color #778BC1 in popluar color models

77 8B C1
RGB 119 139 193
HSL 224° 37.37% 61.18%
HSB/HSV 224° 38.34% 75.69%
CMYK 38.34% 27.98% 0.00%
24.31%

Color #778BC1 in popluar number systems.

HEX 77 8B C1
Decimal 119 139 193
Binary 1110111 10001011 11000001
Octal 167 213 301

Shades and tints

Shades of #778BC1

#778BC1
(119,139,193)
#6D7FB0
(109,127,176)
#63739F
(99,115,159)
#59678E
(89,103,142)
#4F5B7D
(79,91,125)
#454F6C
(69,79,108)
#3B435B
(59,67,91)
#31374A
(49,55,74)
#272B39
(39,43,57)
#1D1F28
(29,31,40)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #778BC1

#778BC1
(119,139,193)
#8395C6
(131,149,198)
#8F9FCB
(143,159,203)
#9BA9D0
(155,169,208)
#A7B3D5
(167,179,213)
#B3BDDA
(179,189,218)
#BFC7DF
(191,199,223)
#CBD1E4
(203,209,228)
#D7DBE9
(215,219,233)
#E3E5EE
(227,229,238)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778BC1; }

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

This text font color is #778BC1.

Background Color

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

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

This div background color is #778BC1.

Border color

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

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

This div border color is #778BC1.

Opacity

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

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

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

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

This text has shadow with #778BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778BC1.

Preview

Color preview on black background

This text has color #778BC1 on black background.


Color preview on white background

This text has color #778BC1 on white background.


Black color preview on #778BC1 background

This text has black color on #778BC1 background.


White color preview on #778BC1 background

This text has white color on #778BC1 background.


Related colors

Complementary color

Complementary color for #hex is #88743E.


I love getcolorcode.com

Triadic colors

1 #C1778B and #8BC177 with #778BC1 are triadic colors.

2 #C18B77 and #8B77C1 with #778BC1 are triadic colors.