Shades of Storm Grey #7F838D
Tints of Storm Grey #7F838D
RGB
CMYK
RGB Variations
Color information
#7F838D (or 0x7F838D) is known color: Storm Grey. HEX triplet: 7F, 83 and 8D. RGB value is (127,131,141). Sum of RGB (Red+Green+Blue) = 127+131+141=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 131 (51.56% from 255 or 32.83% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F838D is #807C72. Grayscale: #828282. Windows color (decimal): -8420467 or 9274239. OLE color: 9274239.
HSL color Cylindrical-coordinate representation of color #7F838D: hue angle of 222.86º 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 #7F838D is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 131 | 141 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.45 |
| HSL | 222.86º | 0.06% | 0.53% | - |
| HSV(B) | 222.86º | 0.1% | 0.55% | - |
| XYZ | 21.68 | 22.67 | 28.43 | - |
| YUV | 130.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 141 | 0.10 | 0.07 | 0 | 0.45 | 222.86 | 0.06 | 0.53 |
| Hex | 7F | 83 | 8D | A | 7 | 0 | 2D | DF | 6 | 35 |
| Octal | 177 | 203 | 215 | 12 | 7 | 0 | 55 | 337 | 6 | 65 |
| Binary | 1111111 | 10000011 | 10001101 | 1010 | 111 | 0 | 101101 | 11011111 | 110 | 110101 |
Color Harmonies of #7F838D
Complementary color
Monochromatic Colors of #7F838D
Black with #7F838D
Text Example
Text Example
White with #7F838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F838D; }
p { color: rgb(127,131,141); }
H1.HeaderClassName
{
color: #7F838D;
}
.AnyTagClassName
{
color: #7F838D;
}
</style>
background-color css
<style>
a { background-color: #7F838D; }
a { background-color: rgb(127,131,141); }
div.DivClassName
{
background-color: #7F838D;
}
.BgClassName
{
background-color: #7F838D;
}
</style>
border-color css
<style>
span { border-color: #7F838D; }
span { border-color: rgb(127,131,141); }
td.TdClassName
{
border-color: #7F838D;
}
.TagClassName
{
border-color: #7F838D;
}
</style>