Shades of Storm Grey #727882
Tints of Storm Grey #727882
RGB
CMYK
RGB Variations
Color information
#727882 (or 0x727882) is known color: Storm Grey. HEX triplet: 72, 78 and 82. RGB value is (114,120,130). Sum of RGB (Red+Green+Blue) = 114+120+130=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #727882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727882 is #8D877D. Grayscale: #777777. Windows color (decimal): -9275262 or 8550514. OLE color: 8550514.
HSL color Cylindrical-coordinate representation of color #727882: hue angle of 217.5º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #727882 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 120 | 130 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.49 |
| HSL | 217.5º | 0.07% | 0.48% | - |
| HSV(B) | 217.5º | 0.12% | 0.51% | - |
| XYZ | 17.69 | 18.62 | 23.78 | - |
| YUV | 119.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 130 | 0.12 | 0.08 | 0 | 0.49 | 217.5 | 0.07 | 0.48 |
| Hex | 72 | 78 | 82 | C | 8 | 0 | 31 | DA | 7 | 30 |
| Octal | 162 | 170 | 202 | 14 | 10 | 0 | 61 | 332 | 7 | 60 |
| Binary | 1110010 | 1111000 | 10000010 | 1100 | 1000 | 0 | 110001 | 11011010 | 111 | 110000 |
Color Harmonies of #727882
Complementary color
Monochromatic Colors of #727882
Black with #727882
Text Example
Text Example
White with #727882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727882; }
p { color: rgb(114,120,130); }
H1.HeaderClassName
{
color: #727882;
}
.AnyTagClassName
{
color: #727882;
}
</style>
background-color css
<style>
a { background-color: #727882; }
a { background-color: rgb(114,120,130); }
div.DivClassName
{
background-color: #727882;
}
.BgClassName
{
background-color: #727882;
}
</style>
border-color css
<style>
span { border-color: #727882; }
span { border-color: rgb(114,120,130); }
td.TdClassName
{
border-color: #727882;
}
.TagClassName
{
border-color: #727882;
}
</style>