Shades of Storm Grey #71728D
Tints of Storm Grey #71728D
RGB
CMYK
RGB Variations
Color information
#71728D (or 0x71728D) is known color: Storm Grey. HEX triplet: 71, 72 and 8D. RGB value is (113,114,141). Sum of RGB (Red+Green+Blue) = 113+114+141=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #71728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71728D is #8E8D72. Grayscale: #747474. Windows color (decimal): -9342323 or 9269873. OLE color: 9269873.
HSL color Cylindrical-coordinate representation of color #71728D: hue angle of 237.86º 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 #71728D is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 114 | 141 | - |
| CMYK | 0.20 | 0.19 | 0 | 0.45 |
| HSL | 237.86º | 0.11% | 0.5% | - |
| HSV(B) | 237.86º | 0.2% | 0.55% | - |
| XYZ | 17.64 | 17.47 | 27.64 | - |
| YUV | 116.78 | 141.67 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 141 | 0.20 | 0.19 | 0 | 0.45 | 237.86 | 0.11 | 0.5 |
| Hex | 71 | 72 | 8D | 14 | 13 | 0 | 2D | EE | B | 32 |
| Octal | 161 | 162 | 215 | 24 | 23 | 0 | 55 | 356 | 13 | 62 |
| Binary | 1110001 | 1110010 | 10001101 | 10100 | 10011 | 0 | 101101 | 11101110 | 1011 | 110010 |
Color Harmonies of #71728D
Complementary color
Monochromatic Colors of #71728D
Black with #71728D
Text Example
Text Example
White with #71728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71728D; }
p { color: rgb(113,114,141); }
H1.HeaderClassName
{
color: #71728D;
}
.AnyTagClassName
{
color: #71728D;
}
</style>
background-color css
<style>
a { background-color: #71728D; }
a { background-color: rgb(113,114,141); }
div.DivClassName
{
background-color: #71728D;
}
.BgClassName
{
background-color: #71728D;
}
</style>
border-color css
<style>
span { border-color: #71728D; }
span { border-color: rgb(113,114,141); }
td.TdClassName
{
border-color: #71728D;
}
.TagClassName
{
border-color: #71728D;
}
</style>