Shades of Storm Grey #71788A
Tints of Storm Grey #71788A
RGB
CMYK
RGB Variations
Color information
#71788A (or 0x71788A) is known color: Storm Grey. HEX triplet: 71, 78 and 8A. RGB value is (113,120,138). Sum of RGB (Red+Green+Blue) = 113+120+138=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #71788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71788A is #8E8775. Grayscale: #777777. Windows color (decimal): -9340790 or 9074801. OLE color: 9074801.
HSL color Cylindrical-coordinate representation of color #71788A: hue angle of 223.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 #71788A is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 120 | 138 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.46 |
| HSL | 223.2º | 0.1% | 0.49% | - |
| HSV(B) | 223.2º | 0.18% | 0.54% | - |
| XYZ | 18.11 | 18.78 | 26.71 | - |
| YUV | 119.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 138 | 0.18 | 0.13 | 0 | 0.46 | 223.2 | 0.1 | 0.49 |
| Hex | 71 | 78 | 8A | 12 | D | 0 | 2E | DF | A | 31 |
| Octal | 161 | 170 | 212 | 22 | 15 | 0 | 56 | 337 | 12 | 61 |
| Binary | 1110001 | 1111000 | 10001010 | 10010 | 1101 | 0 | 101110 | 11011111 | 1010 | 110001 |
Color Harmonies of #71788A
Complementary color
Monochromatic Colors of #71788A
Black with #71788A
Text Example
Text Example
White with #71788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71788A; }
p { color: rgb(113,120,138); }
H1.HeaderClassName
{
color: #71788A;
}
.AnyTagClassName
{
color: #71788A;
}
</style>
background-color css
<style>
a { background-color: #71788A; }
a { background-color: rgb(113,120,138); }
div.DivClassName
{
background-color: #71788A;
}
.BgClassName
{
background-color: #71788A;
}
</style>
border-color css
<style>
span { border-color: #71788A; }
span { border-color: rgb(113,120,138); }
td.TdClassName
{
border-color: #71788A;
}
.TagClassName
{
border-color: #71788A;
}
</style>