Shades of Storm Grey #7F8390
Tints of Storm Grey #7F8390
RGB
CMYK
RGB Variations
Color information
#7F8390 (or 0x7F8390) is known color: Storm Grey. HEX triplet: 7F, 83 and 90. RGB value is (127,131,144). Sum of RGB (Red+Green+Blue) = 127+131+144=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8390 is #807C6F. Grayscale: #838383. Windows color (decimal): -8420464 or 9470847. OLE color: 9470847.
HSL color Cylindrical-coordinate representation of color #7F8390: hue angle of 225.88º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F8390 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 131 | 144 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.44 |
| HSL | 225.88º | 0.07% | 0.53% | - |
| HSV(B) | 225.88º | 0.12% | 0.56% | - |
| XYZ | 21.9 | 22.76 | 29.62 | - |
| YUV | 131.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 144 | 0.12 | 0.09 | 0 | 0.44 | 225.88 | 0.07 | 0.53 |
| Hex | 7F | 83 | 90 | C | 9 | 0 | 2C | E2 | 7 | 35 |
| Octal | 177 | 203 | 220 | 14 | 11 | 0 | 54 | 342 | 7 | 65 |
| Binary | 1111111 | 10000011 | 10010000 | 1100 | 1001 | 0 | 101100 | 11100010 | 111 | 110101 |
Color Harmonies of #7F8390
Complementary color
Monochromatic Colors of #7F8390
Black with #7F8390
Text Example
Text Example
White with #7F8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8390; }
p { color: rgb(127,131,144); }
H1.HeaderClassName
{
color: #7F8390;
}
.AnyTagClassName
{
color: #7F8390;
}
</style>
background-color css
<style>
a { background-color: #7F8390; }
a { background-color: rgb(127,131,144); }
div.DivClassName
{
background-color: #7F8390;
}
.BgClassName
{
background-color: #7F8390;
}
</style>
border-color css
<style>
span { border-color: #7F8390; }
span { border-color: rgb(127,131,144); }
td.TdClassName
{
border-color: #7F8390;
}
.TagClassName
{
border-color: #7F8390;
}
</style>