Shades of Storm Grey #71738B
Tints of Storm Grey #71738B
RGB
CMYK
RGB Variations
Color information
#71738B (or 0x71738B) is known color: Storm Grey. HEX triplet: 71, 73 and 8B. RGB value is (113,115,139). Sum of RGB (Red+Green+Blue) = 113+115+139=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #71738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71738B is #8E8C74. Grayscale: #757575. Windows color (decimal): -9342069 or 9139057. OLE color: 9139057.
HSL color Cylindrical-coordinate representation of color #71738B: hue angle of 235.38º 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 #71738B is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 115 | 139 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.45 |
| HSL | 235.38º | 0.1% | 0.49% | - |
| HSV(B) | 235.38º | 0.19% | 0.55% | - |
| XYZ | 17.6 | 17.64 | 26.9 | - |
| YUV | 117.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 139 | 0.19 | 0.17 | 0 | 0.45 | 235.38 | 0.1 | 0.49 |
| Hex | 71 | 73 | 8B | 13 | 11 | 0 | 2D | EB | A | 31 |
| Octal | 161 | 163 | 213 | 23 | 21 | 0 | 55 | 353 | 12 | 61 |
| Binary | 1110001 | 1110011 | 10001011 | 10011 | 10001 | 0 | 101101 | 11101011 | 1010 | 110001 |
Color Harmonies of #71738B
Complementary color
Monochromatic Colors of #71738B
Black with #71738B
Text Example
Text Example
White with #71738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71738B; }
p { color: rgb(113,115,139); }
H1.HeaderClassName
{
color: #71738B;
}
.AnyTagClassName
{
color: #71738B;
}
</style>
background-color css
<style>
a { background-color: #71738B; }
a { background-color: rgb(113,115,139); }
div.DivClassName
{
background-color: #71738B;
}
.BgClassName
{
background-color: #71738B;
}
</style>
border-color css
<style>
span { border-color: #71738B; }
span { border-color: rgb(113,115,139); }
td.TdClassName
{
border-color: #71738B;
}
.TagClassName
{
border-color: #71738B;
}
</style>