Shades of Storm Grey #787A83
Tints of Storm Grey #787A83
RGB
CMYK
RGB Variations
Color information
#787A83 (or 0x787A83) is known color: Storm Grey. HEX triplet: 78, 7A and 83. RGB value is (120,122,131). Sum of RGB (Red+Green+Blue) = 120+122+131=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 131 - color contains mainly: blue. Hex color #787A83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A83 is #87857C. Grayscale: #7A7A7A. Windows color (decimal): -8881533 or 8616568. OLE color: 8616568.
HSL color Cylindrical-coordinate representation of color #787A83: hue angle of 229.09º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #787A83 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 122 | 131 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.49 |
| HSL | 229.09º | 0.04% | 0.49% | - |
| HSV(B) | 229.09º | 0.08% | 0.51% | - |
| XYZ | 18.8 | 19.55 | 24.26 | - |
| YUV | 122.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 122 | 131 | 0.08 | 0.07 | 0 | 0.49 | 229.09 | 0.04 | 0.49 |
| Hex | 78 | 7A | 83 | 8 | 7 | 0 | 31 | E5 | 4 | 31 |
| Octal | 170 | 172 | 203 | 10 | 7 | 0 | 61 | 345 | 4 | 61 |
| Binary | 1111000 | 1111010 | 10000011 | 1000 | 111 | 0 | 110001 | 11100101 | 100 | 110001 |
Color Harmonies of #787A83
Complementary color
Monochromatic Colors of #787A83
Black with #787A83
Text Example
Text Example
White with #787A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787A83; }
p { color: rgb(120,122,131); }
H1.HeaderClassName
{
color: #787A83;
}
.AnyTagClassName
{
color: #787A83;
}
</style>
background-color css
<style>
a { background-color: #787A83; }
a { background-color: rgb(120,122,131); }
div.DivClassName
{
background-color: #787A83;
}
.BgClassName
{
background-color: #787A83;
}
</style>
border-color css
<style>
span { border-color: #787A83; }
span { border-color: rgb(120,122,131); }
td.TdClassName
{
border-color: #787A83;
}
.TagClassName
{
border-color: #787A83;
}
</style>