Shades of Aluminium #7A838A
Tints of Aluminium #7A838A
RGB
CMYK
RGB Variations
Color information
#7A838A (or 0x7A838A) is known color: Aluminium. HEX triplet: 7A, 83 and 8A. RGB value is (122,131,138). Sum of RGB (Red+Green+Blue) = 122+131+138=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A838A is #857C75. Grayscale: #818181. Windows color (decimal): -8748150 or 9077626. OLE color: 9077626.
HSL color Cylindrical-coordinate representation of color #7A838A: hue angle of 206.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7A838A is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 131 | 138 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.46 |
| HSL | 206.25º | 0.06% | 0.51% | - |
| HSV(B) | 206.25º | 0.12% | 0.54% | - |
| XYZ | 20.73 | 22.21 | 27.24 | - |
| YUV | 129.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 138 | 0.12 | 0.05 | 0 | 0.46 | 206.25 | 0.06 | 0.51 |
| Hex | 7A | 83 | 8A | C | 5 | 0 | 2E | CE | 6 | 33 |
| Octal | 172 | 203 | 212 | 14 | 5 | 0 | 56 | 316 | 6 | 63 |
| Binary | 1111010 | 10000011 | 10001010 | 1100 | 101 | 0 | 101110 | 11001110 | 110 | 110011 |
Color Harmonies of #7A838A
Complementary color
Monochromatic Colors of #7A838A
Black with #7A838A
Text Example
Text Example
White with #7A838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A838A; }
p { color: rgb(122,131,138); }
H1.HeaderClassName
{
color: #7A838A;
}
.AnyTagClassName
{
color: #7A838A;
}
</style>
background-color css
<style>
a { background-color: #7A838A; }
a { background-color: rgb(122,131,138); }
div.DivClassName
{
background-color: #7A838A;
}
.BgClassName
{
background-color: #7A838A;
}
</style>
border-color css
<style>
span { border-color: #7A838A; }
span { border-color: rgb(122,131,138); }
td.TdClassName
{
border-color: #7A838A;
}
.TagClassName
{
border-color: #7A838A;
}
</style>