Shades of Yellow Metal #7A6644
Tints of Yellow Metal #7A6644
RGB
CMYK
RGB Variations
Color information
#7A6644 (or 0x7A6644) is known color: Yellow Metal. HEX triplet: 7A, 66 and 44. RGB value is (122,102,68). Sum of RGB (Red+Green+Blue) = 122+102+68=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6644 is #8599BB. Grayscale: #686868. Windows color (decimal): -8755644 or 4482682. OLE color: 4482682.
HSL color Cylindrical-coordinate representation of color #7A6644: hue angle of 37.78º 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 #7A6644 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 68 | - |
| CMYK | 0 | 0.16 | 0.44 | 0.52 |
| HSL | 37.78º | 0.28% | 0.37% | - |
| HSV(B) | 37.78º | 0.44% | 0.48% | - |
| XYZ | 13.82 | 14.06 | 7.45 | - |
| YUV | 104.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 68 | 0 | 0.16 | 0.44 | 0.52 | 37.78 | 0.28 | 0.37 |
| Hex | 7A | 66 | 44 | 0 | 10 | 2C | 34 | 26 | 1C | 25 |
| Octal | 172 | 146 | 104 | 0 | 20 | 54 | 64 | 46 | 34 | 45 |
| Binary | 1111010 | 1100110 | 1000100 | 0 | 10000 | 101100 | 110100 | 100110 | 11100 | 100101 |
Color Harmonies of #7A6644
Complementary color
Monochromatic Colors of #7A6644
Black with #7A6644
Text Example
Text Example
White with #7A6644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6644; }
p { color: rgb(122,102,68); }
H1.HeaderClassName
{
color: #7A6644;
}
.AnyTagClassName
{
color: #7A6644;
}
</style>
background-color css
<style>
a { background-color: #7A6644; }
a { background-color: rgb(122,102,68); }
div.DivClassName
{
background-color: #7A6644;
}
.BgClassName
{
background-color: #7A6644;
}
</style>
border-color css
<style>
span { border-color: #7A6644; }
span { border-color: rgb(122,102,68); }
td.TdClassName
{
border-color: #7A6644;
}
.TagClassName
{
border-color: #7A6644;
}
</style>