HEX: #779FAE
RGB: (119,159,174)
#779FAE contains red, green and blue colors in about the same proportion. Web safe color of #779FAE is #669999 (or #699).
#779FAE color RGB value is (119,159,174).
RGB: (119,159,174)
(47%, 62%, 68%)
R 119 of 255 = 47%
G 159 of 255 = 62%
B 174 of 255 = 68%
R + G + B ~ 59%. #779FAE is middle color (not dark and not light).
R + G + B = 119 + 159 + 174 = 452 (100%)
R 119 of 452 ~ 26.33%
G 159 of 452 ~ 35.18%
B 174 of 452 ~ 38.5'%
#779FAE color CMYK value is (32,9,0,32).
CMYK: (32,9,0,32)
C32M9Y0K32 (32%, 9%, 0%, 32%)
(0.32 / 0.09 / 0.00 / 0.32)
Color #779FAE in popluar color models
77 | 9F | AE | |
---|---|---|---|
RGB | 119 | 159 | 174 |
HSL | 196° | 25.35% | 57.45% |
HSB/HSV | 196° | 31.61% | 68.24% |
CMYK | 31.61% | 8.62% | 0.00% |
31.76% |
Color #779FAE in popluar number systems.
HEX | 77 | 9F | AE |
Decimal | 119 | 159 | 174 |
Binary | 1110111 | 10011111 | 10101110 |
Octal | 167 | 237 | 256 |
Shades of #779FAE
Tints of #779FAE
Examples of css and html codes for elements with #779FAE color. Also use rgb(119,159,174) instead hex code.
.myTextColor { color: #779FAE; }
<p style="color:#779FAE">This sample text font color is #779FAE.</p>
This text font color is #779FAE.
.myBgColor { background-color: #779FAE; }
<div style="background-color:#779FAE">Inner text</div>
This div background color is #779FAE.
.myBorderColor { border: 1px solid #779FAE; }
<div style="border:3px solid #779FAE">Div</div>
This div border color is #779FAE.
.myOpacity80 { color: #779FAE; opacity: 0.8; }
<p style="color:#779FAE;opacity:0.8;">80%</p>
Text with #779FAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #779FAE;}
<p style="text-shadow: 3px 3px 1px #779FAE">Text here.</p>
This text has shadow with #779FAE color.
.textShadow {text-shadow: 3px 3px 1px #779FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #779FAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #779FAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#779FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#779FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #779FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #779FAE;
-webkit-box-shadow: 1px 1px 3px 2px #779FAE;
box-shadow: 1px 1px 3px 2px #779FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #779FAE; -webkit-box-shadow: 1px 1px 3px 2px #779FAE; box-shadow:1px 1px 3px 2px #779FAE;">
Div content here
</div>
This text has color #779FAE on black background.
This text has color #779FAE on white background.
This text has black color on #779FAE background.
This text has white color on #779FAE background.
Complementary color for #hex is #886051.