HEX: #787BAC
RGB: (120,123,172)
#787BAC contains red, green and blue colors in about the same proportion. Web safe color of #787BAC is #666699 (or #669).
#787BAC color RGB value is (120,123,172).
RGB: (120,123,172)
(47%, 48%, 67%)
R 120 of 255 = 47%
G 123 of 255 = 48%
B 172 of 255 = 67%
R + G + B ~ 54%. #787BAC is middle color (not dark and not light).
R + G + B = 120 + 123 + 172 = 415 (100%)
R 120 of 415 ~ 28.92%
G 123 of 415 ~ 29.64%
B 172 of 415 ~ 41.45'%
#787BAC color CMYK value is (30,28,0,33).
CMYK: (30,28,0,33) C30M28Y0K33 (30%,28%,0%,33%) (0.30/0.28/0.00/0.33)
Color #787BAC in popluar color models
78 | 7B | AC | |
---|---|---|---|
RGB | 120 | 123 | 172 |
HSL | 237° | 23.85% | 57.25% |
HSB/HSV | 237° | 30.23% | 67.45% |
CMYK | 30.23% | 28.49% | 0.00% |
32.55% |
Color #787BAC in popluar number systems.
HEX | 78 | 7B | AC |
Decimal | 120 | 123 | 172 |
Binary | 1111000 | 1111011 | 10101100 |
Octal | 170 | 173 | 254 |
Shades of #787BAC
Tints of #787BAC
Examples of css and html codes for elements with #787BAC color. Also use rgb(120,123,172) instead hex code.
.myTextColor { color: #787BAC; }
<p style="color:#787BAC">This sample text font color is #787BAC.</p>
This text font color is #787BAC.
.myBgColor { background-color: #787BAC; }
<div style="background-color:#787BAC">Inner text</div>
This div background color is #787BAC.
.myBorderColor { border: 1px solid #787BAC; }
<div style="border:3px solid #787BAC">Div</div>
This div border color is #787BAC.
.myOpacity80 { color: #787BAC; opacity: 0.8; }
<p style="color:#787BAC;opacity:0.8;">80%</p>
Text with #787BAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #787BAC;}
<p style="text-shadow: 3px 3px 1px #787BAC">Text here.</p>
This text has shadow with #787BAC color.
.textShadow {text-shadow: 3px 3px 1px #787BAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #787BAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #787BAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#787BAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#787BAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #787BAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #787BAC;
-webkit-box-shadow: 1px 1px 3px 2px #787BAC;
box-shadow: 1px 1px 3px 2px #787BAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787BAC; -webkit-box-shadow: 1px 1px 3px 2px #787BAC; box-shadow:1px 1px 3px 2px #787BAC;">
Div content here
</div>
This text has color #787BAC on black background.
This text has color #787BAC on white background.
This text has black color on #787BAC background.
This text has white color on #787BAC background.
Complementary color for #hex is #878453.