Shades of Storm Grey #7B7B87
Tints of Storm Grey #7B7B87
RGB
CMYK
RGB Variations
Color information
#7B7B87 (or 0x7B7B87) is known color: Storm Grey. HEX triplet: 7B, 7B and 87. RGB value is (123,123,135). Sum of RGB (Red+Green+Blue) = 123+123+135=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B7B87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7B87 is #848478. Grayscale: #7C7C7C. Windows color (decimal): -8684665 or 8878971. OLE color: 8878971.
HSL color Cylindrical-coordinate representation of color #7B7B87: hue angle of 240º 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 #7B7B87 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
RGB | 123 | 123 | 135 | - |
CMYK | 0.09 | 0.09 | 0 | 0.47 |
HSL | 240º | 0.05% | 0.51% | - |
HSV(B) | 240º | 0.09% | 0.53% | - |
XYZ | 19.62 | 20.13 | 25.77 | - |
YUV | 124.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 123 | 135 | 0.09 | 0.09 | 0 | 0.47 | 240 | 0.05 | 0.51 |
Hex | 7B | 7B | 87 | 9 | 9 | 0 | 2F | F0 | 5 | 33 |
Octal | 173 | 173 | 207 | 11 | 11 | 0 | 57 | 360 | 5 | 63 |
Binary | 1111011 | 1111011 | 10000111 | 1001 | 1001 | 0 | 101111 | 11110000 | 101 | 110011 |
Color Harmonies of #7B7B87
Complementary color
Monochromatic Colors of #7B7B87
Black with #7B7B87
Text Example
Text Example
White with #7B7B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7B87; }
p { color: rgb(123,123,135); }
H1.HeaderClassName
{
color: #7B7B87;
}
.AnyTagClassName
{
color: #7B7B87;
}
</style>
background-color css
<style>
a { background-color: #7B7B87; }
a { background-color: rgb(123,123,135); }
div.DivClassName
{
background-color: #7B7B87;
}
.BgClassName
{
background-color: #7B7B87;
}
</style>
border-color css
<style>
span { border-color: #7B7B87; }
span { border-color: rgb(123,123,135); }
td.TdClassName
{
border-color: #7B7B87;
}
.TagClassName
{
border-color: #7B7B87;
}
</style>