Shades of Aluminium #7C878D
Tints of Aluminium #7C878D
RGB
CMYK
RGB Variations
Color information
#7C878D (or 0x7C878D) is known color: Aluminium. HEX triplet: 7C, 87 and 8D. RGB value is (124,135,141). Sum of RGB (Red+Green+Blue) = 124+135+141=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C878D is #837872. Grayscale: #848484. Windows color (decimal): -8616051 or 9275260. OLE color: 9275260.
HSL color Cylindrical-coordinate representation of color #7C878D: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7C878D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 124 | 135 | 141 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.45 |
| HSL | 201.18º | 0.07% | 0.52% | - |
| HSV(B) | 201.18º | 0.12% | 0.55% | - |
| XYZ | 21.78 | 23.54 | 28.59 | - |
| YUV | 132.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 141 | 0.12 | 0.04 | 0 | 0.45 | 201.18 | 0.07 | 0.52 |
| Hex | 7C | 87 | 8D | C | 4 | 0 | 2D | C9 | 7 | 34 |
| Octal | 174 | 207 | 215 | 14 | 4 | 0 | 55 | 311 | 7 | 64 |
| Binary | 1111100 | 10000111 | 10001101 | 1100 | 100 | 0 | 101101 | 11001001 | 111 | 110100 |
Color Harmonies of #7C878D
Complementary color
Monochromatic Colors of #7C878D
Black with #7C878D
Text Example
Text Example
White with #7C878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C878D; }
p { color: rgb(124,135,141); }
H1.HeaderClassName
{
color: #7C878D;
}
.AnyTagClassName
{
color: #7C878D;
}
</style>
background-color css
<style>
a { background-color: #7C878D; }
a { background-color: rgb(124,135,141); }
div.DivClassName
{
background-color: #7C878D;
}
.BgClassName
{
background-color: #7C878D;
}
</style>
border-color css
<style>
span { border-color: #7C878D; }
span { border-color: rgb(124,135,141); }
td.TdClassName
{
border-color: #7C878D;
}
.TagClassName
{
border-color: #7C878D;
}
</style>