Shades of Aluminium #7E898F
Tints of Aluminium #7E898F
RGB
CMYK
RGB Variations
Color information
#7E898F (or 0x7E898F) is known color: Aluminium. HEX triplet: 7E, 89 and 8F. RGB value is (126,137,143). Sum of RGB (Red+Green+Blue) = 126+137+143=406 (53% of max value = 765). Red value is 126 (49.61% from 255 or 31.03% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 143 - color contains mainly: blue. Hex color #7E898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E898F is #817670. Grayscale: #868686. Windows color (decimal): -8484465 or 9406846. OLE color: 9406846.
HSL color Cylindrical-coordinate representation of color #7E898F: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E898F is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 126 | 137 | 143 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.44 |
| HSL | 201.18º | 0.07% | 0.53% | - |
| HSV(B) | 201.18º | 0.12% | 0.56% | - |
| XYZ | 22.51 | 24.31 | 29.49 | - |
| YUV | 134.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 137 | 143 | 0.12 | 0.04 | 0 | 0.44 | 201.18 | 0.07 | 0.53 |
| Hex | 7E | 89 | 8F | C | 4 | 0 | 2C | C9 | 7 | 35 |
| Octal | 176 | 211 | 217 | 14 | 4 | 0 | 54 | 311 | 7 | 65 |
| Binary | 1111110 | 10001001 | 10001111 | 1100 | 100 | 0 | 101100 | 11001001 | 111 | 110101 |
Color Harmonies of #7E898F
Complementary color
Monochromatic Colors of #7E898F
Black with #7E898F
Text Example
Text Example
White with #7E898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E898F; }
p { color: rgb(126,137,143); }
H1.HeaderClassName
{
color: #7E898F;
}
.AnyTagClassName
{
color: #7E898F;
}
</style>
background-color css
<style>
a { background-color: #7E898F; }
a { background-color: rgb(126,137,143); }
div.DivClassName
{
background-color: #7E898F;
}
.BgClassName
{
background-color: #7E898F;
}
</style>
border-color css
<style>
span { border-color: #7E898F; }
span { border-color: rgb(126,137,143); }
td.TdClassName
{
border-color: #7E898F;
}
.TagClassName
{
border-color: #7E898F;
}
</style>