Shades of Storm Grey #717277
Tints of Storm Grey #717277
RGB
CMYK
RGB Variations
Color information
#717277 (or 0x717277) is known color: Storm Grey. HEX triplet: 71, 72 and 77. RGB value is (113,114,119). Sum of RGB (Red+Green+Blue) = 113+114+119=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 119 - color contains mainly: blue. Hex color #717277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717277 is #8E8D88. Grayscale: #727272. Windows color (decimal): -9342345 or 7828081. OLE color: 7828081.
HSL color Cylindrical-coordinate representation of color #717277: hue angle of 230º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717277 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 114 | 119 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.53 |
| HSL | 230º | 0.03% | 0.45% | - |
| HSV(B) | 230º | 0.05% | 0.47% | - |
| XYZ | 16.16 | 16.88 | 19.86 | - |
| YUV | 114.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 119 | 0.05 | 0.04 | 0 | 0.53 | 230 | 0.03 | 0.45 |
| Hex | 71 | 72 | 77 | 5 | 4 | 0 | 35 | E6 | 3 | 2D |
| Octal | 161 | 162 | 167 | 5 | 4 | 0 | 65 | 346 | 3 | 55 |
| Binary | 1110001 | 1110010 | 1110111 | 101 | 100 | 0 | 110101 | 11100110 | 11 | 101101 |
Color Harmonies of #717277
Complementary color
Monochromatic Colors of #717277
Black with #717277
Text Example
Text Example
White with #717277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717277; }
p { color: rgb(113,114,119); }
H1.HeaderClassName
{
color: #717277;
}
.AnyTagClassName
{
color: #717277;
}
</style>
background-color css
<style>
a { background-color: #717277; }
a { background-color: rgb(113,114,119); }
div.DivClassName
{
background-color: #717277;
}
.BgClassName
{
background-color: #717277;
}
</style>
border-color css
<style>
span { border-color: #717277; }
span { border-color: rgb(113,114,119); }
td.TdClassName
{
border-color: #717277;
}
.TagClassName
{
border-color: #717277;
}
</style>