Shades of Storm Grey #727682
Tints of Storm Grey #727682
RGB
CMYK
RGB Variations
Color information
#727682 (or 0x727682) is known color: Storm Grey. HEX triplet: 72, 76 and 82. RGB value is (114,118,130). Sum of RGB (Red+Green+Blue) = 114+118+130=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 130 - color contains mainly: blue. Hex color #727682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727682 is #8D897D. Grayscale: #767676. Windows color (decimal): -9275774 or 8550002. OLE color: 8550002.
HSL color Cylindrical-coordinate representation of color #727682: hue angle of 225º 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 #727682 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 118 | 130 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.49 |
| HSL | 225º | 0.07% | 0.48% | - |
| HSV(B) | 225º | 0.12% | 0.51% | - |
| XYZ | 17.45 | 18.15 | 23.7 | - |
| YUV | 118.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 118 | 130 | 0.12 | 0.09 | 0 | 0.49 | 225 | 0.07 | 0.48 |
| Hex | 72 | 76 | 82 | C | 9 | 0 | 31 | E1 | 7 | 30 |
| Octal | 162 | 166 | 202 | 14 | 11 | 0 | 61 | 341 | 7 | 60 |
| Binary | 1110010 | 1110110 | 10000010 | 1100 | 1001 | 0 | 110001 | 11100001 | 111 | 110000 |
Color Harmonies of #727682
Complementary color
Monochromatic Colors of #727682
Black with #727682
Text Example
Text Example
White with #727682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727682; }
p { color: rgb(114,118,130); }
H1.HeaderClassName
{
color: #727682;
}
.AnyTagClassName
{
color: #727682;
}
</style>
background-color css
<style>
a { background-color: #727682; }
a { background-color: rgb(114,118,130); }
div.DivClassName
{
background-color: #727682;
}
.BgClassName
{
background-color: #727682;
}
</style>
border-color css
<style>
span { border-color: #727682; }
span { border-color: rgb(114,118,130); }
td.TdClassName
{
border-color: #727682;
}
.TagClassName
{
border-color: #727682;
}
</style>