Shades of Aluminium #7F8389
Tints of Aluminium #7F8389
RGB
CMYK
RGB Variations
Color information
#7F8389 (or 0x7F8389) is known color: Aluminium. HEX triplet: 7F, 83 and 89. RGB value is (127,131,137). Sum of RGB (Red+Green+Blue) = 127+131+137=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 137 - color contains mainly: blue. Hex color #7F8389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8389 is #807C76. Grayscale: #828282. Windows color (decimal): -8420471 or 9012095. OLE color: 9012095.
HSL color Cylindrical-coordinate representation of color #7F8389: hue angle of 216º 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 #7F8389 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 131 | 137 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.46 |
| HSL | 216º | 0.04% | 0.52% | - |
| HSV(B) | 216º | 0.07% | 0.54% | - |
| XYZ | 21.38 | 22.55 | 26.89 | - |
| YUV | 130.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 137 | 0.07 | 0.04 | 0 | 0.46 | 216 | 0.04 | 0.52 |
| Hex | 7F | 83 | 89 | 7 | 4 | 0 | 2E | D8 | 4 | 34 |
| Octal | 177 | 203 | 211 | 7 | 4 | 0 | 56 | 330 | 4 | 64 |
| Binary | 1111111 | 10000011 | 10001001 | 111 | 100 | 0 | 101110 | 11011000 | 100 | 110100 |
Color Harmonies of #7F8389
Complementary color
Monochromatic Colors of #7F8389
Black with #7F8389
Text Example
Text Example
White with #7F8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8389; }
p { color: rgb(127,131,137); }
H1.HeaderClassName
{
color: #7F8389;
}
.AnyTagClassName
{
color: #7F8389;
}
</style>
background-color css
<style>
a { background-color: #7F8389; }
a { background-color: rgb(127,131,137); }
div.DivClassName
{
background-color: #7F8389;
}
.BgClassName
{
background-color: #7F8389;
}
</style>
border-color css
<style>
span { border-color: #7F8389; }
span { border-color: rgb(127,131,137); }
td.TdClassName
{
border-color: #7F8389;
}
.TagClassName
{
border-color: #7F8389;
}
</style>