Shades of Slate Grey #7A8088
Tints of Slate Grey #7A8088
RGB
CMYK
RGB Variations
Color information
#7A8088 (or 0x7A8088) is known color: Slate Grey. HEX triplet: 7A, 80 and 88. RGB value is (122,128,136). Sum of RGB (Red+Green+Blue) = 122+128+136=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A8088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8088 is #857F77. Grayscale: #7F7F7F. Windows color (decimal): -8748920 or 8945786. OLE color: 8945786.
HSL color Cylindrical-coordinate representation of color #7A8088: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7A8088 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 128 | 136 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.47 |
| HSL | 214.29º | 0.06% | 0.51% | - |
| HSV(B) | 214.29º | 0.1% | 0.53% | - |
| XYZ | 20.19 | 21.35 | 26.35 | - |
| YUV | 127.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 136 | 0.10 | 0.06 | 0 | 0.47 | 214.29 | 0.06 | 0.51 |
| Hex | 7A | 80 | 88 | A | 6 | 0 | 2F | D6 | 6 | 33 |
| Octal | 172 | 200 | 210 | 12 | 6 | 0 | 57 | 326 | 6 | 63 |
| Binary | 1111010 | 10000000 | 10001000 | 1010 | 110 | 0 | 101111 | 11010110 | 110 | 110011 |
Color Harmonies of #7A8088
Complementary color
Monochromatic Colors of #7A8088
Black with #7A8088
Text Example
Text Example
White with #7A8088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8088; }
p { color: rgb(122,128,136); }
H1.HeaderClassName
{
color: #7A8088;
}
.AnyTagClassName
{
color: #7A8088;
}
</style>
background-color css
<style>
a { background-color: #7A8088; }
a { background-color: rgb(122,128,136); }
div.DivClassName
{
background-color: #7A8088;
}
.BgClassName
{
background-color: #7A8088;
}
</style>
border-color css
<style>
span { border-color: #7A8088; }
span { border-color: rgb(122,128,136); }
td.TdClassName
{
border-color: #7A8088;
}
.TagClassName
{
border-color: #7A8088;
}
</style>