HEX: #779DAE
RGB: (119,157,174)
#779DAE contains red, green and blue colors in about the same proportion. Web safe color of #779DAE is #669999 (or #699).
#779DAE color RGB value is (119,157,174).
RGB: (119,157,174)
(47%, 62%, 68%)
R 119 of 255 = 47%
G 157 of 255 = 62%
B 174 of 255 = 68%
R + G + B ~ 59%. #779DAE is middle color (not dark and not light).
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'%
#779DAE color CMYK value is (32,10,0,32).
CMYK: (32,10,0,32) C32M10Y0K32 (32%,10%,0%,32%) (0.32/0.10/0.00/0.32)
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 of #779DAE
Tints of #779DAE
Examples of css and html codes for elements with #779DAE color. Also use rgb(119,157,174) instead hex code.
.myTextColor { color: #779DAE; }
<p style="color:#779DAE">This sample text font color is #779DAE.</p>
This text font color is #779DAE.
.myBgColor { background-color: #779DAE; }
<div style="background-color:#779DAE">Inner text</div>
This div background color is #779DAE.
.myBorderColor { border: 1px solid #779DAE; }
<div style="border:3px solid #779DAE">Div</div>
This div border color is #779DAE.
.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%.
.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.
/* 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 text has color #779DAE on black background.
This text has color #779DAE on white background.
This text has black color on #779DAE background.
This text has white color on #779DAE background.
Complementary color for #hex is #886251.