Shades of Aluminium #7A878F
Tints of Aluminium #7A878F
RGB
CMYK
RGB Variations
Color information
#7A878F (or 0x7A878F) is known color: Aluminium. HEX triplet: 7A, 87 and 8F. RGB value is (122,135,143). Sum of RGB (Red+Green+Blue) = 122+135+143=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A878F is #857870. Grayscale: #838383. Windows color (decimal): -8747121 or 9406330. OLE color: 9406330.
HSL color Cylindrical-coordinate representation of color #7A878F: hue angle of 202.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7A878F is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 135 | 143 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.44 |
| HSL | 202.86º | 0.09% | 0.52% | - |
| HSV(B) | 202.86º | 0.15% | 0.56% | - |
| XYZ | 21.65 | 23.45 | 29.37 | - |
| YUV | 132.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 143 | 0.15 | 0.06 | 0 | 0.44 | 202.86 | 0.09 | 0.52 |
| Hex | 7A | 87 | 8F | F | 6 | 0 | 2C | CB | 9 | 34 |
| Octal | 172 | 207 | 217 | 17 | 6 | 0 | 54 | 313 | 11 | 64 |
| Binary | 1111010 | 10000111 | 10001111 | 1111 | 110 | 0 | 101100 | 11001011 | 1001 | 110100 |
Color Harmonies of #7A878F
Complementary color
Monochromatic Colors of #7A878F
Black with #7A878F
Text Example
Text Example
White with #7A878F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A878F; }
p { color: rgb(122,135,143); }
H1.HeaderClassName
{
color: #7A878F;
}
.AnyTagClassName
{
color: #7A878F;
}
</style>
background-color css
<style>
a { background-color: #7A878F; }
a { background-color: rgb(122,135,143); }
div.DivClassName
{
background-color: #7A878F;
}
.BgClassName
{
background-color: #7A878F;
}
</style>
border-color css
<style>
span { border-color: #7A878F; }
span { border-color: rgb(122,135,143); }
td.TdClassName
{
border-color: #7A878F;
}
.TagClassName
{
border-color: #7A878F;
}
</style>