Shades of Storm Grey #787D88
Tints of Storm Grey #787D88
RGB
CMYK
RGB Variations
Color information
#787D88 (or 0x787D88) is known color: Storm Grey. HEX triplet: 78, 7D and 88. RGB value is (120,125,136). Sum of RGB (Red+Green+Blue) = 120+125+136=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 136 - color contains mainly: blue. Hex color #787D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D88 is #878277. Grayscale: #7C7C7C. Windows color (decimal): -8880760 or 8945016. OLE color: 8945016.
HSL color Cylindrical-coordinate representation of color #787D88: hue angle of 221.25º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #787D88 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 125 | 136 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.47 |
| HSL | 221.25º | 0.06% | 0.5% | - |
| HSV(B) | 221.25º | 0.12% | 0.53% | - |
| XYZ | 19.52 | 20.44 | 26.21 | - |
| YUV | 124.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 136 | 0.12 | 0.08 | 0 | 0.47 | 221.25 | 0.06 | 0.5 |
| Hex | 78 | 7D | 88 | C | 8 | 0 | 2F | DD | 6 | 32 |
| Octal | 170 | 175 | 210 | 14 | 10 | 0 | 57 | 335 | 6 | 62 |
| Binary | 1111000 | 1111101 | 10001000 | 1100 | 1000 | 0 | 101111 | 11011101 | 110 | 110010 |
Color Harmonies of #787D88
Complementary color
Monochromatic Colors of #787D88
Black with #787D88
Text Example
Text Example
White with #787D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D88; }
p { color: rgb(120,125,136); }
H1.HeaderClassName
{
color: #787D88;
}
.AnyTagClassName
{
color: #787D88;
}
</style>
background-color css
<style>
a { background-color: #787D88; }
a { background-color: rgb(120,125,136); }
div.DivClassName
{
background-color: #787D88;
}
.BgClassName
{
background-color: #787D88;
}
</style>
border-color css
<style>
span { border-color: #787D88; }
span { border-color: rgb(120,125,136); }
td.TdClassName
{
border-color: #787D88;
}
.TagClassName
{
border-color: #787D88;
}
</style>