Shades of Storm Grey #7B8089
Tints of Storm Grey #7B8089
RGB
CMYK
RGB Variations
Color information
#7B8089 (or 0x7B8089) is known color: Storm Grey. HEX triplet: 7B, 80 and 89. RGB value is (123,128,137). Sum of RGB (Red+Green+Blue) = 123+128+137=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B8089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8089 is #847F76. Grayscale: #7F7F7F. Windows color (decimal): -8683383 or 9011323. OLE color: 9011323.
HSL color Cylindrical-coordinate representation of color #7B8089: hue angle of 218.57º 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 #7B8089 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 128 | 137 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.46 |
| HSL | 218.57º | 0.06% | 0.51% | - |
| HSV(B) | 218.57º | 0.1% | 0.54% | - |
| XYZ | 20.4 | 21.46 | 26.73 | - |
| YUV | 127.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 137 | 0.10 | 0.07 | 0 | 0.46 | 218.57 | 0.06 | 0.51 |
| Hex | 7B | 80 | 89 | A | 7 | 0 | 2E | DB | 6 | 33 |
| Octal | 173 | 200 | 211 | 12 | 7 | 0 | 56 | 333 | 6 | 63 |
| Binary | 1111011 | 10000000 | 10001001 | 1010 | 111 | 0 | 101110 | 11011011 | 110 | 110011 |
Color Harmonies of #7B8089
Complementary color
Monochromatic Colors of #7B8089
Black with #7B8089
Text Example
Text Example
White with #7B8089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8089; }
p { color: rgb(123,128,137); }
H1.HeaderClassName
{
color: #7B8089;
}
.AnyTagClassName
{
color: #7B8089;
}
</style>
background-color css
<style>
a { background-color: #7B8089; }
a { background-color: rgb(123,128,137); }
div.DivClassName
{
background-color: #7B8089;
}
.BgClassName
{
background-color: #7B8089;
}
</style>
border-color css
<style>
span { border-color: #7B8089; }
span { border-color: rgb(123,128,137); }
td.TdClassName
{
border-color: #7B8089;
}
.TagClassName
{
border-color: #7B8089;
}
</style>