Shades of Aluminium #7D858B
Tints of Aluminium #7D858B
RGB
CMYK
RGB Variations
Color information
#7D858B (or 0x7D858B) is known color: Aluminium. HEX triplet: 7D, 85 and 8B. RGB value is (125,133,139). Sum of RGB (Red+Green+Blue) = 125+133+139=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D858B is #827A74. Grayscale: #838383. Windows color (decimal): -8551029 or 9143677. OLE color: 9143677.
HSL color Cylindrical-coordinate representation of color #7D858B: hue angle of 205.71º 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 #7D858B is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 125 | 133 | 139 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.45 |
| HSL | 205.71º | 0.06% | 0.52% | - |
| HSV(B) | 205.71º | 0.1% | 0.55% | - |
| XYZ | 21.51 | 23 | 27.73 | - |
| YUV | 131.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 133 | 139 | 0.10 | 0.04 | 0 | 0.45 | 205.71 | 0.06 | 0.52 |
| Hex | 7D | 85 | 8B | A | 4 | 0 | 2D | CE | 6 | 34 |
| Octal | 175 | 205 | 213 | 12 | 4 | 0 | 55 | 316 | 6 | 64 |
| Binary | 1111101 | 10000101 | 10001011 | 1010 | 100 | 0 | 101101 | 11001110 | 110 | 110100 |
Color Harmonies of #7D858B
Complementary color
Monochromatic Colors of #7D858B
Black with #7D858B
Text Example
Text Example
White with #7D858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D858B; }
p { color: rgb(125,133,139); }
H1.HeaderClassName
{
color: #7D858B;
}
.AnyTagClassName
{
color: #7D858B;
}
</style>
background-color css
<style>
a { background-color: #7D858B; }
a { background-color: rgb(125,133,139); }
div.DivClassName
{
background-color: #7D858B;
}
.BgClassName
{
background-color: #7D858B;
}
</style>
border-color css
<style>
span { border-color: #7D858B; }
span { border-color: rgb(125,133,139); }
td.TdClassName
{
border-color: #7D858B;
}
.TagClassName
{
border-color: #7D858B;
}
</style>