Shades of Aluminium #7F888D
Tints of Aluminium #7F888D
RGB
CMYK
RGB Variations
Color information
#7F888D (or 0x7F888D) is known color: Aluminium. HEX triplet: 7F, 88 and 8D. RGB value is (127,136,141). Sum of RGB (Red+Green+Blue) = 127+136+141=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F888D is #807772. Grayscale: #858585. Windows color (decimal): -8419187 or 9275519. OLE color: 9275519.
HSL color Cylindrical-coordinate representation of color #7F888D: hue angle of 201.43º 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 #7F888D is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 136 | 141 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.45 |
| HSL | 201.43º | 0.06% | 0.53% | - |
| HSV(B) | 201.43º | 0.1% | 0.55% | - |
| XYZ | 22.36 | 24.04 | 28.66 | - |
| YUV | 133.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 141 | 0.10 | 0.04 | 0 | 0.45 | 201.43 | 0.06 | 0.53 |
| Hex | 7F | 88 | 8D | A | 4 | 0 | 2D | C9 | 6 | 35 |
| Octal | 177 | 210 | 215 | 12 | 4 | 0 | 55 | 311 | 6 | 65 |
| Binary | 1111111 | 10001000 | 10001101 | 1010 | 100 | 0 | 101101 | 11001001 | 110 | 110101 |
Color Harmonies of #7F888D
Complementary color
Monochromatic Colors of #7F888D
Black with #7F888D
Text Example
Text Example
White with #7F888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F888D; }
p { color: rgb(127,136,141); }
H1.HeaderClassName
{
color: #7F888D;
}
.AnyTagClassName
{
color: #7F888D;
}
</style>
background-color css
<style>
a { background-color: #7F888D; }
a { background-color: rgb(127,136,141); }
div.DivClassName
{
background-color: #7F888D;
}
.BgClassName
{
background-color: #7F888D;
}
</style>
border-color css
<style>
span { border-color: #7F888D; }
span { border-color: rgb(127,136,141); }
td.TdClassName
{
border-color: #7F888D;
}
.TagClassName
{
border-color: #7F888D;
}
</style>