Shades of Storm Grey #71747E
Tints of Storm Grey #71747E
RGB
CMYK
RGB Variations
Color information
#71747E (or 0x71747E) is known color: Storm Grey. HEX triplet: 71, 74 and 7E. RGB value is (113,116,126). Sum of RGB (Red+Green+Blue) = 113+116+126=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #71747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71747E is #8E8B81. Grayscale: #747474. Windows color (decimal): -9341826 or 8287345. OLE color: 8287345.
HSL color Cylindrical-coordinate representation of color #71747E: hue angle of 226.15º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #71747E is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 116 | 126 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.51 |
| HSL | 226.15º | 0.05% | 0.47% | - |
| HSV(B) | 226.15º | 0.1% | 0.49% | - |
| XYZ | 16.82 | 17.51 | 22.23 | - |
| YUV | 116.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 126 | 0.10 | 0.08 | 0 | 0.51 | 226.15 | 0.05 | 0.47 |
| Hex | 71 | 74 | 7E | A | 8 | 0 | 33 | E2 | 5 | 2F |
| Octal | 161 | 164 | 176 | 12 | 10 | 0 | 63 | 342 | 5 | 57 |
| Binary | 1110001 | 1110100 | 1111110 | 1010 | 1000 | 0 | 110011 | 11100010 | 101 | 101111 |
Color Harmonies of #71747E
Complementary color
Monochromatic Colors of #71747E
Black with #71747E
Text Example
Text Example
White with #71747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71747E; }
p { color: rgb(113,116,126); }
H1.HeaderClassName
{
color: #71747E;
}
.AnyTagClassName
{
color: #71747E;
}
</style>
background-color css
<style>
a { background-color: #71747E; }
a { background-color: rgb(113,116,126); }
div.DivClassName
{
background-color: #71747E;
}
.BgClassName
{
background-color: #71747E;
}
</style>
border-color css
<style>
span { border-color: #71747E; }
span { border-color: rgb(113,116,126); }
td.TdClassName
{
border-color: #71747E;
}
.TagClassName
{
border-color: #71747E;
}
</style>