Shades of Yellow Metal #7A6240
Tints of Yellow Metal #7A6240
RGB
CMYK
RGB Variations
Color information
#7A6240 (or 0x7A6240) is known color: Yellow Metal. HEX triplet: 7A, 62 and 40. RGB value is (122,98,64). Sum of RGB (Red+Green+Blue) = 122+98+64=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6240 is #859DBF. Grayscale: #656565. Windows color (decimal): -8756672 or 4219514. OLE color: 4219514.
HSL color Cylindrical-coordinate representation of color #7A6240: hue angle of 35.17º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6240 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 64 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.52 |
| HSL | 35.17º | 0.31% | 0.36% | - |
| HSV(B) | 35.17º | 0.48% | 0.48% | - |
| XYZ | 13.32 | 13.24 | 6.7 | - |
| YUV | 101.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 64 | 0 | 0.20 | 0.48 | 0.52 | 35.17 | 0.31 | 0.36 |
| Hex | 7A | 62 | 40 | 0 | 14 | 30 | 34 | 23 | 1F | 24 |
| Octal | 172 | 142 | 100 | 0 | 24 | 60 | 64 | 43 | 37 | 44 |
| Binary | 1111010 | 1100010 | 1000000 | 0 | 10100 | 110000 | 110100 | 100011 | 11111 | 100100 |
Color Harmonies of #7A6240
Complementary color
Monochromatic Colors of #7A6240
Black with #7A6240
Text Example
Text Example
White with #7A6240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6240; }
p { color: rgb(122,98,64); }
H1.HeaderClassName
{
color: #7A6240;
}
.AnyTagClassName
{
color: #7A6240;
}
</style>
background-color css
<style>
a { background-color: #7A6240; }
a { background-color: rgb(122,98,64); }
div.DivClassName
{
background-color: #7A6240;
}
.BgClassName
{
background-color: #7A6240;
}
</style>
border-color css
<style>
span { border-color: #7A6240; }
span { border-color: rgb(122,98,64); }
td.TdClassName
{
border-color: #7A6240;
}
.TagClassName
{
border-color: #7A6240;
}
</style>