Shades of Storm Grey #84868C
Tints of Storm Grey #84868C
RGB
CMYK
RGB Variations
Color information
#84868C (or 0x84868C) is known color: Storm Grey. HEX triplet: 84, 86 and 8C. RGB value is (132,134,140). Sum of RGB (Red+Green+Blue) = 132+134+140=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 140 - color contains mainly: blue. Hex color #84868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84868C is #7B7973. Grayscale: #868686. Windows color (decimal): -8092020 or 9209476. OLE color: 9209476.
HSL color Cylindrical-coordinate representation of color #84868C: hue angle of 225º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84868C is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 134 | 140 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.45 |
| HSL | 225º | 0.03% | 0.53% | - |
| HSV(B) | 225º | 0.06% | 0.55% | - |
| XYZ | 22.77 | 23.85 | 28.21 | - |
| YUV | 134.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 134 | 140 | 0.06 | 0.04 | 0 | 0.45 | 225 | 0.03 | 0.53 |
| Hex | 84 | 86 | 8C | 6 | 4 | 0 | 2D | E1 | 3 | 35 |
| Octal | 204 | 206 | 214 | 6 | 4 | 0 | 55 | 341 | 3 | 65 |
| Binary | 10000100 | 10000110 | 10001100 | 110 | 100 | 0 | 101101 | 11100001 | 11 | 110101 |
Color Harmonies of #84868C
Complementary color
Monochromatic Colors of #84868C
Black with #84868C
Text Example
Text Example
White with #84868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84868C; }
p { color: rgb(132,134,140); }
H1.HeaderClassName
{
color: #84868C;
}
.AnyTagClassName
{
color: #84868C;
}
</style>
background-color css
<style>
a { background-color: #84868C; }
a { background-color: rgb(132,134,140); }
div.DivClassName
{
background-color: #84868C;
}
.BgClassName
{
background-color: #84868C;
}
</style>
border-color css
<style>
span { border-color: #84868C; }
span { border-color: rgb(132,134,140); }
td.TdClassName
{
border-color: #84868C;
}
.TagClassName
{
border-color: #84868C;
}
</style>