Shades of Aluminium #7F8589
Tints of Aluminium #7F8589
RGB
CMYK
RGB Variations
Color information
#7F8589 (or 0x7F8589) is known color: Aluminium. HEX triplet: 7F, 85 and 89. RGB value is (127,133,137). Sum of RGB (Red+Green+Blue) = 127+133+137=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F8589 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8589 is #807A76. Grayscale: #838383. Windows color (decimal): -8419959 or 9012607. OLE color: 9012607.
HSL color Cylindrical-coordinate representation of color #7F8589: hue angle of 204º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7F8589 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 133 | 137 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.46 |
| HSL | 204º | 0.04% | 0.52% | - |
| HSV(B) | 204º | 0.07% | 0.54% | - |
| XYZ | 21.66 | 23.09 | 26.98 | - |
| YUV | 131.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 137 | 0.07 | 0.03 | 0 | 0.46 | 204 | 0.04 | 0.52 |
| Hex | 7F | 85 | 89 | 7 | 3 | 0 | 2E | CC | 4 | 34 |
| Octal | 177 | 205 | 211 | 7 | 3 | 0 | 56 | 314 | 4 | 64 |
| Binary | 1111111 | 10000101 | 10001001 | 111 | 11 | 0 | 101110 | 11001100 | 100 | 110100 |
Color Harmonies of #7F8589
Complementary color
Monochromatic Colors of #7F8589
Black with #7F8589
Text Example
Text Example
White with #7F8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8589; }
p { color: rgb(127,133,137); }
H1.HeaderClassName
{
color: #7F8589;
}
.AnyTagClassName
{
color: #7F8589;
}
</style>
background-color css
<style>
a { background-color: #7F8589; }
a { background-color: rgb(127,133,137); }
div.DivClassName
{
background-color: #7F8589;
}
.BgClassName
{
background-color: #7F8589;
}
</style>
border-color css
<style>
span { border-color: #7F8589; }
span { border-color: rgb(127,133,137); }
td.TdClassName
{
border-color: #7F8589;
}
.TagClassName
{
border-color: #7F8589;
}
</style>