Shades of Storm Grey #7F8089
Tints of Storm Grey #7F8089
RGB
CMYK
RGB Variations
Color information
#7F8089 (or 0x7F8089) is known color: Storm Grey. HEX triplet: 7F, 80 and 89. RGB value is (127,128,137). Sum of RGB (Red+Green+Blue) = 127+128+137=392 (51% of max value = 765). Red value is 127 (50% from 255 or 32.40% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8089 is #807F76. Grayscale: #808080. Windows color (decimal): -8421239 or 9011327. OLE color: 9011327.
HSL color Cylindrical-coordinate representation of color #7F8089: hue angle of 234º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8089 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 128 | 137 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.46 |
| HSL | 234º | 0.04% | 0.52% | - |
| HSV(B) | 234º | 0.07% | 0.54% | - |
| XYZ | 20.99 | 21.76 | 26.76 | - |
| YUV | 128.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 137 | 0.07 | 0.07 | 0 | 0.46 | 234 | 0.04 | 0.52 |
| Hex | 7F | 80 | 89 | 7 | 7 | 0 | 2E | EA | 4 | 34 |
| Octal | 177 | 200 | 211 | 7 | 7 | 0 | 56 | 352 | 4 | 64 |
| Binary | 1111111 | 10000000 | 10001001 | 111 | 111 | 0 | 101110 | 11101010 | 100 | 110100 |
Color Harmonies of #7F8089
Complementary color
Monochromatic Colors of #7F8089
Black with #7F8089
Text Example
Text Example
White with #7F8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8089; }
p { color: rgb(127,128,137); }
H1.HeaderClassName
{
color: #7F8089;
}
.AnyTagClassName
{
color: #7F8089;
}
</style>
background-color css
<style>
a { background-color: #7F8089; }
a { background-color: rgb(127,128,137); }
div.DivClassName
{
background-color: #7F8089;
}
.BgClassName
{
background-color: #7F8089;
}
</style>
border-color css
<style>
span { border-color: #7F8089; }
span { border-color: rgb(127,128,137); }
td.TdClassName
{
border-color: #7F8089;
}
.TagClassName
{
border-color: #7F8089;
}
</style>