Shades of Aluminium #7F878E
Tints of Aluminium #7F878E
RGB
CMYK
RGB Variations
Color information
#7F878E (or 0x7F878E) is known color: Aluminium. HEX triplet: 7F, 87 and 8E. RGB value is (127,135,142). Sum of RGB (Red+Green+Blue) = 127+135+142=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F878E is #807871. Grayscale: #858585. Windows color (decimal): -8419442 or 9340799. OLE color: 9340799.
HSL color Cylindrical-coordinate representation of color #7F878E: hue angle of 208º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7F878E is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 135 | 142 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.44 |
| HSL | 208º | 0.06% | 0.53% | - |
| HSV(B) | 208º | 0.11% | 0.56% | - |
| XYZ | 22.3 | 23.79 | 29.01 | - |
| YUV | 133.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 135 | 142 | 0.11 | 0.05 | 0 | 0.44 | 208 | 0.06 | 0.53 |
| Hex | 7F | 87 | 8E | B | 5 | 0 | 2C | D0 | 6 | 35 |
| Octal | 177 | 207 | 216 | 13 | 5 | 0 | 54 | 320 | 6 | 65 |
| Binary | 1111111 | 10000111 | 10001110 | 1011 | 101 | 0 | 101100 | 11010000 | 110 | 110101 |
Color Harmonies of #7F878E
Complementary color
Monochromatic Colors of #7F878E
Black with #7F878E
Text Example
Text Example
White with #7F878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F878E; }
p { color: rgb(127,135,142); }
H1.HeaderClassName
{
color: #7F878E;
}
.AnyTagClassName
{
color: #7F878E;
}
</style>
background-color css
<style>
a { background-color: #7F878E; }
a { background-color: rgb(127,135,142); }
div.DivClassName
{
background-color: #7F878E;
}
.BgClassName
{
background-color: #7F878E;
}
</style>
border-color css
<style>
span { border-color: #7F878E; }
span { border-color: rgb(127,135,142); }
td.TdClassName
{
border-color: #7F878E;
}
.TagClassName
{
border-color: #7F878E;
}
</style>