Shades of Storm Grey #727A8A
Tints of Storm Grey #727A8A
RGB
CMYK
RGB Variations
Color information
#727A8A (or 0x727A8A) is known color: Storm Grey. HEX triplet: 72, 7A and 8A. RGB value is (114,122,138). Sum of RGB (Red+Green+Blue) = 114+122+138=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 138 - color contains mainly: blue. Hex color #727A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727A8A is #8D8575. Grayscale: #797979. Windows color (decimal): -9274742 or 9075314. OLE color: 9075314.
HSL color Cylindrical-coordinate representation of color #727A8A: hue angle of 220º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #727A8A is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 122 | 138 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.46 |
| HSL | 220º | 0.1% | 0.49% | - |
| HSV(B) | 220º | 0.17% | 0.54% | - |
| XYZ | 18.49 | 19.33 | 26.8 | - |
| YUV | 121.43 | 137.35 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 138 | 0.17 | 0.12 | 0 | 0.46 | 220 | 0.1 | 0.49 |
| Hex | 72 | 7A | 8A | 11 | C | 0 | 2E | DC | A | 31 |
| Octal | 162 | 172 | 212 | 21 | 14 | 0 | 56 | 334 | 12 | 61 |
| Binary | 1110010 | 1111010 | 10001010 | 10001 | 1100 | 0 | 101110 | 11011100 | 1010 | 110001 |
Color Harmonies of #727A8A
Complementary color
Monochromatic Colors of #727A8A
Black with #727A8A
Text Example
Text Example
White with #727A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727A8A; }
p { color: rgb(114,122,138); }
H1.HeaderClassName
{
color: #727A8A;
}
.AnyTagClassName
{
color: #727A8A;
}
</style>
background-color css
<style>
a { background-color: #727A8A; }
a { background-color: rgb(114,122,138); }
div.DivClassName
{
background-color: #727A8A;
}
.BgClassName
{
background-color: #727A8A;
}
</style>
border-color css
<style>
span { border-color: #727A8A; }
span { border-color: rgb(114,122,138); }
td.TdClassName
{
border-color: #727A8A;
}
.TagClassName
{
border-color: #727A8A;
}
</style>