Shades of Storm Grey #787B8A
Tints of Storm Grey #787B8A
RGB
CMYK
RGB Variations
Color information
#787B8A (or 0x787B8A) is known color: Storm Grey. HEX triplet: 78, 7B and 8A. RGB value is (120,123,138). Sum of RGB (Red+Green+Blue) = 120+123+138=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #787B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787B8A is #878475. Grayscale: #7B7B7B. Windows color (decimal): -8881270 or 9075576. OLE color: 9075576.
HSL color Cylindrical-coordinate representation of color #787B8A: hue angle of 230º 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 #787B8A is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 123 | 138 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.46 |
| HSL | 230º | 0.07% | 0.51% | - |
| HSV(B) | 230º | 0.13% | 0.54% | - |
| XYZ | 19.42 | 19.99 | 26.88 | - |
| YUV | 123.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 138 | 0.13 | 0.11 | 0 | 0.46 | 230 | 0.07 | 0.51 |
| Hex | 78 | 7B | 8A | D | B | 0 | 2E | E6 | 7 | 33 |
| Octal | 170 | 173 | 212 | 15 | 13 | 0 | 56 | 346 | 7 | 63 |
| Binary | 1111000 | 1111011 | 10001010 | 1101 | 1011 | 0 | 101110 | 11100110 | 111 | 110011 |
Color Harmonies of #787B8A
Complementary color
Monochromatic Colors of #787B8A
Black with #787B8A
Text Example
Text Example
White with #787B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B8A; }
p { color: rgb(120,123,138); }
H1.HeaderClassName
{
color: #787B8A;
}
.AnyTagClassName
{
color: #787B8A;
}
</style>
background-color css
<style>
a { background-color: #787B8A; }
a { background-color: rgb(120,123,138); }
div.DivClassName
{
background-color: #787B8A;
}
.BgClassName
{
background-color: #787B8A;
}
</style>
border-color css
<style>
span { border-color: #787B8A; }
span { border-color: rgb(120,123,138); }
td.TdClassName
{
border-color: #787B8A;
}
.TagClassName
{
border-color: #787B8A;
}
</style>