Shades of Storm Grey #71738A
Tints of Storm Grey #71738A
RGB
CMYK
RGB Variations
Color information
#71738A (or 0x71738A) is known color: Storm Grey. HEX triplet: 71, 73 and 8A. RGB value is (113,115,138). Sum of RGB (Red+Green+Blue) = 113+115+138=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 138 - color contains mainly: blue. Hex color #71738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71738A is #8E8C75. Grayscale: #747474. Windows color (decimal): -9342070 or 9073521. OLE color: 9073521.
HSL color Cylindrical-coordinate representation of color #71738A: hue angle of 235.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71738A is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 115 | 138 | - |
| CMYK | 0.18 | 0.17 | 0 | 0.46 |
| HSL | 235.2º | 0.1% | 0.49% | - |
| HSV(B) | 235.2º | 0.18% | 0.54% | - |
| XYZ | 17.53 | 17.61 | 26.52 | - |
| YUV | 117.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 115 | 138 | 0.18 | 0.17 | 0 | 0.46 | 235.2 | 0.1 | 0.49 |
| Hex | 71 | 73 | 8A | 12 | 11 | 0 | 2E | EB | A | 31 |
| Octal | 161 | 163 | 212 | 22 | 21 | 0 | 56 | 353 | 12 | 61 |
| Binary | 1110001 | 1110011 | 10001010 | 10010 | 10001 | 0 | 101110 | 11101011 | 1010 | 110001 |
Color Harmonies of #71738A
Complementary color
Monochromatic Colors of #71738A
Black with #71738A
Text Example
Text Example
White with #71738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71738A; }
p { color: rgb(113,115,138); }
H1.HeaderClassName
{
color: #71738A;
}
.AnyTagClassName
{
color: #71738A;
}
</style>
background-color css
<style>
a { background-color: #71738A; }
a { background-color: rgb(113,115,138); }
div.DivClassName
{
background-color: #71738A;
}
.BgClassName
{
background-color: #71738A;
}
</style>
border-color css
<style>
span { border-color: #71738A; }
span { border-color: rgb(113,115,138); }
td.TdClassName
{
border-color: #71738A;
}
.TagClassName
{
border-color: #71738A;
}
</style>