Shades of Storm Grey #7F808D
Tints of Storm Grey #7F808D
RGB
CMYK
RGB Variations
Color information
#7F808D (or 0x7F808D) is known color: Storm Grey. HEX triplet: 7F, 80 and 8D. RGB value is (127,128,141). Sum of RGB (Red+Green+Blue) = 127+128+141=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F808D is #807F72. Grayscale: #818181. Windows color (decimal): -8421235 or 9273471. OLE color: 9273471.
HSL color Cylindrical-coordinate representation of color #7F808D: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F808D is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 128 | 141 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.45 |
| HSL | 235.71º | 0.06% | 0.53% | - |
| HSV(B) | 235.71º | 0.1% | 0.55% | - |
| XYZ | 21.28 | 21.87 | 28.3 | - |
| YUV | 129.18 | 134.67 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 141 | 0.10 | 0.09 | 0 | 0.45 | 235.71 | 0.06 | 0.53 |
| Hex | 7F | 80 | 8D | A | 9 | 0 | 2D | EC | 6 | 35 |
| Octal | 177 | 200 | 215 | 12 | 11 | 0 | 55 | 354 | 6 | 65 |
| Binary | 1111111 | 10000000 | 10001101 | 1010 | 1001 | 0 | 101101 | 11101100 | 110 | 110101 |
Color Harmonies of #7F808D
Complementary color
Monochromatic Colors of #7F808D
Black with #7F808D
Text Example
Text Example
White with #7F808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F808D; }
p { color: rgb(127,128,141); }
H1.HeaderClassName
{
color: #7F808D;
}
.AnyTagClassName
{
color: #7F808D;
}
</style>
background-color css
<style>
a { background-color: #7F808D; }
a { background-color: rgb(127,128,141); }
div.DivClassName
{
background-color: #7F808D;
}
.BgClassName
{
background-color: #7F808D;
}
</style>
border-color css
<style>
span { border-color: #7F808D; }
span { border-color: rgb(127,128,141); }
td.TdClassName
{
border-color: #7F808D;
}
.TagClassName
{
border-color: #7F808D;
}
</style>