Shades of Aluminium #7B8185
Tints of Aluminium #7B8185
RGB
CMYK
RGB Variations
Color information
#7B8185 (or 0x7B8185) is known color: Aluminium. HEX triplet: 7B, 81 and 85. RGB value is (123,129,133). Sum of RGB (Red+Green+Blue) = 123+129+133=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 133 - color contains mainly: blue. Hex color #7B8185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8185 is #847E7A. Grayscale: #7F7F7F. Windows color (decimal): -8683131 or 8749435. OLE color: 8749435.
HSL color Cylindrical-coordinate representation of color #7B8185: hue angle of 204º 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 #7B8185 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 129 | 133 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.48 |
| HSL | 204º | 0.04% | 0.5% | - |
| HSV(B) | 204º | 0.08% | 0.52% | - |
| XYZ | 20.25 | 21.6 | 25.29 | - |
| YUV | 127.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 133 | 0.08 | 0.03 | 0 | 0.48 | 204 | 0.04 | 0.5 |
| Hex | 7B | 81 | 85 | 8 | 3 | 0 | 30 | CC | 4 | 32 |
| Octal | 173 | 201 | 205 | 10 | 3 | 0 | 60 | 314 | 4 | 62 |
| Binary | 1111011 | 10000001 | 10000101 | 1000 | 11 | 0 | 110000 | 11001100 | 100 | 110010 |
Color Harmonies of #7B8185
Complementary color
Monochromatic Colors of #7B8185
Black with #7B8185
Text Example
Text Example
White with #7B8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8185; }
p { color: rgb(123,129,133); }
H1.HeaderClassName
{
color: #7B8185;
}
.AnyTagClassName
{
color: #7B8185;
}
</style>
background-color css
<style>
a { background-color: #7B8185; }
a { background-color: rgb(123,129,133); }
div.DivClassName
{
background-color: #7B8185;
}
.BgClassName
{
background-color: #7B8185;
}
</style>
border-color css
<style>
span { border-color: #7B8185; }
span { border-color: rgb(123,129,133); }
td.TdClassName
{
border-color: #7B8185;
}
.TagClassName
{
border-color: #7B8185;
}
</style>