COLOR #778DAE

HEX: #778DAE RGB: (119,141,174)

Color info

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

RGB color model

#778DAE color RGB value is (119,141,174).

RGB: (119,141,174) (47%, 55%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 141 of 255 = 55%
B 174 of 255 = 68%

119
141
174

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

Portions of RGB colors in percentages

R + G + B = 119 + 141 + 174 = 434 (100%)
R 119 of 434 ~ 27.42%
G 141 of 434 ~ 32.49%
B 174 of 434 ~ 40.09'%

%27.42
%32.49
%40.09

CMYK color model

#778DAE color CMYK value is (32,19,0,32).

  • cyan value is 31.61%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (32,19,0,32)
C32M19Y0K32 (32%, 19%, 0%, 32%)
(0.32 / 0.19 / 0.00 / 0.32)

CMYK percentages

%31.61
%18.97
%0
%31.76

Codes

Color #778DAE in popluar color models

77 8D AE
RGB 119 141 174
HSL 216° 25.35% 57.45%
HSB/HSV 216° 31.61% 68.24%
CMYK 31.61% 18.97% 0.00%
31.76%

Color #778DAE in popluar number systems.

HEX 77 8D AE
Decimal 119 141 174
Binary 1110111 10001101 10101110
Octal 167 215 256

Shades and tints

Shades of #778DAE

#778DAE
(119,141,174)
#6D819F
(109,129,159)
#637590
(99,117,144)
#596981
(89,105,129)
#4F5D72
(79,93,114)
#455163
(69,81,99)
#3B4554
(59,69,84)
#313945
(49,57,69)
#272D36
(39,45,54)
#1D2127
(29,33,39)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #778DAE

#778DAE
(119,141,174)
#8397B5
(131,151,181)
#8FA1BC
(143,161,188)
#9BABC3
(155,171,195)
#A7B5CA
(167,181,202)
#B3BFD1
(179,191,209)
#BFC9D8
(191,201,216)
#CBD3DF
(203,211,223)
#D7DDE6
(215,221,230)
#E3E7ED
(227,231,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778DAE color. Also use rgb(119,141,174) instead hex code.

Text Font Color

.myTextColor { color: #778DAE; }

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

This text font color is #778DAE.

Background Color

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

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

This div background color is #778DAE.

Border color

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

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

This div border color is #778DAE.

Opacity

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

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

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

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

This text has shadow with #778DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #778DAE.

Preview

Color preview on black background

This text has color #778DAE on black background.


Color preview on white background

This text has color #778DAE on white background.


Black color preview on #778DAE background

This text has black color on #778DAE background.


White color preview on #778DAE background

This text has white color on #778DAE background.


Related colors

Complementary color

Complementary color for #hex is #887251.


I love getcolorcode.com

Triadic colors

1 #AE778D and #8DAE77 with #778DAE are triadic colors.

2 #AE8D77 and #8D77AE with #778DAE are triadic colors.