Shades of Storm Grey #72778C
Tints of Storm Grey #72778C
RGB
CMYK
RGB Variations
Color information
#72778C (or 0x72778C) is known color: Storm Grey. HEX triplet: 72, 77 and 8C. RGB value is (114,119,140). Sum of RGB (Red+Green+Blue) = 114+119+140=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #72778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72778C is #8D8873. Grayscale: #777777. Windows color (decimal): -9275508 or 9205618. OLE color: 9205618.
HSL color Cylindrical-coordinate representation of color #72778C: hue angle of 228.46º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #72778C is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 119 | 140 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.45 |
| HSL | 228.46º | 0.1% | 0.5% | - |
| HSV(B) | 228.46º | 0.19% | 0.55% | - |
| XYZ | 18.27 | 18.66 | 27.45 | - |
| YUV | 119.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 119 | 140 | 0.19 | 0.15 | 0 | 0.45 | 228.46 | 0.1 | 0.5 |
| Hex | 72 | 77 | 8C | 13 | F | 0 | 2D | E4 | A | 32 |
| Octal | 162 | 167 | 214 | 23 | 17 | 0 | 55 | 344 | 12 | 62 |
| Binary | 1110010 | 1110111 | 10001100 | 10011 | 1111 | 0 | 101101 | 11100100 | 1010 | 110010 |
Color Harmonies of #72778C
Complementary color
Monochromatic Colors of #72778C
Black with #72778C
Text Example
Text Example
White with #72778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72778C; }
p { color: rgb(114,119,140); }
H1.HeaderClassName
{
color: #72778C;
}
.AnyTagClassName
{
color: #72778C;
}
</style>
background-color css
<style>
a { background-color: #72778C; }
a { background-color: rgb(114,119,140); }
div.DivClassName
{
background-color: #72778C;
}
.BgClassName
{
background-color: #72778C;
}
</style>
border-color css
<style>
span { border-color: #72778C; }
span { border-color: rgb(114,119,140); }
td.TdClassName
{
border-color: #72778C;
}
.TagClassName
{
border-color: #72778C;
}
</style>