Shades of Aluminium #7B848B
Tints of Aluminium #7B848B
RGB
CMYK
RGB Variations
Color information
#7B848B (or 0x7B848B) is known color: Aluminium. HEX triplet: 7B, 84 and 8B. RGB value is (123,132,139). Sum of RGB (Red+Green+Blue) = 123+132+139=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B848B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B848B is #847B74. Grayscale: #828282. Windows color (decimal): -8682357 or 9143419. OLE color: 9143419.
HSL color Cylindrical-coordinate representation of color #7B848B: hue angle of 206.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B848B is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 132 | 139 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.45 |
| HSL | 206.25º | 0.06% | 0.51% | - |
| HSV(B) | 206.25º | 0.12% | 0.55% | - |
| XYZ | 21.08 | 22.58 | 27.67 | - |
| YUV | 130.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 139 | 0.12 | 0.05 | 0 | 0.45 | 206.25 | 0.06 | 0.51 |
| Hex | 7B | 84 | 8B | C | 5 | 0 | 2D | CE | 6 | 33 |
| Octal | 173 | 204 | 213 | 14 | 5 | 0 | 55 | 316 | 6 | 63 |
| Binary | 1111011 | 10000100 | 10001011 | 1100 | 101 | 0 | 101101 | 11001110 | 110 | 110011 |
Color Harmonies of #7B848B
Complementary color
Monochromatic Colors of #7B848B
Black with #7B848B
Text Example
Text Example
White with #7B848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B848B; }
p { color: rgb(123,132,139); }
H1.HeaderClassName
{
color: #7B848B;
}
.AnyTagClassName
{
color: #7B848B;
}
</style>
background-color css
<style>
a { background-color: #7B848B; }
a { background-color: rgb(123,132,139); }
div.DivClassName
{
background-color: #7B848B;
}
.BgClassName
{
background-color: #7B848B;
}
</style>
border-color css
<style>
span { border-color: #7B848B; }
span { border-color: rgb(123,132,139); }
td.TdClassName
{
border-color: #7B848B;
}
.TagClassName
{
border-color: #7B848B;
}
</style>