Shades of Storm Grey #7B7F8A
Tints of Storm Grey #7B7F8A
RGB
CMYK
RGB Variations
Color information
#7B7F8A (or 0x7B7F8A) is known color: Storm Grey. HEX triplet: 7B, 7F and 8A. RGB value is (123,127,138). Sum of RGB (Red+Green+Blue) = 123+127+138=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #7B7F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7F8A is #848075. Grayscale: #7F7F7F. Windows color (decimal): -8683638 or 9076603. OLE color: 9076603.
HSL color Cylindrical-coordinate representation of color #7B7F8A: hue angle of 224º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B7F8A is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 123 | 127 | 138 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.46 |
| HSL | 224º | 0.06% | 0.51% | - |
| HSV(B) | 224º | 0.11% | 0.54% | - |
| XYZ | 20.35 | 21.22 | 27.07 | - |
| YUV | 127.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 138 | 0.11 | 0.08 | 0 | 0.46 | 224 | 0.06 | 0.51 |
| Hex | 7B | 7F | 8A | B | 8 | 0 | 2E | E0 | 6 | 33 |
| Octal | 173 | 177 | 212 | 13 | 10 | 0 | 56 | 340 | 6 | 63 |
| Binary | 1111011 | 1111111 | 10001010 | 1011 | 1000 | 0 | 101110 | 11100000 | 110 | 110011 |
Color Harmonies of #7B7F8A
Complementary color
Monochromatic Colors of #7B7F8A
Black with #7B7F8A
Text Example
Text Example
White with #7B7F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F8A; }
p { color: rgb(123,127,138); }
H1.HeaderClassName
{
color: #7B7F8A;
}
.AnyTagClassName
{
color: #7B7F8A;
}
</style>
background-color css
<style>
a { background-color: #7B7F8A; }
a { background-color: rgb(123,127,138); }
div.DivClassName
{
background-color: #7B7F8A;
}
.BgClassName
{
background-color: #7B7F8A;
}
</style>
border-color css
<style>
span { border-color: #7B7F8A; }
span { border-color: rgb(123,127,138); }
td.TdClassName
{
border-color: #7B7F8A;
}
.TagClassName
{
border-color: #7B7F8A;
}
</style>