Shades of Storm Grey #7B7F88
Tints of Storm Grey #7B7F88
RGB
CMYK
RGB Variations
Color information
#7B7F88 (or 0x7B7F88) is known color: Storm Grey. HEX triplet: 7B, 7F and 88. RGB value is (123,127,136). Sum of RGB (Red+Green+Blue) = 123+127+136=386 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.87% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #7B7F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F88 is #848077. Grayscale: #7E7E7E. Windows color (decimal): -8683640 or 8945531. OLE color: 8945531.
HSL color Cylindrical-coordinate representation of color #7B7F88: hue angle of 221.54º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7B7F88 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 127 | 136 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.47 |
| HSL | 221.54º | 0.05% | 0.51% | - |
| HSV(B) | 221.54º | 0.1% | 0.53% | - |
| XYZ | 20.2 | 21.17 | 26.31 | - |
| YUV | 126.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 136 | 0.10 | 0.07 | 0 | 0.47 | 221.54 | 0.05 | 0.51 |
| Hex | 7B | 7F | 88 | A | 7 | 0 | 2F | DE | 5 | 33 |
| Octal | 173 | 177 | 210 | 12 | 7 | 0 | 57 | 336 | 5 | 63 |
| Binary | 1111011 | 1111111 | 10001000 | 1010 | 111 | 0 | 101111 | 11011110 | 101 | 110011 |
Color Harmonies of #7B7F88
Complementary color
Monochromatic Colors of #7B7F88
Black with #7B7F88
Text Example
Text Example
White with #7B7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F88; }
p { color: rgb(123,127,136); }
H1.HeaderClassName
{
color: #7B7F88;
}
.AnyTagClassName
{
color: #7B7F88;
}
</style>
background-color css
<style>
a { background-color: #7B7F88; }
a { background-color: rgb(123,127,136); }
div.DivClassName
{
background-color: #7B7F88;
}
.BgClassName
{
background-color: #7B7F88;
}
</style>
border-color css
<style>
span { border-color: #7B7F88; }
span { border-color: rgb(123,127,136); }
td.TdClassName
{
border-color: #7B7F88;
}
.TagClassName
{
border-color: #7B7F88;
}
</style>