Shades of Storm Grey #7B7F92
Tints of Storm Grey #7B7F92
RGB
CMYK
RGB Variations
Color information
#7B7F92 (or 0x7B7F92) is known color: Storm Grey. HEX triplet: 7B, 7F and 92. RGB value is (123,127,146). Sum of RGB (Red+Green+Blue) = 123+127+146=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B7F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F92 is #84806D. Grayscale: #7F7F7F. Windows color (decimal): -8683630 or 9600891. OLE color: 9600891.
HSL color Cylindrical-coordinate representation of color #7B7F92: hue angle of 229.57º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B7F92 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 127 | 146 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.43 |
| HSL | 229.57º | 0.1% | 0.53% | - |
| HSV(B) | 229.57º | 0.16% | 0.57% | - |
| XYZ | 20.95 | 21.47 | 30.23 | - |
| YUV | 127.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 146 | 0.16 | 0.13 | 0 | 0.43 | 229.57 | 0.1 | 0.53 |
| Hex | 7B | 7F | 92 | 10 | D | 0 | 2B | E6 | A | 35 |
| Octal | 173 | 177 | 222 | 20 | 15 | 0 | 53 | 346 | 12 | 65 |
| Binary | 1111011 | 1111111 | 10010010 | 10000 | 1101 | 0 | 101011 | 11100110 | 1010 | 110101 |
Color Harmonies of #7B7F92
Complementary color
Monochromatic Colors of #7B7F92
Black with #7B7F92
Text Example
Text Example
White with #7B7F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F92; }
p { color: rgb(123,127,146); }
H1.HeaderClassName
{
color: #7B7F92;
}
.AnyTagClassName
{
color: #7B7F92;
}
</style>
background-color css
<style>
a { background-color: #7B7F92; }
a { background-color: rgb(123,127,146); }
div.DivClassName
{
background-color: #7B7F92;
}
.BgClassName
{
background-color: #7B7F92;
}
</style>
border-color css
<style>
span { border-color: #7B7F92; }
span { border-color: rgb(123,127,146); }
td.TdClassName
{
border-color: #7B7F92;
}
.TagClassName
{
border-color: #7B7F92;
}
</style>