Shades of Storm Grey #71747B
Tints of Storm Grey #71747B
RGB
CMYK
RGB Variations
Color information
#71747B (or 0x71747B) is known color: Storm Grey. HEX triplet: 71, 74 and 7B. RGB value is (113,116,123). Sum of RGB (Red+Green+Blue) = 113+116+123=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #71747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71747B is #8E8B84. Grayscale: #737373. Windows color (decimal): -9341829 or 8090737. OLE color: 8090737.
HSL color Cylindrical-coordinate representation of color #71747B: hue angle of 222º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #71747B is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 116 | 123 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.52 |
| HSL | 222º | 0.04% | 0.46% | - |
| HSV(B) | 222º | 0.08% | 0.48% | - |
| XYZ | 16.63 | 17.43 | 21.23 | - |
| YUV | 115.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 123 | 0.08 | 0.06 | 0 | 0.52 | 222 | 0.04 | 0.46 |
| Hex | 71 | 74 | 7B | 8 | 6 | 0 | 34 | DE | 4 | 2E |
| Octal | 161 | 164 | 173 | 10 | 6 | 0 | 64 | 336 | 4 | 56 |
| Binary | 1110001 | 1110100 | 1111011 | 1000 | 110 | 0 | 110100 | 11011110 | 100 | 101110 |
Color Harmonies of #71747B
Complementary color
Monochromatic Colors of #71747B
Black with #71747B
Text Example
Text Example
White with #71747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71747B; }
p { color: rgb(113,116,123); }
H1.HeaderClassName
{
color: #71747B;
}
.AnyTagClassName
{
color: #71747B;
}
</style>
background-color css
<style>
a { background-color: #71747B; }
a { background-color: rgb(113,116,123); }
div.DivClassName
{
background-color: #71747B;
}
.BgClassName
{
background-color: #71747B;
}
</style>
border-color css
<style>
span { border-color: #71747B; }
span { border-color: rgb(113,116,123); }
td.TdClassName
{
border-color: #71747B;
}
.TagClassName
{
border-color: #71747B;
}
</style>