Shades of Storm Grey #7F8189
Tints of Storm Grey #7F8189
RGB
CMYK
RGB Variations
Color information
#7F8189 (or 0x7F8189) is known color: Storm Grey. HEX triplet: 7F, 81 and 89. RGB value is (127,129,137). Sum of RGB (Red+Green+Blue) = 127+129+137=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F8189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8189 is #807E76. Grayscale: #818181. Windows color (decimal): -8420983 or 9011583. OLE color: 9011583.
HSL color Cylindrical-coordinate representation of color #7F8189: hue angle of 228º 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 #7F8189 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 129 | 137 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.46 |
| HSL | 228º | 0.04% | 0.52% | - |
| HSV(B) | 228º | 0.07% | 0.54% | - |
| XYZ | 21.12 | 22.02 | 26.8 | - |
| YUV | 129.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 129 | 137 | 0.07 | 0.06 | 0 | 0.46 | 228 | 0.04 | 0.52 |
| Hex | 7F | 81 | 89 | 7 | 6 | 0 | 2E | E4 | 4 | 34 |
| Octal | 177 | 201 | 211 | 7 | 6 | 0 | 56 | 344 | 4 | 64 |
| Binary | 1111111 | 10000001 | 10001001 | 111 | 110 | 0 | 101110 | 11100100 | 100 | 110100 |
Color Harmonies of #7F8189
Complementary color
Monochromatic Colors of #7F8189
Black with #7F8189
Text Example
Text Example
White with #7F8189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8189; }
p { color: rgb(127,129,137); }
H1.HeaderClassName
{
color: #7F8189;
}
.AnyTagClassName
{
color: #7F8189;
}
</style>
background-color css
<style>
a { background-color: #7F8189; }
a { background-color: rgb(127,129,137); }
div.DivClassName
{
background-color: #7F8189;
}
.BgClassName
{
background-color: #7F8189;
}
</style>
border-color css
<style>
span { border-color: #7F8189; }
span { border-color: rgb(127,129,137); }
td.TdClassName
{
border-color: #7F8189;
}
.TagClassName
{
border-color: #7F8189;
}
</style>