Shades of Storm Grey #717785
Tints of Storm Grey #717785
RGB
CMYK
RGB Variations
Color information
#717785 (or 0x717785) is known color: Storm Grey. HEX triplet: 71, 77 and 85. RGB value is (113,119,133). Sum of RGB (Red+Green+Blue) = 113+119+133=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #717785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717785 is #8E887A. Grayscale: #767676. Windows color (decimal): -9341051 or 8746865. OLE color: 8746865.
HSL color Cylindrical-coordinate representation of color #717785: hue angle of 222º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717785 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 113 | 119 | 133 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.48 |
| HSL | 222º | 0.08% | 0.48% | - |
| HSV(B) | 222º | 0.15% | 0.52% | - |
| XYZ | 17.64 | 18.4 | 24.81 | - |
| YUV | 118.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 133 | 0.15 | 0.11 | 0 | 0.48 | 222 | 0.08 | 0.48 |
| Hex | 71 | 77 | 85 | F | B | 0 | 30 | DE | 8 | 30 |
| Octal | 161 | 167 | 205 | 17 | 13 | 0 | 60 | 336 | 10 | 60 |
| Binary | 1110001 | 1110111 | 10000101 | 1111 | 1011 | 0 | 110000 | 11011110 | 1000 | 110000 |
Color Harmonies of #717785
Complementary color
Monochromatic Colors of #717785
Black with #717785
Text Example
Text Example
White with #717785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717785; }
p { color: rgb(113,119,133); }
H1.HeaderClassName
{
color: #717785;
}
.AnyTagClassName
{
color: #717785;
}
</style>
background-color css
<style>
a { background-color: #717785; }
a { background-color: rgb(113,119,133); }
div.DivClassName
{
background-color: #717785;
}
.BgClassName
{
background-color: #717785;
}
</style>
border-color css
<style>
span { border-color: #717785; }
span { border-color: rgb(113,119,133); }
td.TdClassName
{
border-color: #717785;
}
.TagClassName
{
border-color: #717785;
}
</style>