Shades of Storm Grey #7F808B
Tints of Storm Grey #7F808B
RGB
CMYK
RGB Variations
Color information
#7F808B (or 0x7F808B) is known color: Storm Grey. HEX triplet: 7F, 80 and 8B. RGB value is (127,128,139). Sum of RGB (Red+Green+Blue) = 127+128+139=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F808B is #807F74. Grayscale: #808080. Windows color (decimal): -8421237 or 9142399. OLE color: 9142399.
HSL color Cylindrical-coordinate representation of color #7F808B: hue angle of 235º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7F808B is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 128 | 139 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.45 |
| HSL | 235º | 0.05% | 0.52% | - |
| HSV(B) | 235º | 0.09% | 0.55% | - |
| XYZ | 21.13 | 21.81 | 27.52 | - |
| YUV | 128.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 139 | 0.09 | 0.08 | 0 | 0.45 | 235 | 0.05 | 0.52 |
| Hex | 7F | 80 | 8B | 9 | 8 | 0 | 2D | EB | 5 | 34 |
| Octal | 177 | 200 | 213 | 11 | 10 | 0 | 55 | 353 | 5 | 64 |
| Binary | 1111111 | 10000000 | 10001011 | 1001 | 1000 | 0 | 101101 | 11101011 | 101 | 110100 |
Color Harmonies of #7F808B
Complementary color
Monochromatic Colors of #7F808B
Black with #7F808B
Text Example
Text Example
White with #7F808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F808B; }
p { color: rgb(127,128,139); }
H1.HeaderClassName
{
color: #7F808B;
}
.AnyTagClassName
{
color: #7F808B;
}
</style>
background-color css
<style>
a { background-color: #7F808B; }
a { background-color: rgb(127,128,139); }
div.DivClassName
{
background-color: #7F808B;
}
.BgClassName
{
background-color: #7F808B;
}
</style>
border-color css
<style>
span { border-color: #7F808B; }
span { border-color: rgb(127,128,139); }
td.TdClassName
{
border-color: #7F808B;
}
.TagClassName
{
border-color: #7F808B;
}
</style>