Shades of Yellow Metal #7A6A43
Tints of Yellow Metal #7A6A43
RGB
CMYK
RGB Variations
Color information
#7A6A43 (or 0x7A6A43) is known color: Yellow Metal. HEX triplet: 7A, 6A and 43. RGB value is (122,106,67). Sum of RGB (Red+Green+Blue) = 122+106+67=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6A43 is #8595BC. Grayscale: #6A6A6A. Windows color (decimal): -8754621 or 4418170. OLE color: 4418170.
HSL color Cylindrical-coordinate representation of color #7A6A43: hue angle of 42.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A6A43 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 106 | 67 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.52 |
| HSL | 42.55º | 0.29% | 0.37% | - |
| HSV(B) | 42.55º | 0.45% | 0.48% | - |
| XYZ | 14.19 | 14.85 | 7.43 | - |
| YUV | 106.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 67 | 0 | 0.13 | 0.45 | 0.52 | 42.55 | 0.29 | 0.37 |
| Hex | 7A | 6A | 43 | 0 | D | 2D | 34 | 2B | 1D | 25 |
| Octal | 172 | 152 | 103 | 0 | 15 | 55 | 64 | 53 | 35 | 45 |
| Binary | 1111010 | 1101010 | 1000011 | 0 | 1101 | 101101 | 110100 | 101011 | 11101 | 100101 |
Color Harmonies of #7A6A43
Complementary color
Monochromatic Colors of #7A6A43
Black with #7A6A43
Text Example
Text Example
White with #7A6A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6A43; }
p { color: rgb(122,106,67); }
H1.HeaderClassName
{
color: #7A6A43;
}
.AnyTagClassName
{
color: #7A6A43;
}
</style>
background-color css
<style>
a { background-color: #7A6A43; }
a { background-color: rgb(122,106,67); }
div.DivClassName
{
background-color: #7A6A43;
}
.BgClassName
{
background-color: #7A6A43;
}
</style>
border-color css
<style>
span { border-color: #7A6A43; }
span { border-color: rgb(122,106,67); }
td.TdClassName
{
border-color: #7A6A43;
}
.TagClassName
{
border-color: #7A6A43;
}
</style>