Shades of Storm Grey #71757F
Tints of Storm Grey #71757F
RGB
CMYK
RGB Variations
Color information
#71757F (or 0x71757F) is known color: Storm Grey. HEX triplet: 71, 75 and 7F. RGB value is (113,117,127). Sum of RGB (Red+Green+Blue) = 113+117+127=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 127 - color contains mainly: blue. Hex color #71757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71757F is #8E8A80. Grayscale: #747474. Windows color (decimal): -9341569 or 8353137. OLE color: 8353137.
HSL color Cylindrical-coordinate representation of color #71757F: hue angle of 222.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #71757F is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 117 | 127 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.50 |
| HSL | 222.86º | 0.06% | 0.47% | - |
| HSV(B) | 222.86º | 0.11% | 0.5% | - |
| XYZ | 17 | 17.77 | 22.61 | - |
| YUV | 116.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 127 | 0.11 | 0.08 | 0 | 0.50 | 222.86 | 0.06 | 0.47 |
| Hex | 71 | 75 | 7F | B | 8 | 0 | 32 | DF | 6 | 2F |
| Octal | 161 | 165 | 177 | 13 | 10 | 0 | 62 | 337 | 6 | 57 |
| Binary | 1110001 | 1110101 | 1111111 | 1011 | 1000 | 0 | 110010 | 11011111 | 110 | 101111 |
Color Harmonies of #71757F
Complementary color
Monochromatic Colors of #71757F
Black with #71757F
Text Example
Text Example
White with #71757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71757F; }
p { color: rgb(113,117,127); }
H1.HeaderClassName
{
color: #71757F;
}
.AnyTagClassName
{
color: #71757F;
}
</style>
background-color css
<style>
a { background-color: #71757F; }
a { background-color: rgb(113,117,127); }
div.DivClassName
{
background-color: #71757F;
}
.BgClassName
{
background-color: #71757F;
}
</style>
border-color css
<style>
span { border-color: #71757F; }
span { border-color: rgb(113,117,127); }
td.TdClassName
{
border-color: #71757F;
}
.TagClassName
{
border-color: #71757F;
}
</style>