Shades of Slate Grey #7A8086
Tints of Slate Grey #7A8086
RGB
CMYK
RGB Variations
Color information
#7A8086 (or 0x7A8086) is known color: Slate Grey. HEX triplet: 7A, 80 and 86. RGB value is (122,128,134). Sum of RGB (Red+Green+Blue) = 122+128+134=384 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.77% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #7A8086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8086 is #857F79. Grayscale: #7E7E7E. Windows color (decimal): -8748922 or 8814714. OLE color: 8814714.
HSL color Cylindrical-coordinate representation of color #7A8086: hue angle of 210º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A8086 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 128 | 134 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.47 |
| HSL | 210º | 0.05% | 0.5% | - |
| HSV(B) | 210º | 0.09% | 0.53% | - |
| XYZ | 20.05 | 21.3 | 25.61 | - |
| YUV | 126.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 134 | 0.09 | 0.04 | 0 | 0.47 | 210 | 0.05 | 0.5 |
| Hex | 7A | 80 | 86 | 9 | 4 | 0 | 2F | D2 | 5 | 32 |
| Octal | 172 | 200 | 206 | 11 | 4 | 0 | 57 | 322 | 5 | 62 |
| Binary | 1111010 | 10000000 | 10000110 | 1001 | 100 | 0 | 101111 | 11010010 | 101 | 110010 |
Color Harmonies of #7A8086
Complementary color
Monochromatic Colors of #7A8086
Black with #7A8086
Text Example
Text Example
White with #7A8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8086; }
p { color: rgb(122,128,134); }
H1.HeaderClassName
{
color: #7A8086;
}
.AnyTagClassName
{
color: #7A8086;
}
</style>
background-color css
<style>
a { background-color: #7A8086; }
a { background-color: rgb(122,128,134); }
div.DivClassName
{
background-color: #7A8086;
}
.BgClassName
{
background-color: #7A8086;
}
</style>
border-color css
<style>
span { border-color: #7A8086; }
span { border-color: rgb(122,128,134); }
td.TdClassName
{
border-color: #7A8086;
}
.TagClassName
{
border-color: #7A8086;
}
</style>