Shades of Aluminium #808C92
Tints of Aluminium #808C92
RGB
CMYK
RGB Variations
Color information
#808C92 (or 0x808C92) is known color: Aluminium. HEX triplet: 80, 8C and 92. RGB value is (128,140,146). Sum of RGB (Red+Green+Blue) = 128+140+146=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 146 - color contains mainly: blue. Hex color #808C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C92 is #7F736D. Grayscale: #898989. Windows color (decimal): -8352622 or 9604224. OLE color: 9604224.
HSL color Cylindrical-coordinate representation of color #808C92: hue angle of 200º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #808C92 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 128 | 140 | 146 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.43 |
| HSL | 200º | 0.08% | 0.54% | - |
| HSV(B) | 200º | 0.12% | 0.57% | - |
| XYZ | 23.47 | 25.42 | 30.86 | - |
| YUV | 137.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 146 | 0.12 | 0.04 | 0 | 0.43 | 200 | 0.08 | 0.54 |
| Hex | 80 | 8C | 92 | C | 4 | 0 | 2B | C8 | 8 | 36 |
| Octal | 200 | 214 | 222 | 14 | 4 | 0 | 53 | 310 | 10 | 66 |
| Binary | 10000000 | 10001100 | 10010010 | 1100 | 100 | 0 | 101011 | 11001000 | 1000 | 110110 |
Color Harmonies of #808C92
Complementary color
Monochromatic Colors of #808C92
Black with #808C92
Text Example
Text Example
White with #808C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C92; }
p { color: rgb(128,140,146); }
H1.HeaderClassName
{
color: #808C92;
}
.AnyTagClassName
{
color: #808C92;
}
</style>
background-color css
<style>
a { background-color: #808C92; }
a { background-color: rgb(128,140,146); }
div.DivClassName
{
background-color: #808C92;
}
.BgClassName
{
background-color: #808C92;
}
</style>
border-color css
<style>
span { border-color: #808C92; }
span { border-color: rgb(128,140,146); }
td.TdClassName
{
border-color: #808C92;
}
.TagClassName
{
border-color: #808C92;
}
</style>