HEX: #77A4C9
RGB: (119,164,201)
#77A4C9 contains mainly green and blue colors. Web safe color of #77A4C9 is #6699CC (or #69C).
#77A4C9 color RGB value is (119,164,201).
RGB: (119,164,201)
(47%, 64%, 79%)
R 119 of 255 = 47%
G 164 of 255 = 64%
B 201 of 255 = 79%
R + G + B ~ 63%. #77A4C9 is quite light color.
R + G + B = 119 + 164 + 201 = 484 (100%)
R 119 of 484 ~ 24.59%
G 164 of 484 ~ 33.88%
B 201 of 484 ~ 41.53'%
#77A4C9 color CMYK value is (41,18,0,21).
CMYK: (41,18,0,21) C41M18Y0K21 (41%,18%,0%,21%) (0.41/0.18/0.00/0.21)
Color #77A4C9 in popluar color models
77 | A4 | C9 | |
---|---|---|---|
RGB | 119 | 164 | 201 |
HSL | 207° | 43.16% | 62.75% |
HSB/HSV | 207° | 40.80% | 78.82% |
CMYK | 40.80% | 18.41% | 0.00% |
21.18% |
Color #77A4C9 in popluar number systems.
HEX | 77 | A4 | C9 |
Decimal | 119 | 164 | 201 |
Binary | 1110111 | 10100100 | 11001001 |
Octal | 167 | 244 | 311 |
Shades of #77A4C9
Tints of #77A4C9
Examples of css and html codes for elements with #77A4C9 color. Also use rgb(119,164,201) instead hex code.
.myTextColor { color: #77A4C9; }
<p style="color:#77A4C9">This sample text font color is #77A4C9.</p>
This text font color is #77A4C9.
.myBgColor { background-color: #77A4C9; }
<div style="background-color:#77A4C9">Inner text</div>
This div background color is #77A4C9.
.myBorderColor { border: 1px solid #77A4C9; }
<div style="border:3px solid #77A4C9">Div</div>
This div border color is #77A4C9.
.myOpacity80 { color: #77A4C9; opacity: 0.8; }
<p style="color:#77A4C9;opacity:0.8;">80%</p>
Text with #77A4C9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #77A4C9;}
<p style="text-shadow: 3px 3px 1px #77A4C9">Text here.</p>
This text has shadow with #77A4C9 color.
.textShadow {text-shadow: 3px 3px 1px #77A4C9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #77A4C9, 5px 5px 20px red">Text here.</p>
This text has shadow with #77A4C9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#77A4C9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#77A4C9, Direction=45, Strength=4)">Text</p>
This text has shadow with #77A4C9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #77A4C9;
-webkit-box-shadow: 1px 1px 3px 2px #77A4C9;
box-shadow: 1px 1px 3px 2px #77A4C9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77A4C9; -webkit-box-shadow: 1px 1px 3px 2px #77A4C9; box-shadow:1px 1px 3px 2px #77A4C9;">
Div content here
</div>
This text has color #77A4C9 on black background.
This text has color #77A4C9 on white background.
This text has black color on #77A4C9 background.
This text has white color on #77A4C9 background.
Complementary color for #hex is #885B36.