Shades of Storm Grey #7C808A
Tints of Storm Grey #7C808A
RGB
CMYK
RGB Variations
Color information
#7C808A (or 0x7C808A) is known color: Storm Grey. HEX triplet: 7C, 80 and 8A. RGB value is (124,128,138). Sum of RGB (Red+Green+Blue) = 124+128+138=390 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.79% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C808A is #837F75. Grayscale: #7F7F7F. Windows color (decimal): -8617846 or 9076860. OLE color: 9076860.
HSL color Cylindrical-coordinate representation of color #7C808A: hue angle of 222.86º 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 #7C808A is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 124 | 128 | 138 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.46 |
| HSL | 222.86º | 0.06% | 0.51% | - |
| HSV(B) | 222.86º | 0.1% | 0.54% | - |
| XYZ | 20.62 | 21.56 | 27.12 | - |
| YUV | 127.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 138 | 0.10 | 0.07 | 0 | 0.46 | 222.86 | 0.06 | 0.51 |
| Hex | 7C | 80 | 8A | A | 7 | 0 | 2E | DF | 6 | 33 |
| Octal | 174 | 200 | 212 | 12 | 7 | 0 | 56 | 337 | 6 | 63 |
| Binary | 1111100 | 10000000 | 10001010 | 1010 | 111 | 0 | 101110 | 11011111 | 110 | 110011 |
Color Harmonies of #7C808A
Complementary color
Monochromatic Colors of #7C808A
Black with #7C808A
Text Example
Text Example
White with #7C808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C808A; }
p { color: rgb(124,128,138); }
H1.HeaderClassName
{
color: #7C808A;
}
.AnyTagClassName
{
color: #7C808A;
}
</style>
background-color css
<style>
a { background-color: #7C808A; }
a { background-color: rgb(124,128,138); }
div.DivClassName
{
background-color: #7C808A;
}
.BgClassName
{
background-color: #7C808A;
}
</style>
border-color css
<style>
span { border-color: #7C808A; }
span { border-color: rgb(124,128,138); }
td.TdClassName
{
border-color: #7C808A;
}
.TagClassName
{
border-color: #7C808A;
}
</style>