Shades of Storm Grey #71778B
Tints of Storm Grey #71778B
RGB
CMYK
RGB Variations
Color information
#71778B (or 0x71778B) is known color: Storm Grey. HEX triplet: 71, 77 and 8B. RGB value is (113,119,139). Sum of RGB (Red+Green+Blue) = 113+119+139=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #71778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71778B is #8E8874. Grayscale: #777777. Windows color (decimal): -9341045 or 9140081. OLE color: 9140081.
HSL color Cylindrical-coordinate representation of color #71778B: hue angle of 226.15º 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 #71778B is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 119 | 139 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.45 |
| HSL | 226.15º | 0.1% | 0.49% | - |
| HSV(B) | 226.15º | 0.19% | 0.55% | - |
| XYZ | 18.07 | 18.57 | 27.06 | - |
| YUV | 119.49 | 139.01 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 139 | 0.19 | 0.14 | 0 | 0.45 | 226.15 | 0.1 | 0.49 |
| Hex | 71 | 77 | 8B | 13 | E | 0 | 2D | E2 | A | 31 |
| Octal | 161 | 167 | 213 | 23 | 16 | 0 | 55 | 342 | 12 | 61 |
| Binary | 1110001 | 1110111 | 10001011 | 10011 | 1110 | 0 | 101101 | 11100010 | 1010 | 110001 |
Color Harmonies of #71778B
Complementary color
Monochromatic Colors of #71778B
Black with #71778B
Text Example
Text Example
White with #71778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71778B; }
p { color: rgb(113,119,139); }
H1.HeaderClassName
{
color: #71778B;
}
.AnyTagClassName
{
color: #71778B;
}
</style>
background-color css
<style>
a { background-color: #71778B; }
a { background-color: rgb(113,119,139); }
div.DivClassName
{
background-color: #71778B;
}
.BgClassName
{
background-color: #71778B;
}
</style>
border-color css
<style>
span { border-color: #71778B; }
span { border-color: rgb(113,119,139); }
td.TdClassName
{
border-color: #71778B;
}
.TagClassName
{
border-color: #71778B;
}
</style>