Shades of Storm Grey #71748D
Tints of Storm Grey #71748D
RGB
CMYK
RGB Variations
Color information
#71748D (or 0x71748D) is known color: Storm Grey. HEX triplet: 71, 74 and 8D. RGB value is (113,116,141). Sum of RGB (Red+Green+Blue) = 113+116+141=370 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.54% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #71748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71748D is #8E8B72. Grayscale: #757575. Windows color (decimal): -9341811 or 9270385. OLE color: 9270385.
HSL color Cylindrical-coordinate representation of color #71748D: hue angle of 233.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #71748D is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 116 | 141 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.45 |
| HSL | 233.57º | 0.11% | 0.5% | - |
| HSV(B) | 233.57º | 0.2% | 0.55% | - |
| XYZ | 17.86 | 17.92 | 27.72 | - |
| YUV | 117.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 141 | 0.20 | 0.18 | 0 | 0.45 | 233.57 | 0.11 | 0.5 |
| Hex | 71 | 74 | 8D | 14 | 12 | 0 | 2D | EA | B | 32 |
| Octal | 161 | 164 | 215 | 24 | 22 | 0 | 55 | 352 | 13 | 62 |
| Binary | 1110001 | 1110100 | 10001101 | 10100 | 10010 | 0 | 101101 | 11101010 | 1011 | 110010 |
Color Harmonies of #71748D
Complementary color
Monochromatic Colors of #71748D
Black with #71748D
Text Example
Text Example
White with #71748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71748D; }
p { color: rgb(113,116,141); }
H1.HeaderClassName
{
color: #71748D;
}
.AnyTagClassName
{
color: #71748D;
}
</style>
background-color css
<style>
a { background-color: #71748D; }
a { background-color: rgb(113,116,141); }
div.DivClassName
{
background-color: #71748D;
}
.BgClassName
{
background-color: #71748D;
}
</style>
border-color css
<style>
span { border-color: #71748D; }
span { border-color: rgb(113,116,141); }
td.TdClassName
{
border-color: #71748D;
}
.TagClassName
{
border-color: #71748D;
}
</style>