COLOR #778FC6

HEX: #778FC6 RGB: (119,143,198)

Color info

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

RGB color model

#778FC6 color RGB value is (119,143,198).

RGB: (119,143,198) (47%, 56%, 78%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 198 of 255 = 78%

119
143
198

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

Portions of RGB colors in percentages

R + G + B = 119 + 143 + 198 = 460 (100%)
R 119 of 460 ~ 25.87%
G 143 of 460 ~ 31.09%
B 198 of 460 ~ 43.04'%

%25.87
%31.09
%43.04

CMYK color model

#778FC6 color CMYK value is (40,28,0,22).

  • cyan value is 39.90%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK: (40,28,0,22) C40M28Y0K22 (40%,28%,0%,22%) (0.40/0.28/0.00/0.22) 

CMYK percentages

%39.9
%27.78
%0
%22.35

Codes

Color #778FC6 in popluar color models

77 8F C6
RGB 119 143 198
HSL 222° 40.93% 62.16%
HSB/HSV 222° 39.90% 77.65%
CMYK 39.90% 27.78% 0.00%
22.35%

Color #778FC6 in popluar number systems.

HEX 77 8F C6
Decimal 119 143 198
Binary 1110111 10001111 11000110
Octal 167 217 306

Shades and tints

Shades of #778FC6

#778FC6
(119,143,198)
#6D82B4
(109,130,180)
#6375A2
(99,117,162)
#596890
(89,104,144)
#4F5B7E
(79,91,126)
#454E6C
(69,78,108)
#3B415A
(59,65,90)
#313448
(49,52,72)
#272736
(39,39,54)
#1D1A24
(29,26,36)
#130D12
(19,13,18)
#000000
(0,0,0)

Tints of #778FC6

#778FC6
(119,143,198)
#8399CB
(131,153,203)
#8FA3D0
(143,163,208)
#9BADD5
(155,173,213)
#A7B7DA
(167,183,218)
#B3C1DF
(179,193,223)
#BFCBE4
(191,203,228)
#CBD5E9
(203,213,233)
#D7DFEE
(215,223,238)
#E3E9F3
(227,233,243)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778FC6 color. Also use rgb(119,143,198) instead hex code.

Text Font Color

.myTextColor { color: #778FC6; }

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

This text font color is #778FC6.

Background Color

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

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

This div background color is #778FC6.

Border color

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

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

This div border color is #778FC6.

Opacity

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

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

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

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

This text has shadow with #778FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778FC6.

Preview

Color preview on black background

This text has color #778FC6 on black background.


Color preview on white background

This text has color #778FC6 on white background.


Black color preview on #778FC6 background

This text has black color on #778FC6 background.


White color preview on #778FC6 background

This text has white color on #778FC6 background.


Related colors

Complementary color

Complementary color for #hex is #887039.


I love getcolorcode.com

Triadic colors

1 #C6778F and #8FC677 with #778FC6 are triadic colors.

2 #C68F77 and #8F77C6 with #778FC6 are triadic colors.