Shades of Aluminium #7D8285
Tints of Aluminium #7D8285
RGB
CMYK
RGB Variations
Color information
#7D8285 (or 0x7D8285) is known color: Aluminium. HEX triplet: 7D, 82 and 85. RGB value is (125,130,133). Sum of RGB (Red+Green+Blue) = 125+130+133=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 133 - color contains mainly: blue. Hex color #7D8285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8285 is #827D7A. Grayscale: #808080. Windows color (decimal): -8551803 or 8749693. OLE color: 8749693.
HSL color Cylindrical-coordinate representation of color #7D8285: hue angle of 202.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D8285 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 125 | 130 | 133 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.48 |
| HSL | 202.5º | 0.03% | 0.51% | - |
| HSV(B) | 202.5º | 0.06% | 0.52% | - |
| XYZ | 20.67 | 22.02 | 25.35 | - |
| YUV | 128.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 130 | 133 | 0.06 | 0.02 | 0 | 0.48 | 202.5 | 0.03 | 0.51 |
| Hex | 7D | 82 | 85 | 6 | 2 | 0 | 30 | CA | 3 | 33 |
| Octal | 175 | 202 | 205 | 6 | 2 | 0 | 60 | 312 | 3 | 63 |
| Binary | 1111101 | 10000010 | 10000101 | 110 | 10 | 0 | 110000 | 11001010 | 11 | 110011 |
Color Harmonies of #7D8285
Complementary color
Monochromatic Colors of #7D8285
Black with #7D8285
Text Example
Text Example
White with #7D8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8285; }
p { color: rgb(125,130,133); }
H1.HeaderClassName
{
color: #7D8285;
}
.AnyTagClassName
{
color: #7D8285;
}
</style>
background-color css
<style>
a { background-color: #7D8285; }
a { background-color: rgb(125,130,133); }
div.DivClassName
{
background-color: #7D8285;
}
.BgClassName
{
background-color: #7D8285;
}
</style>
border-color css
<style>
span { border-color: #7D8285; }
span { border-color: rgb(125,130,133); }
td.TdClassName
{
border-color: #7D8285;
}
.TagClassName
{
border-color: #7D8285;
}
</style>