HEX: #779DAD
RGB: (119,157,173)
#779DAD contains red, green and blue colors in about the same proportion. Web safe color of #779DAD is #669999 (or #699).
#779DAD color RGB value is (119,157,173).
RGB: (119,157,173)
(47%, 62%, 68%)
R 119 of 255 = 47%
G 157 of 255 = 62%
B 173 of 255 = 68%
R + G + B ~ 59%. #779DAD is middle color (not dark and not light).
R + G + B = 119 + 157 + 173 = 449 (100%)
R 119 of 449 ~ 26.5%
G 157 of 449 ~ 34.97%
B 173 of 449 ~ 38.53'%
#779DAD color CMYK value is (31,9,0,32).
CMYK: (31,9,0,32) C31M9Y0K32 (31%,9%,0%,32%) (0.31/0.09/0.00/0.32)
Color #779DAD in popluar color models
77 | 9D | AD | |
---|---|---|---|
RGB | 119 | 157 | 173 |
HSL | 198° | 24.77% | 57.25% |
HSB/HSV | 198° | 31.21% | 67.84% |
CMYK | 31.21% | 9.25% | 0.00% |
32.16% |
Color #779DAD in popluar number systems.
HEX | 77 | 9D | AD |
Decimal | 119 | 157 | 173 |
Binary | 1110111 | 10011101 | 10101101 |
Octal | 167 | 235 | 255 |
Shades of #779DAD
Tints of #779DAD
Examples of css and html codes for elements with #779DAD color. Also use rgb(119,157,173) instead hex code.
.myTextColor { color: #779DAD; }
<p style="color:#779DAD">This sample text font color is #779DAD.</p>
This text font color is #779DAD.
.myBgColor { background-color: #779DAD; }
<div style="background-color:#779DAD">Inner text</div>
This div background color is #779DAD.
.myBorderColor { border: 1px solid #779DAD; }
<div style="border:3px solid #779DAD">Div</div>
This div border color is #779DAD.
.myOpacity80 { color: #779DAD; opacity: 0.8; }
<p style="color:#779DAD;opacity:0.8;">80%</p>
Text with #779DAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #779DAD;}
<p style="text-shadow: 3px 3px 1px #779DAD">Text here.</p>
This text has shadow with #779DAD color.
.textShadow {text-shadow: 3px 3px 1px #779DAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #779DAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #779DAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#779DAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#779DAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #779DAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #779DAD;
-webkit-box-shadow: 1px 1px 3px 2px #779DAD;
box-shadow: 1px 1px 3px 2px #779DAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #779DAD; -webkit-box-shadow: 1px 1px 3px 2px #779DAD; box-shadow:1px 1px 3px 2px #779DAD;">
Div content here
</div>
This text has color #779DAD on black background.
This text has color #779DAD on white background.
This text has black color on #779DAD background.
This text has white color on #779DAD background.
Complementary color for #hex is #886252.