Shades of Storm Grey #71737A
Tints of Storm Grey #71737A
RGB
CMYK
RGB Variations
Color information
#71737A (or 0x71737A) is known color: Storm Grey. HEX triplet: 71, 73 and 7A. RGB value is (113,115,122). Sum of RGB (Red+Green+Blue) = 113+115+122=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 122 - color contains mainly: blue. Hex color #71737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71737A is #8E8C85. Grayscale: #737373. Windows color (decimal): -9342086 or 8024945. OLE color: 8024945.
HSL color Cylindrical-coordinate representation of color #71737A: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #71737A is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 115 | 122 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.52 |
| HSL | 226.67º | 0.04% | 0.46% | - |
| HSV(B) | 226.67º | 0.07% | 0.48% | - |
| XYZ | 16.45 | 17.18 | 20.86 | - |
| YUV | 115.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 122 | 0.07 | 0.06 | 0 | 0.52 | 226.67 | 0.04 | 0.46 |
| Hex | 71 | 73 | 7A | 7 | 6 | 0 | 34 | E3 | 4 | 2E |
| Octal | 161 | 163 | 172 | 7 | 6 | 0 | 64 | 343 | 4 | 56 |
| Binary | 1110001 | 1110011 | 1111010 | 111 | 110 | 0 | 110100 | 11100011 | 100 | 101110 |
Color Harmonies of #71737A
Complementary color
Monochromatic Colors of #71737A
Black with #71737A
Text Example
Text Example
White with #71737A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71737A; }
p { color: rgb(113,115,122); }
H1.HeaderClassName
{
color: #71737A;
}
.AnyTagClassName
{
color: #71737A;
}
</style>
background-color css
<style>
a { background-color: #71737A; }
a { background-color: rgb(113,115,122); }
div.DivClassName
{
background-color: #71737A;
}
.BgClassName
{
background-color: #71737A;
}
</style>
border-color css
<style>
span { border-color: #71737A; }
span { border-color: rgb(113,115,122); }
td.TdClassName
{
border-color: #71737A;
}
.TagClassName
{
border-color: #71737A;
}
</style>