Shades of Yellow Metal #7A6444
Tints of Yellow Metal #7A6444
RGB
CMYK
RGB Variations
Color information
#7A6444 (or 0x7A6444) is known color: Yellow Metal. HEX triplet: 7A, 64 and 44. RGB value is (122,100,68). Sum of RGB (Red+Green+Blue) = 122+100+68=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6444 is #859BBB. Grayscale: #676767. Windows color (decimal): -8756156 or 4482170. OLE color: 4482170.
HSL color Cylindrical-coordinate representation of color #7A6444: hue angle of 35.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A6444 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 68 | - |
| CMYK | 0 | 0.18 | 0.44 | 0.52 |
| HSL | 35.56º | 0.28% | 0.37% | - |
| HSV(B) | 35.56º | 0.44% | 0.48% | - |
| XYZ | 13.63 | 13.67 | 7.39 | - |
| YUV | 102.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 68 | 0 | 0.18 | 0.44 | 0.52 | 35.56 | 0.28 | 0.37 |
| Hex | 7A | 64 | 44 | 0 | 12 | 2C | 34 | 24 | 1C | 25 |
| Octal | 172 | 144 | 104 | 0 | 22 | 54 | 64 | 44 | 34 | 45 |
| Binary | 1111010 | 1100100 | 1000100 | 0 | 10010 | 101100 | 110100 | 100100 | 11100 | 100101 |
Color Harmonies of #7A6444
Complementary color
Monochromatic Colors of #7A6444
Black with #7A6444
Text Example
Text Example
White with #7A6444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6444; }
p { color: rgb(122,100,68); }
H1.HeaderClassName
{
color: #7A6444;
}
.AnyTagClassName
{
color: #7A6444;
}
</style>
background-color css
<style>
a { background-color: #7A6444; }
a { background-color: rgb(122,100,68); }
div.DivClassName
{
background-color: #7A6444;
}
.BgClassName
{
background-color: #7A6444;
}
</style>
border-color css
<style>
span { border-color: #7A6444; }
span { border-color: rgb(122,100,68); }
td.TdClassName
{
border-color: #7A6444;
}
.TagClassName
{
border-color: #7A6444;
}
</style>