Shades of Storm Grey #7C7E85
Tints of Storm Grey #7C7E85
RGB
CMYK
RGB Variations
Color information
#7C7E85 (or 0x7C7E85) is known color: Storm Grey. HEX triplet: 7C, 7E and 85. RGB value is (124,126,133). Sum of RGB (Red+Green+Blue) = 124+126+133=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: blue. Hex color #7C7E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7E85 is #83817A. Grayscale: #7E7E7E. Windows color (decimal): -8618363 or 8748668. OLE color: 8748668.
HSL color Cylindrical-coordinate representation of color #7C7E85: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7C7E85 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 126 | 133 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.48 |
| HSL | 226.67º | 0.04% | 0.5% | - |
| HSV(B) | 226.67º | 0.07% | 0.52% | - |
| XYZ | 20.01 | 20.9 | 25.17 | - |
| YUV | 126.2 | 131.84 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 126 | 133 | 0.07 | 0.05 | 0 | 0.48 | 226.67 | 0.04 | 0.5 |
| Hex | 7C | 7E | 85 | 7 | 5 | 0 | 30 | E3 | 4 | 32 |
| Octal | 174 | 176 | 205 | 7 | 5 | 0 | 60 | 343 | 4 | 62 |
| Binary | 1111100 | 1111110 | 10000101 | 111 | 101 | 0 | 110000 | 11100011 | 100 | 110010 |
Color Harmonies of #7C7E85
Complementary color
Monochromatic Colors of #7C7E85
Black with #7C7E85
Text Example
Text Example
White with #7C7E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7E85; }
p { color: rgb(124,126,133); }
H1.HeaderClassName
{
color: #7C7E85;
}
.AnyTagClassName
{
color: #7C7E85;
}
</style>
background-color css
<style>
a { background-color: #7C7E85; }
a { background-color: rgb(124,126,133); }
div.DivClassName
{
background-color: #7C7E85;
}
.BgClassName
{
background-color: #7C7E85;
}
</style>
border-color css
<style>
span { border-color: #7C7E85; }
span { border-color: rgb(124,126,133); }
td.TdClassName
{
border-color: #7C7E85;
}
.TagClassName
{
border-color: #7C7E85;
}
</style>