Shades of Yellow Metal #7B6445
Tints of Yellow Metal #7B6445
RGB
CMYK
RGB Variations
Color information
#7B6445 (or 0x7B6445) is known color: Yellow Metal. HEX triplet: 7B, 64 and 45. RGB value is (123,100,69). Sum of RGB (Red+Green+Blue) = 123+100+69=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6445 is #849BBA. Grayscale: #676767. Windows color (decimal): -8690619 or 4547707. OLE color: 4547707.
HSL color Cylindrical-coordinate representation of color #7B6445: hue angle of 34.44º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B6445 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 100 | 69 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.52 |
| HSL | 34.44º | 0.28% | 0.38% | - |
| HSV(B) | 34.44º | 0.44% | 0.48% | - |
| XYZ | 13.8 | 13.75 | 7.56 | - |
| YUV | 103.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 100 | 69 | 0 | 0.19 | 0.44 | 0.52 | 34.44 | 0.28 | 0.38 |
| Hex | 7B | 64 | 45 | 0 | 13 | 2C | 34 | 22 | 1C | 26 |
| Octal | 173 | 144 | 105 | 0 | 23 | 54 | 64 | 42 | 34 | 46 |
| Binary | 1111011 | 1100100 | 1000101 | 0 | 10011 | 101100 | 110100 | 100010 | 11100 | 100110 |
Color Harmonies of #7B6445
Complementary color
Monochromatic Colors of #7B6445
Black with #7B6445
Text Example
Text Example
White with #7B6445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6445; }
p { color: rgb(123,100,69); }
H1.HeaderClassName
{
color: #7B6445;
}
.AnyTagClassName
{
color: #7B6445;
}
</style>
background-color css
<style>
a { background-color: #7B6445; }
a { background-color: rgb(123,100,69); }
div.DivClassName
{
background-color: #7B6445;
}
.BgClassName
{
background-color: #7B6445;
}
</style>
border-color css
<style>
span { border-color: #7B6445; }
span { border-color: rgb(123,100,69); }
td.TdClassName
{
border-color: #7B6445;
}
.TagClassName
{
border-color: #7B6445;
}
</style>