COLOR #778FA6

HEX: #778FA6 RGB: (119,143,166)

Color info

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

RGB color model

#778FA6 color RGB value is (119,143,166).

RGB: (119,143,166) (47%, 56%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 143 of 255 = 56%
B 166 of 255 = 65%

119
143
166

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

Portions of RGB colors in percentages

R + G + B = 119 + 143 + 166 = 428 (100%)
R 119 of 428 ~ 27.8%
G 143 of 428 ~ 33.41%
B 166 of 428 ~ 38.79'%

%27.8
%33.41
%38.79

CMYK color model

#778FA6 color CMYK value is (28,14,0,35).

  • cyan value is 28.31%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (28,14,0,35)
C28M14Y0K35 (28%, 14%, 0%, 35%)
(0.28 / 0.14 / 0.00 / 0.35)

CMYK percentages

%28.31
%13.86
%0
%34.9

Codes

Color #778FA6 in popluar color models

77 8F A6
RGB 119 143 166
HSL 209° 20.89% 55.88%
HSB/HSV 209° 28.31% 65.10%
CMYK 28.31% 13.86% 0.00%
34.90%

Color #778FA6 in popluar number systems.

HEX 77 8F A6
Decimal 119 143 166
Binary 1110111 10001111 10100110
Octal 167 217 246

Shades and tints

Shades of #778FA6

#778FA6
(119,143,166)
#6D8297
(109,130,151)
#637588
(99,117,136)
#596879
(89,104,121)
#4F5B6A
(79,91,106)
#454E5B
(69,78,91)
#3B414C
(59,65,76)
#31343D
(49,52,61)
#27272E
(39,39,46)
#1D1A1F
(29,26,31)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #778FA6

#778FA6
(119,143,166)
#8399AE
(131,153,174)
#8FA3B6
(143,163,182)
#9BADBE
(155,173,190)
#A7B7C6
(167,183,198)
#B3C1CE
(179,193,206)
#BFCBD6
(191,203,214)
#CBD5DE
(203,213,222)
#D7DFE6
(215,223,230)
#E3E9EE
(227,233,238)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778FA6; }

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

This text font color is #778FA6.

Background Color

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

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

This div background color is #778FA6.

Border color

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

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

This div border color is #778FA6.

Opacity

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

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

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

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

This text has shadow with #778FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778FA6.

Preview

Color preview on black background

This text has color #778FA6 on black background.


Color preview on white background

This text has color #778FA6 on white background.


Black color preview on #778FA6 background

This text has black color on #778FA6 background.


White color preview on #778FA6 background

This text has white color on #778FA6 background.


Related colors

Complementary color

Complementary color for #hex is #887059.


I love getcolorcode.com

Triadic colors

1 #A6778F and #8FA677 with #778FA6 are triadic colors.

2 #A68F77 and #8F77A6 with #778FA6 are triadic colors.