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