Shades of Aluminium #7E858C
Tints of Aluminium #7E858C
RGB
CMYK
RGB Variations
Color information
#7E858C (or 0x7E858C) is known color: Aluminium. HEX triplet: 7E, 85 and 8C. RGB value is (126,133,140). Sum of RGB (Red+Green+Blue) = 126+133+140=399 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.58% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 140 - color contains mainly: blue. Hex color #7E858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E858C is #817A73. Grayscale: #838383. Windows color (decimal): -8485492 or 9209214. OLE color: 9209214.
HSL color Cylindrical-coordinate representation of color #7E858C: hue angle of 210º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7E858C is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 126 | 133 | 140 | - |
CMYK | 0.10 | 0.05 | 0 | 0.45 |
HSL | 210º | 0.06% | 0.52% | - |
HSV(B) | 210º | 0.1% | 0.55% | - |
XYZ | 21.73 | 23.1 | 28.13 | - |
YUV | 131.71 | 132.68 | 123.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 133 | 140 | 0.10 | 0.05 | 0 | 0.45 | 210 | 0.06 | 0.52 |
Hex | 7E | 85 | 8C | A | 5 | 0 | 2D | D2 | 6 | 34 |
Octal | 176 | 205 | 214 | 12 | 5 | 0 | 55 | 322 | 6 | 64 |
Binary | 1111110 | 10000101 | 10001100 | 1010 | 101 | 0 | 101101 | 11010010 | 110 | 110100 |
Color Harmonies of #7E858C
Complementary color
Monochromatic Colors of #7E858C
Black with #7E858C
Text Example
Text Example
White with #7E858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E858C; }
p { color: rgb(126,133,140); }
H1.HeaderClassName
{
color: #7E858C;
}
.AnyTagClassName
{
color: #7E858C;
}
</style>
background-color css
<style>
a { background-color: #7E858C; }
a { background-color: rgb(126,133,140); }
div.DivClassName
{
background-color: #7E858C;
}
.BgClassName
{
background-color: #7E858C;
}
</style>
border-color css
<style>
span { border-color: #7E858C; }
span { border-color: rgb(126,133,140); }
td.TdClassName
{
border-color: #7E858C;
}
.TagClassName
{
border-color: #7E858C;
}
</style>