Shades of Aluminium #7D848B
Tints of Aluminium #7D848B
RGB
CMYK
RGB Variations
Color information
#7D848B (or 0x7D848B) is known color: Aluminium. HEX triplet: 7D, 84 and 8B. RGB value is (125,132,139). Sum of RGB (Red+Green+Blue) = 125+132+139=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D848B is #827B74. Grayscale: #828282. Windows color (decimal): -8551285 or 9143421. OLE color: 9143421.
HSL color Cylindrical-coordinate representation of color #7D848B: 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 #7D848B is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 132 | 139 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.45 |
| HSL | 210º | 0.06% | 0.52% | - |
| HSV(B) | 210º | 0.1% | 0.55% | - |
| XYZ | 21.37 | 22.73 | 27.69 | - |
| YUV | 130.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 132 | 139 | 0.10 | 0.05 | 0 | 0.45 | 210 | 0.06 | 0.52 |
| Hex | 7D | 84 | 8B | A | 5 | 0 | 2D | D2 | 6 | 34 |
| Octal | 175 | 204 | 213 | 12 | 5 | 0 | 55 | 322 | 6 | 64 |
| Binary | 1111101 | 10000100 | 10001011 | 1010 | 101 | 0 | 101101 | 11010010 | 110 | 110100 |
Color Harmonies of #7D848B
Complementary color
Monochromatic Colors of #7D848B
Black with #7D848B
Text Example
Text Example
White with #7D848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D848B; }
p { color: rgb(125,132,139); }
H1.HeaderClassName
{
color: #7D848B;
}
.AnyTagClassName
{
color: #7D848B;
}
</style>
background-color css
<style>
a { background-color: #7D848B; }
a { background-color: rgb(125,132,139); }
div.DivClassName
{
background-color: #7D848B;
}
.BgClassName
{
background-color: #7D848B;
}
</style>
border-color css
<style>
span { border-color: #7D848B; }
span { border-color: rgb(125,132,139); }
td.TdClassName
{
border-color: #7D848B;
}
.TagClassName
{
border-color: #7D848B;
}
</style>