HEX: #777AAB
RGB: (119,122,171)
#777AAB contains red, green and blue colors in about the same proportion. Web safe color of #777AAB is #666699 (or #669).
#777AAB color RGB value is (119,122,171).
RGB: (119,122,171)
(47%, 48%, 67%)
R 119 of 255 = 47%
G 122 of 255 = 48%
B 171 of 255 = 67%
R + G + B ~ 54%. #777AAB is middle color (not dark and not light).
R + G + B = 119 + 122 + 171 = 412 (100%)
R 119 of 412 ~ 28.88%
G 122 of 412 ~ 29.61%
B 171 of 412 ~ 41.5'%
#777AAB color CMYK value is (30,29,0,33).
CMYK: (30,29,0,33) C30M29Y0K33 (30%,29%,0%,33%) (0.30/0.29/0.00/0.33)
Color #777AAB in popluar color models
77 | 7A | AB | |
---|---|---|---|
RGB | 119 | 122 | 171 |
HSL | 237° | 23.64% | 56.86% |
HSB/HSV | 237° | 30.41% | 67.06% |
CMYK | 30.41% | 28.65% | 0.00% |
32.94% |
Color #777AAB in popluar number systems.
HEX | 77 | 7A | AB |
Decimal | 119 | 122 | 171 |
Binary | 1110111 | 1111010 | 10101011 |
Octal | 167 | 172 | 253 |
Shades of #777AAB
Tints of #777AAB
Examples of css and html codes for elements with #777AAB color. Also use rgb(119,122,171) instead hex code.
.myTextColor { color: #777AAB; }
<p style="color:#777AAB">This sample text font color is #777AAB.</p>
This text font color is #777AAB.
.myBgColor { background-color: #777AAB; }
<div style="background-color:#777AAB">Inner text</div>
This div background color is #777AAB.
.myBorderColor { border: 1px solid #777AAB; }
<div style="border:3px solid #777AAB">Div</div>
This div border color is #777AAB.
.myOpacity80 { color: #777AAB; opacity: 0.8; }
<p style="color:#777AAB;opacity:0.8;">80%</p>
Text with #777AAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #777AAB;}
<p style="text-shadow: 3px 3px 1px #777AAB">Text here.</p>
This text has shadow with #777AAB color.
.textShadow {text-shadow: 3px 3px 1px #777AAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #777AAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #777AAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#777AAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#777AAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #777AAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #777AAB;
-webkit-box-shadow: 1px 1px 3px 2px #777AAB;
box-shadow: 1px 1px 3px 2px #777AAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #777AAB; -webkit-box-shadow: 1px 1px 3px 2px #777AAB; box-shadow:1px 1px 3px 2px #777AAB;">
Div content here
</div>
This text has color #777AAB on black background.
This text has color #777AAB on white background.
This text has black color on #777AAB background.
This text has white color on #777AAB background.
Complementary color for #hex is #888554.