Shades of Aluminium #7D8488
Tints of Aluminium #7D8488
RGB
CMYK
RGB Variations
Color information
#7D8488 (or 0x7D8488) is known color: Aluminium. HEX triplet: 7D, 84 and 88. RGB value is (125,132,136). Sum of RGB (Red+Green+Blue) = 125+132+136=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 136 - color contains mainly: blue. Hex color #7D8488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8488 is #827B77. Grayscale: #828282. Windows color (decimal): -8551288 or 8946813. OLE color: 8946813.
HSL color Cylindrical-coordinate representation of color #7D8488: hue angle of 201.82º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7D8488 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 132 | 136 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.47 |
| HSL | 201.82º | 0.04% | 0.51% | - |
| HSV(B) | 201.82º | 0.08% | 0.53% | - |
| XYZ | 21.15 | 22.64 | 26.55 | - |
| YUV | 130.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 136 | 0.08 | 0.03 | 0 | 0.47 | 201.82 | 0.04 | 0.51 |
| Hex | 7D | 84 | 88 | 8 | 3 | 0 | 2F | CA | 4 | 33 |
| Octal | 175 | 204 | 210 | 10 | 3 | 0 | 57 | 312 | 4 | 63 |
| Binary | 1111101 | 10000100 | 10001000 | 1000 | 11 | 0 | 101111 | 11001010 | 100 | 110011 |
Color Harmonies of #7D8488
Complementary color
Monochromatic Colors of #7D8488
Black with #7D8488
Text Example
Text Example
White with #7D8488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8488; }
p { color: rgb(125,132,136); }
H1.HeaderClassName
{
color: #7D8488;
}
.AnyTagClassName
{
color: #7D8488;
}
</style>
background-color css
<style>
a { background-color: #7D8488; }
a { background-color: rgb(125,132,136); }
div.DivClassName
{
background-color: #7D8488;
}
.BgClassName
{
background-color: #7D8488;
}
</style>
border-color css
<style>
span { border-color: #7D8488; }
span { border-color: rgb(125,132,136); }
td.TdClassName
{
border-color: #7D8488;
}
.TagClassName
{
border-color: #7D8488;
}
</style>