Shades of Storm Grey #717279
Tints of Storm Grey #717279
RGB
CMYK
RGB Variations
Color information
#717279 (or 0x717279) is known color: Storm Grey. HEX triplet: 71, 72 and 79. RGB value is (113,114,121). Sum of RGB (Red+Green+Blue) = 113+114+121=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 121 - color contains mainly: blue. Hex color #717279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717279 is #8E8D86. Grayscale: #727272. Windows color (decimal): -9342343 or 7959153. OLE color: 7959153.
HSL color Cylindrical-coordinate representation of color #717279: hue angle of 232.5º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717279 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 114 | 121 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.53 |
| HSL | 232.5º | 0.03% | 0.46% | - |
| HSV(B) | 232.5º | 0.07% | 0.47% | - |
| XYZ | 16.28 | 16.93 | 20.5 | - |
| YUV | 114.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 121 | 0.07 | 0.06 | 0 | 0.53 | 232.5 | 0.03 | 0.46 |
| Hex | 71 | 72 | 79 | 7 | 6 | 0 | 35 | E8 | 3 | 2E |
| Octal | 161 | 162 | 171 | 7 | 6 | 0 | 65 | 350 | 3 | 56 |
| Binary | 1110001 | 1110010 | 1111001 | 111 | 110 | 0 | 110101 | 11101000 | 11 | 101110 |
Color Harmonies of #717279
Complementary color
Monochromatic Colors of #717279
Black with #717279
Text Example
Text Example
White with #717279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717279; }
p { color: rgb(113,114,121); }
H1.HeaderClassName
{
color: #717279;
}
.AnyTagClassName
{
color: #717279;
}
</style>
background-color css
<style>
a { background-color: #717279; }
a { background-color: rgb(113,114,121); }
div.DivClassName
{
background-color: #717279;
}
.BgClassName
{
background-color: #717279;
}
</style>
border-color css
<style>
span { border-color: #717279; }
span { border-color: rgb(113,114,121); }
td.TdClassName
{
border-color: #717279;
}
.TagClassName
{
border-color: #717279;
}
</style>