Shades of Storm Grey #7B7F84
Tints of Storm Grey #7B7F84
RGB
CMYK
RGB Variations
Color information
#7B7F84 (or 0x7B7F84) is known color: Storm Grey. HEX triplet: 7B, 7F and 84. RGB value is (123,127,132). Sum of RGB (Red+Green+Blue) = 123+127+132=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B7F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F84 is #84807B. Grayscale: #7E7E7E. Windows color (decimal): -8683644 or 8683387. OLE color: 8683387.
HSL color Cylindrical-coordinate representation of color #7B7F84: hue angle of 213.33º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7B7F84 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 127 | 132 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.48 |
| HSL | 213.33º | 0.04% | 0.5% | - |
| HSV(B) | 213.33º | 0.07% | 0.52% | - |
| XYZ | 19.92 | 21.06 | 24.84 | - |
| YUV | 126.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 132 | 0.07 | 0.04 | 0 | 0.48 | 213.33 | 0.04 | 0.5 |
| Hex | 7B | 7F | 84 | 7 | 4 | 0 | 30 | D5 | 4 | 32 |
| Octal | 173 | 177 | 204 | 7 | 4 | 0 | 60 | 325 | 4 | 62 |
| Binary | 1111011 | 1111111 | 10000100 | 111 | 100 | 0 | 110000 | 11010101 | 100 | 110010 |
Color Harmonies of #7B7F84
Complementary color
Monochromatic Colors of #7B7F84
Black with #7B7F84
Text Example
Text Example
White with #7B7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F84; }
p { color: rgb(123,127,132); }
H1.HeaderClassName
{
color: #7B7F84;
}
.AnyTagClassName
{
color: #7B7F84;
}
</style>
background-color css
<style>
a { background-color: #7B7F84; }
a { background-color: rgb(123,127,132); }
div.DivClassName
{
background-color: #7B7F84;
}
.BgClassName
{
background-color: #7B7F84;
}
</style>
border-color css
<style>
span { border-color: #7B7F84; }
span { border-color: rgb(123,127,132); }
td.TdClassName
{
border-color: #7B7F84;
}
.TagClassName
{
border-color: #7B7F84;
}
</style>