Shades of Storm Grey #787D86
Tints of Storm Grey #787D86
RGB
CMYK
RGB Variations
Color information
#787D86 (or 0x787D86) is known color: Storm Grey. HEX triplet: 78, 7D and 86. RGB value is (120,125,134). Sum of RGB (Red+Green+Blue) = 120+125+134=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 134 - color contains mainly: blue. Hex color #787D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787D86 is #878279. Grayscale: #7C7C7C. Windows color (decimal): -8880762 or 8813944. OLE color: 8813944.
HSL color Cylindrical-coordinate representation of color #787D86: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787D86 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 125 | 134 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.47 |
| HSL | 218.57º | 0.06% | 0.5% | - |
| HSV(B) | 218.57º | 0.1% | 0.53% | - |
| XYZ | 19.38 | 20.38 | 25.47 | - |
| YUV | 124.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 125 | 134 | 0.10 | 0.07 | 0 | 0.47 | 218.57 | 0.06 | 0.5 |
| Hex | 78 | 7D | 86 | A | 7 | 0 | 2F | DB | 6 | 32 |
| Octal | 170 | 175 | 206 | 12 | 7 | 0 | 57 | 333 | 6 | 62 |
| Binary | 1111000 | 1111101 | 10000110 | 1010 | 111 | 0 | 101111 | 11011011 | 110 | 110010 |
Color Harmonies of #787D86
Complementary color
Monochromatic Colors of #787D86
Black with #787D86
Text Example
Text Example
White with #787D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787D86; }
p { color: rgb(120,125,134); }
H1.HeaderClassName
{
color: #787D86;
}
.AnyTagClassName
{
color: #787D86;
}
</style>
background-color css
<style>
a { background-color: #787D86; }
a { background-color: rgb(120,125,134); }
div.DivClassName
{
background-color: #787D86;
}
.BgClassName
{
background-color: #787D86;
}
</style>
border-color css
<style>
span { border-color: #787D86; }
span { border-color: rgb(120,125,134); }
td.TdClassName
{
border-color: #787D86;
}
.TagClassName
{
border-color: #787D86;
}
</style>