HEX: #788AAE
RGB: (120,138,174)
#788AAE contains red, green and blue colors in about the same proportion. Web safe color of #788AAE is #669999 (or #699).
#788AAE color RGB value is (120,138,174).
RGB: (120,138,174)
(47%, 54%, 68%)
R 120 of 255 = 47%
G 138 of 255 = 54%
B 174 of 255 = 68%
R + G + B ~ 56%. #788AAE is middle color (not dark and not light).
R + G + B = 120 + 138 + 174 = 432 (100%)
R 120 of 432 ~ 27.78%
G 138 of 432 ~ 31.94%
B 174 of 432 ~ 40.28'%
#788AAE color CMYK value is (31,21,0,32).
CMYK: (31,21,0,32)
C31M21Y0K32 (31%, 21%, 0%, 32%)
(0.31 / 0.21 / 0.00 / 0.32)
Color #788AAE in popluar color models
78 | 8A | AE | |
---|---|---|---|
RGB | 120 | 138 | 174 |
HSL | 220° | 25.00% | 57.65% |
HSB/HSV | 220° | 31.03% | 68.24% |
CMYK | 31.03% | 20.69% | 0.00% |
31.76% |
Color #788AAE in popluar number systems.
HEX | 78 | 8A | AE |
Decimal | 120 | 138 | 174 |
Binary | 1111000 | 10001010 | 10101110 |
Octal | 170 | 212 | 256 |
Shades of #788AAE
Tints of #788AAE
Examples of css and html codes for elements with #788AAE color. Also use rgb(120,138,174) instead hex code.
.myTextColor { color: #788AAE; }
<p style="color:#788AAE">This sample text font color is #788AAE.</p>
This text font color is #788AAE.
.myBgColor { background-color: #788AAE; }
<div style="background-color:#788AAE">Inner text</div>
This div background color is #788AAE.
.myBorderColor { border: 1px solid #788AAE; }
<div style="border:3px solid #788AAE">Div</div>
This div border color is #788AAE.
.myOpacity80 { color: #788AAE; opacity: 0.8; }
<p style="color:#788AAE;opacity:0.8;">80%</p>
Text with #788AAE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #788AAE;}
<p style="text-shadow: 3px 3px 1px #788AAE">Text here.</p>
This text has shadow with #788AAE color.
.textShadow {text-shadow: 3px 3px 1px #788AAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #788AAE, 5px 5px 20px red">Text here.</p>
This text has shadow with #788AAE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#788AAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#788AAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #788AAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #788AAE;
-webkit-box-shadow: 1px 1px 3px 2px #788AAE;
box-shadow: 1px 1px 3px 2px #788AAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #788AAE; -webkit-box-shadow: 1px 1px 3px 2px #788AAE; box-shadow:1px 1px 3px 2px #788AAE;">
Div content here
</div>
This text has color #788AAE on black background.
This text has color #788AAE on white background.
This text has black color on #788AAE background.
This text has white color on #788AAE background.
Complementary color for #hex is #877551.