Shades of Aluminium #7A8289
Tints of Aluminium #7A8289
RGB
CMYK
RGB Variations
Color information
#7A8289 (or 0x7A8289) is known color: Aluminium. HEX triplet: 7A, 82 and 89. RGB value is (122,130,137). Sum of RGB (Red+Green+Blue) = 122+130+137=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 137 - color contains mainly: blue. Hex color #7A8289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8289 is #857D76. Grayscale: #808080. Windows color (decimal): -8748407 or 9011834. OLE color: 9011834.
HSL color Cylindrical-coordinate representation of color #7A8289: hue angle of 208º 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 #7A8289 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 130 | 137 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.46 |
| HSL | 208º | 0.06% | 0.51% | - |
| HSV(B) | 208º | 0.11% | 0.54% | - |
| XYZ | 20.52 | 21.91 | 26.81 | - |
| YUV | 128.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 137 | 0.11 | 0.05 | 0 | 0.46 | 208 | 0.06 | 0.51 |
| Hex | 7A | 82 | 89 | B | 5 | 0 | 2E | D0 | 6 | 33 |
| Octal | 172 | 202 | 211 | 13 | 5 | 0 | 56 | 320 | 6 | 63 |
| Binary | 1111010 | 10000010 | 10001001 | 1011 | 101 | 0 | 101110 | 11010000 | 110 | 110011 |
Color Harmonies of #7A8289
Complementary color
Monochromatic Colors of #7A8289
Black with #7A8289
Text Example
Text Example
White with #7A8289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8289; }
p { color: rgb(122,130,137); }
H1.HeaderClassName
{
color: #7A8289;
}
.AnyTagClassName
{
color: #7A8289;
}
</style>
background-color css
<style>
a { background-color: #7A8289; }
a { background-color: rgb(122,130,137); }
div.DivClassName
{
background-color: #7A8289;
}
.BgClassName
{
background-color: #7A8289;
}
</style>
border-color css
<style>
span { border-color: #7A8289; }
span { border-color: rgb(122,130,137); }
td.TdClassName
{
border-color: #7A8289;
}
.TagClassName
{
border-color: #7A8289;
}
</style>