Shades of Storm Grey #71798B
Tints of Storm Grey #71798B
RGB
CMYK
RGB Variations
Color information
#71798B (or 0x71798B) is known color: Storm Grey. HEX triplet: 71, 79 and 8B. RGB value is (113,121,139). Sum of RGB (Red+Green+Blue) = 113+121+139=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #71798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71798B is #8E8674. Grayscale: #787878. Windows color (decimal): -9340533 or 9140593. OLE color: 9140593.
HSL color Cylindrical-coordinate representation of color #71798B: hue angle of 221.54º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71798B is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 121 | 139 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.45 |
| HSL | 221.54º | 0.1% | 0.49% | - |
| HSV(B) | 221.54º | 0.19% | 0.55% | - |
| XYZ | 18.31 | 19.05 | 27.14 | - |
| YUV | 120.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 139 | 0.19 | 0.13 | 0 | 0.45 | 221.54 | 0.1 | 0.49 |
| Hex | 71 | 79 | 8B | 13 | D | 0 | 2D | DE | A | 31 |
| Octal | 161 | 171 | 213 | 23 | 15 | 0 | 55 | 336 | 12 | 61 |
| Binary | 1110001 | 1111001 | 10001011 | 10011 | 1101 | 0 | 101101 | 11011110 | 1010 | 110001 |
Color Harmonies of #71798B
Complementary color
Monochromatic Colors of #71798B
Black with #71798B
Text Example
Text Example
White with #71798B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71798B; }
p { color: rgb(113,121,139); }
H1.HeaderClassName
{
color: #71798B;
}
.AnyTagClassName
{
color: #71798B;
}
</style>
background-color css
<style>
a { background-color: #71798B; }
a { background-color: rgb(113,121,139); }
div.DivClassName
{
background-color: #71798B;
}
.BgClassName
{
background-color: #71798B;
}
</style>
border-color css
<style>
span { border-color: #71798B; }
span { border-color: rgb(113,121,139); }
td.TdClassName
{
border-color: #71798B;
}
.TagClassName
{
border-color: #71798B;
}
</style>