Shades of Aluminium #7E848B
Tints of Aluminium #7E848B
RGB
CMYK
RGB Variations
Color information
#7E848B (or 0x7E848B) is known color: Aluminium. HEX triplet: 7E, 84 and 8B. RGB value is (126,132,139). Sum of RGB (Red+Green+Blue) = 126+132+139=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E848B is #817B74. Grayscale: #828282. Windows color (decimal): -8485749 or 9143422. OLE color: 9143422.
HSL color Cylindrical-coordinate representation of color #7E848B: hue angle of 212.31º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7E848B is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 126 | 132 | 139 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.45 |
| HSL | 212.31º | 0.05% | 0.52% | - |
| HSV(B) | 212.31º | 0.09% | 0.55% | - |
| XYZ | 21.52 | 22.8 | 27.69 | - |
| YUV | 131 | 132.51 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 132 | 139 | 0.09 | 0.05 | 0 | 0.45 | 212.31 | 0.05 | 0.52 |
| Hex | 7E | 84 | 8B | 9 | 5 | 0 | 2D | D4 | 5 | 34 |
| Octal | 176 | 204 | 213 | 11 | 5 | 0 | 55 | 324 | 5 | 64 |
| Binary | 1111110 | 10000100 | 10001011 | 1001 | 101 | 0 | 101101 | 11010100 | 101 | 110100 |
Color Harmonies of #7E848B
Complementary color
Monochromatic Colors of #7E848B
Black with #7E848B
Text Example
Text Example
White with #7E848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E848B; }
p { color: rgb(126,132,139); }
H1.HeaderClassName
{
color: #7E848B;
}
.AnyTagClassName
{
color: #7E848B;
}
</style>
background-color css
<style>
a { background-color: #7E848B; }
a { background-color: rgb(126,132,139); }
div.DivClassName
{
background-color: #7E848B;
}
.BgClassName
{
background-color: #7E848B;
}
</style>
border-color css
<style>
span { border-color: #7E848B; }
span { border-color: rgb(126,132,139); }
td.TdClassName
{
border-color: #7E848B;
}
.TagClassName
{
border-color: #7E848B;
}
</style>