Shades of Storm Grey #7F808A
Tints of Storm Grey #7F808A
RGB
CMYK
RGB Variations
Color information
#7F808A (or 0x7F808A) is known color: Storm Grey. HEX triplet: 7F, 80 and 8A. RGB value is (127,128,138). Sum of RGB (Red+Green+Blue) = 127+128+138=393 (52% of max value = 765). Red value is 127 (50% from 255 or 32.32% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F808A is #807F75. Grayscale: #808080. Windows color (decimal): -8421238 or 9076863. OLE color: 9076863.
HSL color Cylindrical-coordinate representation of color #7F808A: hue angle of 234.55º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F808A is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 128 | 138 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.46 |
| HSL | 234.55º | 0.04% | 0.52% | - |
| HSV(B) | 234.55º | 0.08% | 0.54% | - |
| XYZ | 21.06 | 21.79 | 27.14 | - |
| YUV | 128.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 138 | 0.08 | 0.07 | 0 | 0.46 | 234.55 | 0.04 | 0.52 |
| Hex | 7F | 80 | 8A | 8 | 7 | 0 | 2E | EB | 4 | 34 |
| Octal | 177 | 200 | 212 | 10 | 7 | 0 | 56 | 353 | 4 | 64 |
| Binary | 1111111 | 10000000 | 10001010 | 1000 | 111 | 0 | 101110 | 11101011 | 100 | 110100 |
Color Harmonies of #7F808A
Complementary color
Monochromatic Colors of #7F808A
Black with #7F808A
Text Example
Text Example
White with #7F808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F808A; }
p { color: rgb(127,128,138); }
H1.HeaderClassName
{
color: #7F808A;
}
.AnyTagClassName
{
color: #7F808A;
}
</style>
background-color css
<style>
a { background-color: #7F808A; }
a { background-color: rgb(127,128,138); }
div.DivClassName
{
background-color: #7F808A;
}
.BgClassName
{
background-color: #7F808A;
}
</style>
border-color css
<style>
span { border-color: #7F808A; }
span { border-color: rgb(127,128,138); }
td.TdClassName
{
border-color: #7F808A;
}
.TagClassName
{
border-color: #7F808A;
}
</style>