Shades of Slate Grey #7A828C
Tints of Slate Grey #7A828C
RGB
CMYK
RGB Variations
Color information
#7A828C (or 0x7A828C) is known color: Slate Grey. HEX triplet: 7A, 82 and 8C. RGB value is (122,130,140). Sum of RGB (Red+Green+Blue) = 122+130+140=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A828C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A828C is #857D73. Grayscale: #808080. Windows color (decimal): -8748404 or 9208442. OLE color: 9208442.
HSL color Cylindrical-coordinate representation of color #7A828C: hue angle of 213.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A828C is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 130 | 140 | - |
| CMYK | 0.13 | 0.07 | 0 | 0.45 |
| HSL | 213.33º | 0.07% | 0.51% | - |
| HSV(B) | 213.33º | 0.13% | 0.55% | - |
| XYZ | 20.74 | 22 | 27.96 | - |
| YUV | 128.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 140 | 0.13 | 0.07 | 0 | 0.45 | 213.33 | 0.07 | 0.51 |
| Hex | 7A | 82 | 8C | D | 7 | 0 | 2D | D5 | 7 | 33 |
| Octal | 172 | 202 | 214 | 15 | 7 | 0 | 55 | 325 | 7 | 63 |
| Binary | 1111010 | 10000010 | 10001100 | 1101 | 111 | 0 | 101101 | 11010101 | 111 | 110011 |
Color Harmonies of #7A828C
Complementary color
Monochromatic Colors of #7A828C
Black with #7A828C
Text Example
Text Example
White with #7A828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A828C; }
p { color: rgb(122,130,140); }
H1.HeaderClassName
{
color: #7A828C;
}
.AnyTagClassName
{
color: #7A828C;
}
</style>
background-color css
<style>
a { background-color: #7A828C; }
a { background-color: rgb(122,130,140); }
div.DivClassName
{
background-color: #7A828C;
}
.BgClassName
{
background-color: #7A828C;
}
</style>
border-color css
<style>
span { border-color: #7A828C; }
span { border-color: rgb(122,130,140); }
td.TdClassName
{
border-color: #7A828C;
}
.TagClassName
{
border-color: #7A828C;
}
</style>