Shades of Storm Grey #84858A
Tints of Storm Grey #84858A
RGB
CMYK
RGB Variations
Color information
#84858A (or 0x84858A) is known color: Storm Grey. HEX triplet: 84, 85 and 8A. RGB value is (132,133,138). Sum of RGB (Red+Green+Blue) = 132+133+138=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 138 - color contains mainly: blue. Hex color #84858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84858A is #7B7A75. Grayscale: #858585. Windows color (decimal): -8092278 or 9078148. OLE color: 9078148.
HSL color Cylindrical-coordinate representation of color #84858A: hue angle of 230º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #84858A is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 132 | 133 | 138 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.46 |
| HSL | 230º | 0.03% | 0.53% | - |
| HSV(B) | 230º | 0.04% | 0.54% | - |
| XYZ | 22.49 | 23.52 | 27.4 | - |
| YUV | 133.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 133 | 138 | 0.04 | 0.04 | 0 | 0.46 | 230 | 0.03 | 0.53 |
| Hex | 84 | 85 | 8A | 4 | 4 | 0 | 2E | E6 | 2 | 35 |
| Octal | 204 | 205 | 212 | 4 | 4 | 0 | 56 | 346 | 2 | 65 |
| Binary | 10000100 | 10000101 | 10001010 | 100 | 100 | 0 | 101110 | 11100110 | 10 | 110101 |
Color Harmonies of #84858A
Complementary color
Monochromatic Colors of #84858A
Black with #84858A
Text Example
Text Example
White with #84858A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84858A; }
p { color: rgb(132,133,138); }
H1.HeaderClassName
{
color: #84858A;
}
.AnyTagClassName
{
color: #84858A;
}
</style>
background-color css
<style>
a { background-color: #84858A; }
a { background-color: rgb(132,133,138); }
div.DivClassName
{
background-color: #84858A;
}
.BgClassName
{
background-color: #84858A;
}
</style>
border-color css
<style>
span { border-color: #84858A; }
span { border-color: rgb(132,133,138); }
td.TdClassName
{
border-color: #84858A;
}
.TagClassName
{
border-color: #84858A;
}
</style>