Shades of Storm Grey #7B8090
Tints of Storm Grey #7B8090
RGB
CMYK
RGB Variations
Color information
#7B8090 (or 0x7B8090) is known color: Storm Grey. HEX triplet: 7B, 80 and 90. RGB value is (123,128,144). Sum of RGB (Red+Green+Blue) = 123+128+144=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B8090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8090 is #847F6F. Grayscale: #808080. Windows color (decimal): -8683376 or 9470075. OLE color: 9470075.
HSL color Cylindrical-coordinate representation of color #7B8090: hue angle of 225.71º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B8090 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 128 | 144 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.44 |
| HSL | 225.71º | 0.09% | 0.52% | - |
| HSV(B) | 225.71º | 0.15% | 0.56% | - |
| XYZ | 20.92 | 21.66 | 29.46 | - |
| YUV | 128.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 144 | 0.15 | 0.11 | 0 | 0.44 | 225.71 | 0.09 | 0.52 |
| Hex | 7B | 80 | 90 | F | B | 0 | 2C | E2 | 9 | 34 |
| Octal | 173 | 200 | 220 | 17 | 13 | 0 | 54 | 342 | 11 | 64 |
| Binary | 1111011 | 10000000 | 10010000 | 1111 | 1011 | 0 | 101100 | 11100010 | 1001 | 110100 |
Color Harmonies of #7B8090
Complementary color
Monochromatic Colors of #7B8090
Black with #7B8090
Text Example
Text Example
White with #7B8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8090; }
p { color: rgb(123,128,144); }
H1.HeaderClassName
{
color: #7B8090;
}
.AnyTagClassName
{
color: #7B8090;
}
</style>
background-color css
<style>
a { background-color: #7B8090; }
a { background-color: rgb(123,128,144); }
div.DivClassName
{
background-color: #7B8090;
}
.BgClassName
{
background-color: #7B8090;
}
</style>
border-color css
<style>
span { border-color: #7B8090; }
span { border-color: rgb(123,128,144); }
td.TdClassName
{
border-color: #7B8090;
}
.TagClassName
{
border-color: #7B8090;
}
</style>