HEX: #788895
RGB: (120,136,149)
#788895 contains red, green and blue colors in about the same proportion. Web safe color of #788895 is #669999 (or #699).
#788895 color RGB value is (120,136,149).
RGB: (120,136,149) (47%,53%,58%)
R 120 of 255 = 47%
G 136 of 255 = 53%
B 149 of 255 = 58%
R + G + B ~ 53%. #788895 is middle color (not dark and not light).
R + G + B =
120 + 136 + 149 = 405 (100%)
R 120 of 405 ~ 29.63%
G 136 of 405 ~ 33.58%
B 149 of 405 ~ 36.79%
#788895 color CMYK value is (19,9,0,42).
CMYK: (19,9,0,42) C19M9Y0K42 (19%,9%,0%,42%) (0.19/0.09/0.00/0.42)
78 | 88 | 95 | |
---|---|---|---|
RGB | 120 | 136 | 149 |
HSL | 207° | 12.03% | 52.75% |
HSB/HSV | 207° | 19.46% | 58.43% |
CMYK | 19.46% | 8.72% | 0.00% |
41.57% |
HEX | 78 | 88 | 95 |
Decimal | 120 | 136 | 149 |
Binary | 1111000 | 10001000 | 10010101 |
Octal | 170 | 210 | 225 |
Examples of css and html codes for elements with #788895 color. Also use rgb(120,136,149) instead hex code.
.myTextColor { color: #788895; }
<p style="color:#788895">This sample text font color is #788895.</p>
This text font color is #788895.
.myBgColor { background-color: #788895; }
<div style="background-color:#788895">Inner text</div>
This div background color is #788895.
.myBorderColor { border: 1px solid #788895; }
<div style="border:3px solid #788895">Div</div>
This div border color is #788895.
.myOpacity80 { color: #788895; opacity: 0.8; }
<p style="color:#788895;opacity:0.8;">80%</p>
Text with #788895 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #788895;}
<p style="text-shadow: 3px 3px 1px #788895">Text here.</p>
This text has shadow with #788895 color.
.textShadow {text-shadow: 3px 3px 1px #788895, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #788895, 5px 5px 20px red">Text here.</p>
This text has shadow with #788895 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#788895, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#788895, Direction=45, Strength=4)">Text</p>
This text has shadow with #788895 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #788895; -webkit-box-shadow: 1px 1px 3px 2px #788895; box-shadow: 1px 1px 3px 2px #788895; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #788895; -webkit-box-shadow: 1px 1px 3px 2px #788895; box-shadow:1px 1px 3px 2px #788895;">
Div content here</div>
This text has color #788895 on black background.
This text has color #788895 on white background.
This text has black color on #788895 background.
This text has white color on #788895 background.