Shades of Aluminium #7F868A
Tints of Aluminium #7F868A
RGB
CMYK
RGB Variations
Color information
#7F868A (or 0x7F868A) is known color: Aluminium. HEX triplet: 7F, 86 and 8A. RGB value is (127,134,138). Sum of RGB (Red+Green+Blue) = 127+134+138=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F868A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F868A is #807975. Grayscale: #848484. Windows color (decimal): -8419702 or 9078399. OLE color: 9078399.
HSL color Cylindrical-coordinate representation of color #7F868A: hue angle of 201.82º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7F868A is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 134 | 138 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.46 |
| HSL | 201.82º | 0.04% | 0.52% | - |
| HSV(B) | 201.82º | 0.08% | 0.54% | - |
| XYZ | 21.86 | 23.4 | 27.41 | - |
| YUV | 132.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 138 | 0.08 | 0.03 | 0 | 0.46 | 201.82 | 0.04 | 0.52 |
| Hex | 7F | 86 | 8A | 8 | 3 | 0 | 2E | CA | 4 | 34 |
| Octal | 177 | 206 | 212 | 10 | 3 | 0 | 56 | 312 | 4 | 64 |
| Binary | 1111111 | 10000110 | 10001010 | 1000 | 11 | 0 | 101110 | 11001010 | 100 | 110100 |
Color Harmonies of #7F868A
Complementary color
Monochromatic Colors of #7F868A
Black with #7F868A
Text Example
Text Example
White with #7F868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F868A; }
p { color: rgb(127,134,138); }
H1.HeaderClassName
{
color: #7F868A;
}
.AnyTagClassName
{
color: #7F868A;
}
</style>
background-color css
<style>
a { background-color: #7F868A; }
a { background-color: rgb(127,134,138); }
div.DivClassName
{
background-color: #7F868A;
}
.BgClassName
{
background-color: #7F868A;
}
</style>
border-color css
<style>
span { border-color: #7F868A; }
span { border-color: rgb(127,134,138); }
td.TdClassName
{
border-color: #7F868A;
}
.TagClassName
{
border-color: #7F868A;
}
</style>