Shades of Storm Grey #7F838A
Tints of Storm Grey #7F838A
RGB
CMYK
RGB Variations
Color information
#7F838A (or 0x7F838A) is known color: Storm Grey. HEX triplet: 7F, 83 and 8A. RGB value is (127,131,138). Sum of RGB (Red+Green+Blue) = 127+131+138=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F838A is #807C75. Grayscale: #828282. Windows color (decimal): -8420470 or 9077631. OLE color: 9077631.
HSL color Cylindrical-coordinate representation of color #7F838A: hue angle of 218.18º 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 #7F838A is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 131 | 138 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.46 |
| HSL | 218.18º | 0.04% | 0.52% | - |
| HSV(B) | 218.18º | 0.08% | 0.54% | - |
| XYZ | 21.46 | 22.58 | 27.27 | - |
| YUV | 130.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 138 | 0.08 | 0.05 | 0 | 0.46 | 218.18 | 0.04 | 0.52 |
| Hex | 7F | 83 | 8A | 8 | 5 | 0 | 2E | DA | 4 | 34 |
| Octal | 177 | 203 | 212 | 10 | 5 | 0 | 56 | 332 | 4 | 64 |
| Binary | 1111111 | 10000011 | 10001010 | 1000 | 101 | 0 | 101110 | 11011010 | 100 | 110100 |
Color Harmonies of #7F838A
Complementary color
Monochromatic Colors of #7F838A
Black with #7F838A
Text Example
Text Example
White with #7F838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F838A; }
p { color: rgb(127,131,138); }
H1.HeaderClassName
{
color: #7F838A;
}
.AnyTagClassName
{
color: #7F838A;
}
</style>
background-color css
<style>
a { background-color: #7F838A; }
a { background-color: rgb(127,131,138); }
div.DivClassName
{
background-color: #7F838A;
}
.BgClassName
{
background-color: #7F838A;
}
</style>
border-color css
<style>
span { border-color: #7F838A; }
span { border-color: rgb(127,131,138); }
td.TdClassName
{
border-color: #7F838A;
}
.TagClassName
{
border-color: #7F838A;
}
</style>