Shades of Storm Grey #787D85
Tints of Storm Grey #787D85
RGB
CMYK
RGB Variations
Color information
#787D85 (or 0x787D85) is known color: Storm Grey. HEX triplet: 78, 7D and 85. RGB value is (120,125,133). Sum of RGB (Red+Green+Blue) = 120+125+133=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 133 - color contains mainly: blue. Hex color #787D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D85 is #87827A. Grayscale: #7C7C7C. Windows color (decimal): -8880763 or 8748408. OLE color: 8748408.
HSL color Cylindrical-coordinate representation of color #787D85: hue angle of 216.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787D85 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 125 | 133 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.48 |
| HSL | 216.92º | 0.05% | 0.5% | - |
| HSV(B) | 216.92º | 0.1% | 0.52% | - |
| XYZ | 19.31 | 20.35 | 25.1 | - |
| YUV | 124.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 133 | 0.10 | 0.06 | 0 | 0.48 | 216.92 | 0.05 | 0.5 |
| Hex | 78 | 7D | 85 | A | 6 | 0 | 30 | D9 | 5 | 32 |
| Octal | 170 | 175 | 205 | 12 | 6 | 0 | 60 | 331 | 5 | 62 |
| Binary | 1111000 | 1111101 | 10000101 | 1010 | 110 | 0 | 110000 | 11011001 | 101 | 110010 |
Color Harmonies of #787D85
Complementary color
Monochromatic Colors of #787D85
Black with #787D85
Text Example
Text Example
White with #787D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D85; }
p { color: rgb(120,125,133); }
H1.HeaderClassName
{
color: #787D85;
}
.AnyTagClassName
{
color: #787D85;
}
</style>
background-color css
<style>
a { background-color: #787D85; }
a { background-color: rgb(120,125,133); }
div.DivClassName
{
background-color: #787D85;
}
.BgClassName
{
background-color: #787D85;
}
</style>
border-color css
<style>
span { border-color: #787D85; }
span { border-color: rgb(120,125,133); }
td.TdClassName
{
border-color: #787D85;
}
.TagClassName
{
border-color: #787D85;
}
</style>