Shades of Storm Grey #787E8A
Tints of Storm Grey #787E8A
RGB
CMYK
RGB Variations
Color information
#787E8A (or 0x787E8A) is known color: Storm Grey. HEX triplet: 78, 7E and 8A. RGB value is (120,126,138). Sum of RGB (Red+Green+Blue) = 120+126+138=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 138 - color contains mainly: blue. Hex color #787E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E8A is #878175. Grayscale: #7D7D7D. Windows color (decimal): -8880502 or 9076344. OLE color: 9076344.
HSL color Cylindrical-coordinate representation of color #787E8A: hue angle of 220º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787E8A is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 126 | 138 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.46 |
| HSL | 220º | 0.07% | 0.51% | - |
| HSV(B) | 220º | 0.13% | 0.54% | - |
| XYZ | 19.79 | 20.75 | 27.01 | - |
| YUV | 125.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 138 | 0.13 | 0.09 | 0 | 0.46 | 220 | 0.07 | 0.51 |
| Hex | 78 | 7E | 8A | D | 9 | 0 | 2E | DC | 7 | 33 |
| Octal | 170 | 176 | 212 | 15 | 11 | 0 | 56 | 334 | 7 | 63 |
| Binary | 1111000 | 1111110 | 10001010 | 1101 | 1001 | 0 | 101110 | 11011100 | 111 | 110011 |
Color Harmonies of #787E8A
Complementary color
Monochromatic Colors of #787E8A
Black with #787E8A
Text Example
Text Example
White with #787E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E8A; }
p { color: rgb(120,126,138); }
H1.HeaderClassName
{
color: #787E8A;
}
.AnyTagClassName
{
color: #787E8A;
}
</style>
background-color css
<style>
a { background-color: #787E8A; }
a { background-color: rgb(120,126,138); }
div.DivClassName
{
background-color: #787E8A;
}
.BgClassName
{
background-color: #787E8A;
}
</style>
border-color css
<style>
span { border-color: #787E8A; }
span { border-color: rgb(120,126,138); }
td.TdClassName
{
border-color: #787E8A;
}
.TagClassName
{
border-color: #787E8A;
}
</style>