Shades of Storm Grey #7B808B
Tints of Storm Grey #7B808B
RGB
CMYK
RGB Variations
Color information
#7B808B (or 0x7B808B) is known color: Storm Grey. HEX triplet: 7B, 80 and 8B. RGB value is (123,128,139). Sum of RGB (Red+Green+Blue) = 123+128+139=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B808B is #847F74. Grayscale: #7F7F7F. Windows color (decimal): -8683381 or 9142395. OLE color: 9142395.
HSL color Cylindrical-coordinate representation of color #7B808B: hue angle of 221.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B808B is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 128 | 139 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.45 |
| HSL | 221.25º | 0.06% | 0.51% | - |
| HSV(B) | 221.25º | 0.12% | 0.55% | - |
| XYZ | 20.55 | 21.51 | 27.5 | - |
| YUV | 127.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 139 | 0.12 | 0.08 | 0 | 0.45 | 221.25 | 0.06 | 0.51 |
| Hex | 7B | 80 | 8B | C | 8 | 0 | 2D | DD | 6 | 33 |
| Octal | 173 | 200 | 213 | 14 | 10 | 0 | 55 | 335 | 6 | 63 |
| Binary | 1111011 | 10000000 | 10001011 | 1100 | 1000 | 0 | 101101 | 11011101 | 110 | 110011 |
Color Harmonies of #7B808B
Complementary color
Monochromatic Colors of #7B808B
Black with #7B808B
Text Example
Text Example
White with #7B808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B808B; }
p { color: rgb(123,128,139); }
H1.HeaderClassName
{
color: #7B808B;
}
.AnyTagClassName
{
color: #7B808B;
}
</style>
background-color css
<style>
a { background-color: #7B808B; }
a { background-color: rgb(123,128,139); }
div.DivClassName
{
background-color: #7B808B;
}
.BgClassName
{
background-color: #7B808B;
}
</style>
border-color css
<style>
span { border-color: #7B808B; }
span { border-color: rgb(123,128,139); }
td.TdClassName
{
border-color: #7B808B;
}
.TagClassName
{
border-color: #7B808B;
}
</style>