Shades of Storm Grey #72737C
Tints of Storm Grey #72737C
RGB
CMYK
RGB Variations
Color information
#72737C (or 0x72737C) is known color: Storm Grey. HEX triplet: 72, 73 and 7C. RGB value is (114,115,124). Sum of RGB (Red+Green+Blue) = 114+115+124=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 124 - color contains mainly: blue. Hex color #72737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72737C is #8D8C83. Grayscale: #737373. Windows color (decimal): -9276548 or 8156018. OLE color: 8156018.
HSL color Cylindrical-coordinate representation of color #72737C: hue angle of 234º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #72737C is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 115 | 124 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.51 |
| HSL | 234º | 0.04% | 0.47% | - |
| HSV(B) | 234º | 0.08% | 0.49% | - |
| XYZ | 16.71 | 17.29 | 21.53 | - |
| YUV | 115.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 124 | 0.08 | 0.07 | 0 | 0.51 | 234 | 0.04 | 0.47 |
| Hex | 72 | 73 | 7C | 8 | 7 | 0 | 33 | EA | 4 | 2F |
| Octal | 162 | 163 | 174 | 10 | 7 | 0 | 63 | 352 | 4 | 57 |
| Binary | 1110010 | 1110011 | 1111100 | 1000 | 111 | 0 | 110011 | 11101010 | 100 | 101111 |
Color Harmonies of #72737C
Complementary color
Monochromatic Colors of #72737C
Black with #72737C
Text Example
Text Example
White with #72737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72737C; }
p { color: rgb(114,115,124); }
H1.HeaderClassName
{
color: #72737C;
}
.AnyTagClassName
{
color: #72737C;
}
</style>
background-color css
<style>
a { background-color: #72737C; }
a { background-color: rgb(114,115,124); }
div.DivClassName
{
background-color: #72737C;
}
.BgClassName
{
background-color: #72737C;
}
</style>
border-color css
<style>
span { border-color: #72737C; }
span { border-color: rgb(114,115,124); }
td.TdClassName
{
border-color: #72737C;
}
.TagClassName
{
border-color: #72737C;
}
</style>