Shades of Storm Grey #7B7F91
Tints of Storm Grey #7B7F91
RGB
CMYK
RGB Variations
Color information
#7B7F91 (or 0x7B7F91) is known color: Storm Grey. HEX triplet: 7B, 7F and 91. RGB value is (123,127,145). Sum of RGB (Red+Green+Blue) = 123+127+145=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B7F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F91 is #84806E. Grayscale: #7F7F7F. Windows color (decimal): -8683631 or 9535355. OLE color: 9535355.
HSL color Cylindrical-coordinate representation of color #7B7F91: hue angle of 229.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B7F91 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 127 | 145 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.43 |
| HSL | 229.09º | 0.09% | 0.53% | - |
| HSV(B) | 229.09º | 0.15% | 0.57% | - |
| XYZ | 20.87 | 21.43 | 29.83 | - |
| YUV | 127.86 | 137.67 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 145 | 0.15 | 0.12 | 0 | 0.43 | 229.09 | 0.09 | 0.53 |
| Hex | 7B | 7F | 91 | F | C | 0 | 2B | E5 | 9 | 35 |
| Octal | 173 | 177 | 221 | 17 | 14 | 0 | 53 | 345 | 11 | 65 |
| Binary | 1111011 | 1111111 | 10010001 | 1111 | 1100 | 0 | 101011 | 11100101 | 1001 | 110101 |
Color Harmonies of #7B7F91
Complementary color
Monochromatic Colors of #7B7F91
Black with #7B7F91
Text Example
Text Example
White with #7B7F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F91; }
p { color: rgb(123,127,145); }
H1.HeaderClassName
{
color: #7B7F91;
}
.AnyTagClassName
{
color: #7B7F91;
}
</style>
background-color css
<style>
a { background-color: #7B7F91; }
a { background-color: rgb(123,127,145); }
div.DivClassName
{
background-color: #7B7F91;
}
.BgClassName
{
background-color: #7B7F91;
}
</style>
border-color css
<style>
span { border-color: #7B7F91; }
span { border-color: rgb(123,127,145); }
td.TdClassName
{
border-color: #7B7F91;
}
.TagClassName
{
border-color: #7B7F91;
}
</style>