Shades of Yellow Metal #7B6540
Tints of Yellow Metal #7B6540
RGB
CMYK
RGB Variations
Color information
#7B6540 (or 0x7B6540) is known color: Yellow Metal. HEX triplet: 7B, 65 and 40. RGB value is (123,101,64). Sum of RGB (Red+Green+Blue) = 123+101+64=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6540 is #849ABF. Grayscale: #676767. Windows color (decimal): -8690368 or 4220283. OLE color: 4220283.
HSL color Cylindrical-coordinate representation of color #7B6540: hue angle of 37.63º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6540 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 64 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.52 |
| HSL | 37.63º | 0.32% | 0.37% | - |
| HSV(B) | 37.63º | 0.48% | 0.48% | - |
| XYZ | 13.75 | 13.89 | 6.81 | - |
| YUV | 103.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 64 | 0 | 0.18 | 0.48 | 0.52 | 37.63 | 0.32 | 0.37 |
| Hex | 7B | 65 | 40 | 0 | 12 | 30 | 34 | 26 | 20 | 25 |
| Octal | 173 | 145 | 100 | 0 | 22 | 60 | 64 | 46 | 40 | 45 |
| Binary | 1111011 | 1100101 | 1000000 | 0 | 10010 | 110000 | 110100 | 100110 | 100000 | 100101 |
Color Harmonies of #7B6540
Complementary color
Monochromatic Colors of #7B6540
Black with #7B6540
Text Example
Text Example
White with #7B6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6540; }
p { color: rgb(123,101,64); }
H1.HeaderClassName
{
color: #7B6540;
}
.AnyTagClassName
{
color: #7B6540;
}
</style>
background-color css
<style>
a { background-color: #7B6540; }
a { background-color: rgb(123,101,64); }
div.DivClassName
{
background-color: #7B6540;
}
.BgClassName
{
background-color: #7B6540;
}
</style>
border-color css
<style>
span { border-color: #7B6540; }
span { border-color: rgb(123,101,64); }
td.TdClassName
{
border-color: #7B6540;
}
.TagClassName
{
border-color: #7B6540;
}
</style>