Shades of Aluminium #797F84
Tints of Aluminium #797F84
RGB
CMYK
RGB Variations
Color information
#797F84 (or 0x797F84) is known color: Aluminium. HEX triplet: 79, 7F and 84. RGB value is (121,127,132). Sum of RGB (Red+Green+Blue) = 121+127+132=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 132 - color contains mainly: blue. Hex color #797F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #797F84 is #86807B. Grayscale: #7D7D7D. Windows color (decimal): -8814716 or 8683385. OLE color: 8683385.
HSL color Cylindrical-coordinate representation of color #797F84: hue angle of 207.27º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #797F84 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 121 | 127 | 132 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.48 |
| HSL | 207.27º | 0.04% | 0.5% | - |
| HSV(B) | 207.27º | 0.08% | 0.52% | - |
| XYZ | 19.64 | 20.91 | 24.83 | - |
| YUV | 125.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 127 | 132 | 0.08 | 0.04 | 0 | 0.48 | 207.27 | 0.04 | 0.5 |
| Hex | 79 | 7F | 84 | 8 | 4 | 0 | 30 | CF | 4 | 32 |
| Octal | 171 | 177 | 204 | 10 | 4 | 0 | 60 | 317 | 4 | 62 |
| Binary | 1111001 | 1111111 | 10000100 | 1000 | 100 | 0 | 110000 | 11001111 | 100 | 110010 |
Color Harmonies of #797F84
Complementary color
Monochromatic Colors of #797F84
Black with #797F84
Text Example
Text Example
White with #797F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797F84; }
p { color: rgb(121,127,132); }
H1.HeaderClassName
{
color: #797F84;
}
.AnyTagClassName
{
color: #797F84;
}
</style>
background-color css
<style>
a { background-color: #797F84; }
a { background-color: rgb(121,127,132); }
div.DivClassName
{
background-color: #797F84;
}
.BgClassName
{
background-color: #797F84;
}
</style>
border-color css
<style>
span { border-color: #797F84; }
span { border-color: rgb(121,127,132); }
td.TdClassName
{
border-color: #797F84;
}
.TagClassName
{
border-color: #797F84;
}
</style>