Shades of Storm Grey #7B7F87
Tints of Storm Grey #7B7F87
RGB
CMYK
RGB Variations
Color information
#7B7F87 (or 0x7B7F87) is known color: Storm Grey. HEX triplet: 7B, 7F and 87. RGB value is (123,127,135). Sum of RGB (Red+Green+Blue) = 123+127+135=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B7F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F87 is #848078. Grayscale: #7E7E7E. Windows color (decimal): -8683641 or 8879995. OLE color: 8879995.
HSL color Cylindrical-coordinate representation of color #7B7F87: hue angle of 220º degrees, saturation: 0.05, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7B7F87 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 123 | 127 | 135 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.47 |
| HSL | 220º | 0.05% | 0.51% | - |
| HSV(B) | 220º | 0.09% | 0.53% | - |
| XYZ | 20.13 | 21.14 | 25.94 | - |
| YUV | 126.72 | 132.67 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 135 | 0.09 | 0.06 | 0 | 0.47 | 220 | 0.05 | 0.51 |
| Hex | 7B | 7F | 87 | 9 | 6 | 0 | 2F | DC | 5 | 33 |
| Octal | 173 | 177 | 207 | 11 | 6 | 0 | 57 | 334 | 5 | 63 |
| Binary | 1111011 | 1111111 | 10000111 | 1001 | 110 | 0 | 101111 | 11011100 | 101 | 110011 |
Color Harmonies of #7B7F87
Complementary color
Monochromatic Colors of #7B7F87
Black with #7B7F87
Text Example
Text Example
White with #7B7F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F87; }
p { color: rgb(123,127,135); }
H1.HeaderClassName
{
color: #7B7F87;
}
.AnyTagClassName
{
color: #7B7F87;
}
</style>
background-color css
<style>
a { background-color: #7B7F87; }
a { background-color: rgb(123,127,135); }
div.DivClassName
{
background-color: #7B7F87;
}
.BgClassName
{
background-color: #7B7F87;
}
</style>
border-color css
<style>
span { border-color: #7B7F87; }
span { border-color: rgb(123,127,135); }
td.TdClassName
{
border-color: #7B7F87;
}
.TagClassName
{
border-color: #7B7F87;
}
</style>