Shades of Aluminium #7C848C
Tints of Aluminium #7C848C
RGB
CMYK
RGB Variations
Color information
#7C848C (or 0x7C848C) is known color: Aluminium. HEX triplet: 7C, 84 and 8C. RGB value is (124,132,140). Sum of RGB (Red+Green+Blue) = 124+132+140=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 140 - color contains mainly: blue. Hex color #7C848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C848C is #837B73. Grayscale: #828282. Windows color (decimal): -8616820 or 9208956. OLE color: 9208956.
HSL color Cylindrical-coordinate representation of color #7C848C: hue angle of 210º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7C848C is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 132 | 140 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.45 |
| HSL | 210º | 0.07% | 0.52% | - |
| HSV(B) | 210º | 0.11% | 0.55% | - |
| XYZ | 21.3 | 22.68 | 28.07 | - |
| YUV | 130.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 140 | 0.11 | 0.06 | 0 | 0.45 | 210 | 0.07 | 0.52 |
| Hex | 7C | 84 | 8C | B | 6 | 0 | 2D | D2 | 7 | 34 |
| Octal | 174 | 204 | 214 | 13 | 6 | 0 | 55 | 322 | 7 | 64 |
| Binary | 1111100 | 10000100 | 10001100 | 1011 | 110 | 0 | 101101 | 11010010 | 111 | 110100 |
Color Harmonies of #7C848C
Complementary color
Monochromatic Colors of #7C848C
Black with #7C848C
Text Example
Text Example
White with #7C848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C848C; }
p { color: rgb(124,132,140); }
H1.HeaderClassName
{
color: #7C848C;
}
.AnyTagClassName
{
color: #7C848C;
}
</style>
background-color css
<style>
a { background-color: #7C848C; }
a { background-color: rgb(124,132,140); }
div.DivClassName
{
background-color: #7C848C;
}
.BgClassName
{
background-color: #7C848C;
}
</style>
border-color css
<style>
span { border-color: #7C848C; }
span { border-color: rgb(124,132,140); }
td.TdClassName
{
border-color: #7C848C;
}
.TagClassName
{
border-color: #7C848C;
}
</style>