HEX: #787ABC
RGB: (120,122,188)
#787ABC contains mainly blue color. Web safe color of #787ABC is #6666CC (or #66C).
#787ABC color RGB value is (120,122,188).
RGB: (120,122,188)
(47%, 48%, 74%)
R 120 of 255 = 47%
G 122 of 255 = 48%
B 188 of 255 = 74%
R + G + B ~ 56%. #787ABC is middle color (not dark and not light).
R + G + B = 120 + 122 + 188 = 430 (100%)
R 120 of 430 ~ 27.91%
G 122 of 430 ~ 28.37%
B 188 of 430 ~ 43.72'%
#787ABC color CMYK value is (36,35,0,26).
CMYK: (36,35,0,26) C36M35Y0K26 (36%,35%,0%,26%) (0.36/0.35/0.00/0.26)
Color #787ABC in popluar color models
78 | 7A | BC | |
---|---|---|---|
RGB | 120 | 122 | 188 |
HSL | 238° | 33.66% | 60.39% |
HSB/HSV | 238° | 36.17% | 73.73% |
CMYK | 36.17% | 35.11% | 0.00% |
26.27% |
Color #787ABC in popluar number systems.
HEX | 78 | 7A | BC |
Decimal | 120 | 122 | 188 |
Binary | 1111000 | 1111010 | 10111100 |
Octal | 170 | 172 | 274 |
Shades of #787ABC
Tints of #787ABC
Examples of css and html codes for elements with #787ABC color. Also use rgb(120,122,188) instead hex code.
.myTextColor { color: #787ABC; }
<p style="color:#787ABC">This sample text font color is #787ABC.</p>
This text font color is #787ABC.
.myBgColor { background-color: #787ABC; }
<div style="background-color:#787ABC">Inner text</div>
This div background color is #787ABC.
.myBorderColor { border: 1px solid #787ABC; }
<div style="border:3px solid #787ABC">Div</div>
This div border color is #787ABC.
.myOpacity80 { color: #787ABC; opacity: 0.8; }
<p style="color:#787ABC;opacity:0.8;">80%</p>
Text with #787ABC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #787ABC;}
<p style="text-shadow: 3px 3px 1px #787ABC">Text here.</p>
This text has shadow with #787ABC color.
.textShadow {text-shadow: 3px 3px 1px #787ABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #787ABC, 5px 5px 20px red">Text here.</p>
This text has shadow with #787ABC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#787ABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#787ABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #787ABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #787ABC;
-webkit-box-shadow: 1px 1px 3px 2px #787ABC;
box-shadow: 1px 1px 3px 2px #787ABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #787ABC; -webkit-box-shadow: 1px 1px 3px 2px #787ABC; box-shadow:1px 1px 3px 2px #787ABC;">
Div content here
</div>
This text has color #787ABC on black background.
This text has color #787ABC on white background.
This text has black color on #787ABC background.
This text has white color on #787ABC background.
Complementary color for #hex is #878543.