Shades of Yellow Metal #7A6940
Tints of Yellow Metal #7A6940
RGB
CMYK
RGB Variations
Color information
#7A6940 (or 0x7A6940) is known color: Yellow Metal. HEX triplet: 7A, 69 and 40. RGB value is (122,105,64). Sum of RGB (Red+Green+Blue) = 122+105+64=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6940 is #8596BF. Grayscale: #696969. Windows color (decimal): -8754880 or 4221306. OLE color: 4221306.
HSL color Cylindrical-coordinate representation of color #7A6940: hue angle of 42.41º 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 #7A6940 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 64 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.52 |
| HSL | 42.41º | 0.31% | 0.36% | - |
| HSV(B) | 42.41º | 0.48% | 0.48% | - |
| XYZ | 14 | 14.61 | 6.93 | - |
| YUV | 105.41 | 104.63 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 64 | 0 | 0.14 | 0.48 | 0.52 | 42.41 | 0.31 | 0.36 |
| Hex | 7A | 69 | 40 | 0 | E | 30 | 34 | 2A | 1F | 24 |
| Octal | 172 | 151 | 100 | 0 | 16 | 60 | 64 | 52 | 37 | 44 |
| Binary | 1111010 | 1101001 | 1000000 | 0 | 1110 | 110000 | 110100 | 101010 | 11111 | 100100 |
Color Harmonies of #7A6940
Complementary color
Monochromatic Colors of #7A6940
Black with #7A6940
Text Example
Text Example
White with #7A6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6940; }
p { color: rgb(122,105,64); }
H1.HeaderClassName
{
color: #7A6940;
}
.AnyTagClassName
{
color: #7A6940;
}
</style>
background-color css
<style>
a { background-color: #7A6940; }
a { background-color: rgb(122,105,64); }
div.DivClassName
{
background-color: #7A6940;
}
.BgClassName
{
background-color: #7A6940;
}
</style>
border-color css
<style>
span { border-color: #7A6940; }
span { border-color: rgb(122,105,64); }
td.TdClassName
{
border-color: #7A6940;
}
.TagClassName
{
border-color: #7A6940;
}
</style>