Shades of Storm Grey #727884
Tints of Storm Grey #727884
RGB
CMYK
RGB Variations
Color information
#727884 (or 0x727884) is known color: Storm Grey. HEX triplet: 72, 78 and 84. RGB value is (114,120,132). Sum of RGB (Red+Green+Blue) = 114+120+132=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 132 - color contains mainly: blue. Hex color #727884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727884 is #8D877B. Grayscale: #777777. Windows color (decimal): -9275260 or 8681586. OLE color: 8681586.
HSL color Cylindrical-coordinate representation of color #727884: hue angle of 220º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #727884 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 120 | 132 | - |
| CMYK | 0.14 | 0.09 | 0 | 0.48 |
| HSL | 220º | 0.07% | 0.48% | - |
| HSV(B) | 220º | 0.14% | 0.52% | - |
| XYZ | 17.82 | 18.68 | 24.5 | - |
| YUV | 119.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 132 | 0.14 | 0.09 | 0 | 0.48 | 220 | 0.07 | 0.48 |
| Hex | 72 | 78 | 84 | E | 9 | 0 | 30 | DC | 7 | 30 |
| Octal | 162 | 170 | 204 | 16 | 11 | 0 | 60 | 334 | 7 | 60 |
| Binary | 1110010 | 1111000 | 10000100 | 1110 | 1001 | 0 | 110000 | 11011100 | 111 | 110000 |
Color Harmonies of #727884
Complementary color
Monochromatic Colors of #727884
Black with #727884
Text Example
Text Example
White with #727884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727884; }
p { color: rgb(114,120,132); }
H1.HeaderClassName
{
color: #727884;
}
.AnyTagClassName
{
color: #727884;
}
</style>
background-color css
<style>
a { background-color: #727884; }
a { background-color: rgb(114,120,132); }
div.DivClassName
{
background-color: #727884;
}
.BgClassName
{
background-color: #727884;
}
</style>
border-color css
<style>
span { border-color: #727884; }
span { border-color: rgb(114,120,132); }
td.TdClassName
{
border-color: #727884;
}
.TagClassName
{
border-color: #727884;
}
</style>