Shades of Storm Grey #71758A
Tints of Storm Grey #71758A
RGB
CMYK
RGB Variations
Color information
#71758A (or 0x71758A) is known color: Storm Grey. HEX triplet: 71, 75 and 8A. RGB value is (113,117,138). Sum of RGB (Red+Green+Blue) = 113+117+138=368 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.71% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #71758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71758A is #8E8A75. Grayscale: #767676. Windows color (decimal): -9341558 or 9074033. OLE color: 9074033.
HSL color Cylindrical-coordinate representation of color #71758A: hue angle of 230.4º 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 #71758A is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 117 | 138 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.46 |
| HSL | 230.4º | 0.1% | 0.49% | - |
| HSV(B) | 230.4º | 0.18% | 0.54% | - |
| XYZ | 17.76 | 18.07 | 26.6 | - |
| YUV | 118.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 138 | 0.18 | 0.15 | 0 | 0.46 | 230.4 | 0.1 | 0.49 |
| Hex | 71 | 75 | 8A | 12 | F | 0 | 2E | E6 | A | 31 |
| Octal | 161 | 165 | 212 | 22 | 17 | 0 | 56 | 346 | 12 | 61 |
| Binary | 1110001 | 1110101 | 10001010 | 10010 | 1111 | 0 | 101110 | 11100110 | 1010 | 110001 |
Color Harmonies of #71758A
Complementary color
Monochromatic Colors of #71758A
Black with #71758A
Text Example
Text Example
White with #71758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71758A; }
p { color: rgb(113,117,138); }
H1.HeaderClassName
{
color: #71758A;
}
.AnyTagClassName
{
color: #71758A;
}
</style>
background-color css
<style>
a { background-color: #71758A; }
a { background-color: rgb(113,117,138); }
div.DivClassName
{
background-color: #71758A;
}
.BgClassName
{
background-color: #71758A;
}
</style>
border-color css
<style>
span { border-color: #71758A; }
span { border-color: rgb(113,117,138); }
td.TdClassName
{
border-color: #71758A;
}
.TagClassName
{
border-color: #71758A;
}
</style>