Shades of Aluminium #7B868F
Tints of Aluminium #7B868F
RGB
CMYK
RGB Variations
Color information
#7B868F (or 0x7B868F) is known color: Aluminium. HEX triplet: 7B, 86 and 8F. RGB value is (123,134,143). Sum of RGB (Red+Green+Blue) = 123+134+143=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 143 - color contains mainly: blue. Hex color #7B868F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B868F is #847970. Grayscale: #838383. Windows color (decimal): -8681841 or 9406075. OLE color: 9406075.
HSL color Cylindrical-coordinate representation of color #7B868F: hue angle of 207º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7B868F is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 134 | 143 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.44 |
| HSL | 207º | 0.08% | 0.52% | - |
| HSV(B) | 207º | 0.14% | 0.56% | - |
| XYZ | 21.65 | 23.24 | 29.33 | - |
| YUV | 131.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 134 | 143 | 0.14 | 0.06 | 0 | 0.44 | 207 | 0.08 | 0.52 |
| Hex | 7B | 86 | 8F | E | 6 | 0 | 2C | CF | 8 | 34 |
| Octal | 173 | 206 | 217 | 16 | 6 | 0 | 54 | 317 | 10 | 64 |
| Binary | 1111011 | 10000110 | 10001111 | 1110 | 110 | 0 | 101100 | 11001111 | 1000 | 110100 |
Color Harmonies of #7B868F
Complementary color
Monochromatic Colors of #7B868F
Black with #7B868F
Text Example
Text Example
White with #7B868F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B868F; }
p { color: rgb(123,134,143); }
H1.HeaderClassName
{
color: #7B868F;
}
.AnyTagClassName
{
color: #7B868F;
}
</style>
background-color css
<style>
a { background-color: #7B868F; }
a { background-color: rgb(123,134,143); }
div.DivClassName
{
background-color: #7B868F;
}
.BgClassName
{
background-color: #7B868F;
}
</style>
border-color css
<style>
span { border-color: #7B868F; }
span { border-color: rgb(123,134,143); }
td.TdClassName
{
border-color: #7B868F;
}
.TagClassName
{
border-color: #7B868F;
}
</style>