Shades of Aluminium #84888B
Tints of Aluminium #84888B
RGB
CMYK
RGB Variations
Color information
#84888B (or 0x84888B) is known color: Aluminium. HEX triplet: 84, 88 and 8B. RGB value is (132,136,139). Sum of RGB (Red+Green+Blue) = 132+136+139=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 139 - color contains mainly: blue. Hex color #84888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84888B is #7B7774. Grayscale: #878787. Windows color (decimal): -8091509 or 9144452. OLE color: 9144452.
HSL color Cylindrical-coordinate representation of color #84888B: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #84888B is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 132 | 136 | 139 | - |
CMYK | 0.05 | 0.02 | 0 | 0.45 |
HSL | 205.71º | 0.03% | 0.53% | - |
HSV(B) | 205.71º | 0.05% | 0.55% | - |
XYZ | 22.98 | 24.38 | 27.92 | - |
YUV | 135.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 136 | 139 | 0.05 | 0.02 | 0 | 0.45 | 205.71 | 0.03 | 0.53 |
Hex | 84 | 88 | 8B | 5 | 2 | 0 | 2D | CE | 3 | 35 |
Octal | 204 | 210 | 213 | 5 | 2 | 0 | 55 | 316 | 3 | 65 |
Binary | 10000100 | 10001000 | 10001011 | 101 | 10 | 0 | 101101 | 11001110 | 11 | 110101 |
Color Harmonies of #84888B
Complementary color
Monochromatic Colors of #84888B
Black with #84888B
Text Example
Text Example
White with #84888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84888B; }
p { color: rgb(132,136,139); }
H1.HeaderClassName
{
color: #84888B;
}
.AnyTagClassName
{
color: #84888B;
}
</style>
background-color css
<style>
a { background-color: #84888B; }
a { background-color: rgb(132,136,139); }
div.DivClassName
{
background-color: #84888B;
}
.BgClassName
{
background-color: #84888B;
}
</style>
border-color css
<style>
span { border-color: #84888B; }
span { border-color: rgb(132,136,139); }
td.TdClassName
{
border-color: #84888B;
}
.TagClassName
{
border-color: #84888B;
}
</style>