Shades of Storm Grey #7C7E88
Tints of Storm Grey #7C7E88
RGB
CMYK
RGB Variations
Color information
#7C7E88 (or 0x7C7E88) is known color: Storm Grey. HEX triplet: 7C, 7E and 88. RGB value is (124,126,136). Sum of RGB (Red+Green+Blue) = 124+126+136=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C7E88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7E88 is #838177. Grayscale: #7E7E7E. Windows color (decimal): -8618360 or 8945276. OLE color: 8945276.
HSL color Cylindrical-coordinate representation of color #7C7E88: hue angle of 230º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7C7E88 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 126 | 136 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.47 |
| HSL | 230º | 0.05% | 0.51% | - |
| HSV(B) | 230º | 0.09% | 0.53% | - |
| XYZ | 20.22 | 20.98 | 26.28 | - |
| YUV | 126.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 136 | 0.09 | 0.07 | 0 | 0.47 | 230 | 0.05 | 0.51 |
| Hex | 7C | 7E | 88 | 9 | 7 | 0 | 2F | E6 | 5 | 33 |
| Octal | 174 | 176 | 210 | 11 | 7 | 0 | 57 | 346 | 5 | 63 |
| Binary | 1111100 | 1111110 | 10001000 | 1001 | 111 | 0 | 101111 | 11100110 | 101 | 110011 |
Color Harmonies of #7C7E88
Complementary color
Monochromatic Colors of #7C7E88
Black with #7C7E88
Text Example
Text Example
White with #7C7E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E88; }
p { color: rgb(124,126,136); }
H1.HeaderClassName
{
color: #7C7E88;
}
.AnyTagClassName
{
color: #7C7E88;
}
</style>
background-color css
<style>
a { background-color: #7C7E88; }
a { background-color: rgb(124,126,136); }
div.DivClassName
{
background-color: #7C7E88;
}
.BgClassName
{
background-color: #7C7E88;
}
</style>
border-color css
<style>
span { border-color: #7C7E88; }
span { border-color: rgb(124,126,136); }
td.TdClassName
{
border-color: #7C7E88;
}
.TagClassName
{
border-color: #7C7E88;
}
</style>