COLOR #779DAE

HEX: #779DAE RGB: (119,157,174)

Color info

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

RGB color model

#779DAE color RGB value is (119,157,174).

RGB: (119,157,174) (47%, 62%, 68%)

RGB channels and saturation

R 119 of 255 = 47%
G 157 of 255 = 62%
B 174 of 255 = 68%

119
157
174

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

Portions of RGB colors in percentages

R + G + B = 119 + 157 + 174 = 450 (100%)
R 119 of 450 ~ 26.44%
G 157 of 450 ~ 34.89%
B 174 of 450 ~ 38.67'%

%26.44
%34.89
%38.67

CMYK color model

#779DAE color CMYK value is (32,10,0,32).

  • cyan value is 31.61%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (32,10,0,32) C32M10Y0K32 (32%,10%,0%,32%) (0.32/0.10/0.00/0.32) 

CMYK percentages

%31.61
%9.77
%0
%31.76

Codes

Color #779DAE in popluar color models

77 9D AE
RGB 119 157 174
HSL 199° 25.35% 57.45%
HSB/HSV 199° 31.61% 68.24%
CMYK 31.61% 9.77% 0.00%
31.76%

Color #779DAE in popluar number systems.

HEX 77 9D AE
Decimal 119 157 174
Binary 1110111 10011101 10101110
Octal 167 235 256

Shades and tints

Shades of #779DAE

#779DAE
(119,157,174)
#6D8F9F
(109,143,159)
#638190
(99,129,144)
#597381
(89,115,129)
#4F6572
(79,101,114)
#455763
(69,87,99)
#3B4954
(59,73,84)
#313B45
(49,59,69)
#272D36
(39,45,54)
#1D1F27
(29,31,39)
#131118
(19,17,24)
#000000
(0,0,0)

Tints of #779DAE

#779DAE
(119,157,174)
#83A5B5
(131,165,181)
#8FADBC
(143,173,188)
#9BB5C3
(155,181,195)
#A7BDCA
(167,189,202)
#B3C5D1
(179,197,209)
#BFCDD8
(191,205,216)
#CBD5DF
(203,213,223)
#D7DDE6
(215,221,230)
#E3E5ED
(227,229,237)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #779DAE; }

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

This text font color is #779DAE.

Background Color

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

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

This div background color is #779DAE.

Border color

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

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

This div border color is #779DAE.

Opacity

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

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

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

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

This text has shadow with #779DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #779DAE.

Preview

Color preview on black background

This text has color #779DAE on black background.


Color preview on white background

This text has color #779DAE on white background.


Black color preview on #779DAE background

This text has black color on #779DAE background.


White color preview on #779DAE background

This text has white color on #779DAE background.


Related colors

Complementary color

Complementary color for #hex is #886251.


I love getcolorcode.com

Triadic colors

1 #AE779D and #9DAE77 with #779DAE are triadic colors.

2 #AE9D77 and #9D77AE with #779DAE are triadic colors.