Shades of Storm Grey #7C7C8A
Tints of Storm Grey #7C7C8A
RGB
CMYK
RGB Variations
Color information
#7C7C8A (or 0x7C7C8A) is known color: Storm Grey. HEX triplet: 7C, 7C and 8A. RGB value is (124,124,138). Sum of RGB (Red+Green+Blue) = 124+124+138=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C7C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7C8A is #838375. Grayscale: #7D7D7D. Windows color (decimal): -8618870 or 9075836. OLE color: 9075836.
HSL color Cylindrical-coordinate representation of color #7C7C8A: hue angle of 240º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C7C8A is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 124 | 138 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.46 |
| HSL | 240º | 0.06% | 0.51% | - |
| HSV(B) | 240º | 0.1% | 0.54% | - |
| XYZ | 20.11 | 20.54 | 26.95 | - |
| YUV | 125.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 124 | 138 | 0.10 | 0.10 | 0 | 0.46 | 240 | 0.06 | 0.51 |
| Hex | 7C | 7C | 8A | A | A | 0 | 2E | F0 | 6 | 33 |
| Octal | 174 | 174 | 212 | 12 | 12 | 0 | 56 | 360 | 6 | 63 |
| Binary | 1111100 | 1111100 | 10001010 | 1010 | 1010 | 0 | 101110 | 11110000 | 110 | 110011 |
Color Harmonies of #7C7C8A
Complementary color
Monochromatic Colors of #7C7C8A
Black with #7C7C8A
Text Example
Text Example
White with #7C7C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7C8A; }
p { color: rgb(124,124,138); }
H1.HeaderClassName
{
color: #7C7C8A;
}
.AnyTagClassName
{
color: #7C7C8A;
}
</style>
background-color css
<style>
a { background-color: #7C7C8A; }
a { background-color: rgb(124,124,138); }
div.DivClassName
{
background-color: #7C7C8A;
}
.BgClassName
{
background-color: #7C7C8A;
}
</style>
border-color css
<style>
span { border-color: #7C7C8A; }
span { border-color: rgb(124,124,138); }
td.TdClassName
{
border-color: #7C7C8A;
}
.TagClassName
{
border-color: #7C7C8A;
}
</style>