Shades of Aluminium #83878A
Tints of Aluminium #83878A
RGB
CMYK
RGB Variations
Color information
#83878A (or 0x83878A) is known color: Aluminium. HEX triplet: 83, 87 and 8A. RGB value is (131,135,138). Sum of RGB (Red+Green+Blue) = 131+135+138=404 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.43% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 138 - color contains mainly: blue. Hex color #83878A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83878A is #7C7875. Grayscale: #868686. Windows color (decimal): -8157302 or 9078659. OLE color: 9078659.
HSL color Cylindrical-coordinate representation of color #83878A: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #83878A is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 135 | 138 | - |
| CMYK | 0.05 | 0.02 | 0 | 0.46 |
| HSL | 205.71º | 0.03% | 0.53% | - |
| HSV(B) | 205.71º | 0.05% | 0.54% | - |
| XYZ | 22.61 | 23.99 | 27.48 | - |
| YUV | 134.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 138 | 0.05 | 0.02 | 0 | 0.46 | 205.71 | 0.03 | 0.53 |
| Hex | 83 | 87 | 8A | 5 | 2 | 0 | 2E | CE | 3 | 35 |
| Octal | 203 | 207 | 212 | 5 | 2 | 0 | 56 | 316 | 3 | 65 |
| Binary | 10000011 | 10000111 | 10001010 | 101 | 10 | 0 | 101110 | 11001110 | 11 | 110101 |
Color Harmonies of #83878A
Complementary color
Monochromatic Colors of #83878A
Black with #83878A
Text Example
Text Example
White with #83878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83878A; }
p { color: rgb(131,135,138); }
H1.HeaderClassName
{
color: #83878A;
}
.AnyTagClassName
{
color: #83878A;
}
</style>
background-color css
<style>
a { background-color: #83878A; }
a { background-color: rgb(131,135,138); }
div.DivClassName
{
background-color: #83878A;
}
.BgClassName
{
background-color: #83878A;
}
</style>
border-color css
<style>
span { border-color: #83878A; }
span { border-color: rgb(131,135,138); }
td.TdClassName
{
border-color: #83878A;
}
.TagClassName
{
border-color: #83878A;
}
</style>