Shades of Yellow Metal #7A6746
Tints of Yellow Metal #7A6746
RGB
CMYK
RGB Variations
Color information
#7A6746 (or 0x7A6746) is known color: Yellow Metal. HEX triplet: 7A, 67 and 46. RGB value is (122,103,70). Sum of RGB (Red+Green+Blue) = 122+103+70=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6746 is #8598B9. Grayscale: #696969. Windows color (decimal): -8755386 or 4614010. OLE color: 4614010.
HSL color Cylindrical-coordinate representation of color #7A6746: hue angle of 38.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6746 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 70 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.52 |
| HSL | 38.08º | 0.27% | 0.38% | - |
| HSV(B) | 38.08º | 0.43% | 0.48% | - |
| XYZ | 13.98 | 14.28 | 7.81 | - |
| YUV | 104.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 70 | 0 | 0.16 | 0.43 | 0.52 | 38.08 | 0.27 | 0.38 |
| Hex | 7A | 67 | 46 | 0 | 10 | 2B | 34 | 26 | 1B | 26 |
| Octal | 172 | 147 | 106 | 0 | 20 | 53 | 64 | 46 | 33 | 46 |
| Binary | 1111010 | 1100111 | 1000110 | 0 | 10000 | 101011 | 110100 | 100110 | 11011 | 100110 |
Color Harmonies of #7A6746
Complementary color
Monochromatic Colors of #7A6746
Black with #7A6746
Text Example
Text Example
White with #7A6746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6746; }
p { color: rgb(122,103,70); }
H1.HeaderClassName
{
color: #7A6746;
}
.AnyTagClassName
{
color: #7A6746;
}
</style>
background-color css
<style>
a { background-color: #7A6746; }
a { background-color: rgb(122,103,70); }
div.DivClassName
{
background-color: #7A6746;
}
.BgClassName
{
background-color: #7A6746;
}
</style>
border-color css
<style>
span { border-color: #7A6746; }
span { border-color: rgb(122,103,70); }
td.TdClassName
{
border-color: #7A6746;
}
.TagClassName
{
border-color: #7A6746;
}
</style>