Shades of Storm Grey #71737C
Tints of Storm Grey #71737C
RGB
CMYK
RGB Variations
Color information
#71737C (or 0x71737C) is known color: Storm Grey. HEX triplet: 71, 73 and 7C. RGB value is (113,115,124). Sum of RGB (Red+Green+Blue) = 113+115+124=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 124 (48.83% from 255 or 35.23% from 352); Max value from RGB is 124 - color contains mainly: blue. Hex color #71737C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71737C is #8E8C83. Grayscale: #737373. Windows color (decimal): -9342084 or 8156017. OLE color: 8156017.
HSL color Cylindrical-coordinate representation of color #71737C: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #71737C is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 115 | 124 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.51 |
| HSL | 229.09º | 0.05% | 0.46% | - |
| HSV(B) | 229.09º | 0.09% | 0.49% | - |
| XYZ | 16.58 | 17.23 | 21.52 | - |
| YUV | 115.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 124 | 0.09 | 0.07 | 0 | 0.51 | 229.09 | 0.05 | 0.46 |
| Hex | 71 | 73 | 7C | 9 | 7 | 0 | 33 | E5 | 5 | 2E |
| Octal | 161 | 163 | 174 | 11 | 7 | 0 | 63 | 345 | 5 | 56 |
| Binary | 1110001 | 1110011 | 1111100 | 1001 | 111 | 0 | 110011 | 11100101 | 101 | 101110 |
Color Harmonies of #71737C
Complementary color
Monochromatic Colors of #71737C
Black with #71737C
Text Example
Text Example
White with #71737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71737C; }
p { color: rgb(113,115,124); }
H1.HeaderClassName
{
color: #71737C;
}
.AnyTagClassName
{
color: #71737C;
}
</style>
background-color css
<style>
a { background-color: #71737C; }
a { background-color: rgb(113,115,124); }
div.DivClassName
{
background-color: #71737C;
}
.BgClassName
{
background-color: #71737C;
}
</style>
border-color css
<style>
span { border-color: #71737C; }
span { border-color: rgb(113,115,124); }
td.TdClassName
{
border-color: #71737C;
}
.TagClassName
{
border-color: #71737C;
}
</style>