Shades of Storm Grey #727A95
Tints of Storm Grey #727A95
RGB
CMYK
RGB Variations
Color information
#727A95 (or 0x727A95) is known color: Storm Grey. HEX triplet: 72, 7A and 95. RGB value is (114,122,149). Sum of RGB (Red+Green+Blue) = 114+122+149=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 149 - color contains mainly: blue. Hex color #727A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A95 is #8D856A. Grayscale: #7A7A7A. Windows color (decimal): -9274731 or 9796210. OLE color: 9796210.
HSL color Cylindrical-coordinate representation of color #727A95: hue angle of 226.29º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #727A95 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 122 | 149 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.42 |
| HSL | 226.29º | 0.14% | 0.52% | - |
| HSV(B) | 226.29º | 0.23% | 0.58% | - |
| XYZ | 19.32 | 19.67 | 31.21 | - |
| YUV | 122.69 | 142.85 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 149 | 0.23 | 0.18 | 0 | 0.42 | 226.29 | 0.14 | 0.52 |
| Hex | 72 | 7A | 95 | 17 | 12 | 0 | 2A | E2 | E | 34 |
| Octal | 162 | 172 | 225 | 27 | 22 | 0 | 52 | 342 | 16 | 64 |
| Binary | 1110010 | 1111010 | 10010101 | 10111 | 10010 | 0 | 101010 | 11100010 | 1110 | 110100 |
Color Harmonies of #727A95
Complementary color
Monochromatic Colors of #727A95
Black with #727A95
Text Example
Text Example
White with #727A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A95; }
p { color: rgb(114,122,149); }
H1.HeaderClassName
{
color: #727A95;
}
.AnyTagClassName
{
color: #727A95;
}
</style>
background-color css
<style>
a { background-color: #727A95; }
a { background-color: rgb(114,122,149); }
div.DivClassName
{
background-color: #727A95;
}
.BgClassName
{
background-color: #727A95;
}
</style>
border-color css
<style>
span { border-color: #727A95; }
span { border-color: rgb(114,122,149); }
td.TdClassName
{
border-color: #727A95;
}
.TagClassName
{
border-color: #727A95;
}
</style>