Shades of Storm Grey #787F8C
Tints of Storm Grey #787F8C
RGB
CMYK
RGB Variations
Color information
#787F8C (or 0x787F8C) is known color: Storm Grey. HEX triplet: 78, 7F and 8C. RGB value is (120,127,140). Sum of RGB (Red+Green+Blue) = 120+127+140=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #787F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F8C is #878073. Grayscale: #7E7E7E. Windows color (decimal): -8880244 or 9207672. OLE color: 9207672.
HSL color Cylindrical-coordinate representation of color #787F8C: hue angle of 219º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #787F8C is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 127 | 140 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.45 |
| HSL | 219º | 0.08% | 0.51% | - |
| HSV(B) | 219º | 0.14% | 0.55% | - |
| XYZ | 20.07 | 21.07 | 27.82 | - |
| YUV | 126.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 140 | 0.14 | 0.09 | 0 | 0.45 | 219 | 0.08 | 0.51 |
| Hex | 78 | 7F | 8C | E | 9 | 0 | 2D | DB | 8 | 33 |
| Octal | 170 | 177 | 214 | 16 | 11 | 0 | 55 | 333 | 10 | 63 |
| Binary | 1111000 | 1111111 | 10001100 | 1110 | 1001 | 0 | 101101 | 11011011 | 1000 | 110011 |
Color Harmonies of #787F8C
Complementary color
Monochromatic Colors of #787F8C
Black with #787F8C
Text Example
Text Example
White with #787F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787F8C; }
p { color: rgb(120,127,140); }
H1.HeaderClassName
{
color: #787F8C;
}
.AnyTagClassName
{
color: #787F8C;
}
</style>
background-color css
<style>
a { background-color: #787F8C; }
a { background-color: rgb(120,127,140); }
div.DivClassName
{
background-color: #787F8C;
}
.BgClassName
{
background-color: #787F8C;
}
</style>
border-color css
<style>
span { border-color: #787F8C; }
span { border-color: rgb(120,127,140); }
td.TdClassName
{
border-color: #787F8C;
}
.TagClassName
{
border-color: #787F8C;
}
</style>