Shades of Aluminium #7B8085
Tints of Aluminium #7B8085
RGB
CMYK
RGB Variations
Color information
#7B8085 (or 0x7B8085) is known color: Aluminium. HEX triplet: 7B, 80 and 85. RGB value is (123,128,133). Sum of RGB (Red+Green+Blue) = 123+128+133=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B8085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8085 is #847F7A. Grayscale: #7F7F7F. Windows color (decimal): -8683387 or 8749179. OLE color: 8749179.
HSL color Cylindrical-coordinate representation of color #7B8085: hue angle of 210º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7B8085 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 128 | 133 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.48 |
| HSL | 210º | 0.04% | 0.5% | - |
| HSV(B) | 210º | 0.08% | 0.52% | - |
| XYZ | 20.12 | 21.34 | 25.25 | - |
| YUV | 127.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 128 | 133 | 0.08 | 0.04 | 0 | 0.48 | 210 | 0.04 | 0.5 |
| Hex | 7B | 80 | 85 | 8 | 4 | 0 | 30 | D2 | 4 | 32 |
| Octal | 173 | 200 | 205 | 10 | 4 | 0 | 60 | 322 | 4 | 62 |
| Binary | 1111011 | 10000000 | 10000101 | 1000 | 100 | 0 | 110000 | 11010010 | 100 | 110010 |
Color Harmonies of #7B8085
Complementary color
Monochromatic Colors of #7B8085
Black with #7B8085
Text Example
Text Example
White with #7B8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8085; }
p { color: rgb(123,128,133); }
H1.HeaderClassName
{
color: #7B8085;
}
.AnyTagClassName
{
color: #7B8085;
}
</style>
background-color css
<style>
a { background-color: #7B8085; }
a { background-color: rgb(123,128,133); }
div.DivClassName
{
background-color: #7B8085;
}
.BgClassName
{
background-color: #7B8085;
}
</style>
border-color css
<style>
span { border-color: #7B8085; }
span { border-color: rgb(123,128,133); }
td.TdClassName
{
border-color: #7B8085;
}
.TagClassName
{
border-color: #7B8085;
}
</style>