Shades of Aluminium #7B868D
Tints of Aluminium #7B868D
RGB
CMYK
RGB Variations
Color information
#7B868D (or 0x7B868D) is known color: Aluminium. HEX triplet: 7B, 86 and 8D. RGB value is (123,134,141). Sum of RGB (Red+Green+Blue) = 123+134+141=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B868D is #847972. Grayscale: #838383. Windows color (decimal): -8681843 or 9275003. OLE color: 9275003.
HSL color Cylindrical-coordinate representation of color #7B868D: hue angle of 203.33º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B868D is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 134 | 141 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.45 |
| HSL | 203.33º | 0.07% | 0.52% | - |
| HSV(B) | 203.33º | 0.13% | 0.55% | - |
| XYZ | 21.5 | 23.18 | 28.54 | - |
| YUV | 131.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 141 | 0.13 | 0.05 | 0 | 0.45 | 203.33 | 0.07 | 0.52 |
| Hex | 7B | 86 | 8D | D | 5 | 0 | 2D | CB | 7 | 34 |
| Octal | 173 | 206 | 215 | 15 | 5 | 0 | 55 | 313 | 7 | 64 |
| Binary | 1111011 | 10000110 | 10001101 | 1101 | 101 | 0 | 101101 | 11001011 | 111 | 110100 |
Color Harmonies of #7B868D
Complementary color
Monochromatic Colors of #7B868D
Black with #7B868D
Text Example
Text Example
White with #7B868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B868D; }
p { color: rgb(123,134,141); }
H1.HeaderClassName
{
color: #7B868D;
}
.AnyTagClassName
{
color: #7B868D;
}
</style>
background-color css
<style>
a { background-color: #7B868D; }
a { background-color: rgb(123,134,141); }
div.DivClassName
{
background-color: #7B868D;
}
.BgClassName
{
background-color: #7B868D;
}
</style>
border-color css
<style>
span { border-color: #7B868D; }
span { border-color: rgb(123,134,141); }
td.TdClassName
{
border-color: #7B868D;
}
.TagClassName
{
border-color: #7B868D;
}
</style>