Shades of Aluminium #7F868D
Tints of Aluminium #7F868D
RGB
CMYK
RGB Variations
Color information
#7F868D (or 0x7F868D) is known color: Aluminium. HEX triplet: 7F, 86 and 8D. RGB value is (127,134,141). Sum of RGB (Red+Green+Blue) = 127+134+141=402 (53% of max value = 765). Red value is 127 (50% from 255 or 31.59% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F868D is #807972. Grayscale: #848484. Windows color (decimal): -8419699 or 9275007. OLE color: 9275007.
HSL color Cylindrical-coordinate representation of color #7F868D: hue angle of 210º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7F868D is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 134 | 141 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.45 |
| HSL | 210º | 0.06% | 0.53% | - |
| HSV(B) | 210º | 0.1% | 0.55% | - |
| XYZ | 22.09 | 23.49 | 28.57 | - |
| YUV | 132.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 141 | 0.10 | 0.05 | 0 | 0.45 | 210 | 0.06 | 0.53 |
| Hex | 7F | 86 | 8D | A | 5 | 0 | 2D | D2 | 6 | 35 |
| Octal | 177 | 206 | 215 | 12 | 5 | 0 | 55 | 322 | 6 | 65 |
| Binary | 1111111 | 10000110 | 10001101 | 1010 | 101 | 0 | 101101 | 11010010 | 110 | 110101 |
Color Harmonies of #7F868D
Complementary color
Monochromatic Colors of #7F868D
Black with #7F868D
Text Example
Text Example
White with #7F868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F868D; }
p { color: rgb(127,134,141); }
H1.HeaderClassName
{
color: #7F868D;
}
.AnyTagClassName
{
color: #7F868D;
}
</style>
background-color css
<style>
a { background-color: #7F868D; }
a { background-color: rgb(127,134,141); }
div.DivClassName
{
background-color: #7F868D;
}
.BgClassName
{
background-color: #7F868D;
}
</style>
border-color css
<style>
span { border-color: #7F868D; }
span { border-color: rgb(127,134,141); }
td.TdClassName
{
border-color: #7F868D;
}
.TagClassName
{
border-color: #7F868D;
}
</style>