Shades of Yellow Metal #7A6743
Tints of Yellow Metal #7A6743
RGB
CMYK
RGB Variations
Color information
#7A6743 (or 0x7A6743) is known color: Yellow Metal. HEX triplet: 7A, 67 and 43. RGB value is (122,103,67). Sum of RGB (Red+Green+Blue) = 122+103+67=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6743 is #8598BC. Grayscale: #686868. Windows color (decimal): -8755389 or 4417402. OLE color: 4417402.
HSL color Cylindrical-coordinate representation of color #7A6743: hue angle of 39.27º 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 #7A6743 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 67 | - |
| CMYK | 0 | 0.16 | 0.45 | 0.52 |
| HSL | 39.27º | 0.29% | 0.37% | - |
| HSV(B) | 39.27º | 0.45% | 0.48% | - |
| XYZ | 13.89 | 14.24 | 7.33 | - |
| YUV | 104.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 67 | 0 | 0.16 | 0.45 | 0.52 | 39.27 | 0.29 | 0.37 |
| Hex | 7A | 67 | 43 | 0 | 10 | 2D | 34 | 27 | 1D | 25 |
| Octal | 172 | 147 | 103 | 0 | 20 | 55 | 64 | 47 | 35 | 45 |
| Binary | 1111010 | 1100111 | 1000011 | 0 | 10000 | 101101 | 110100 | 100111 | 11101 | 100101 |
Color Harmonies of #7A6743
Complementary color
Monochromatic Colors of #7A6743
Black with #7A6743
Text Example
Text Example
White with #7A6743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6743; }
p { color: rgb(122,103,67); }
H1.HeaderClassName
{
color: #7A6743;
}
.AnyTagClassName
{
color: #7A6743;
}
</style>
background-color css
<style>
a { background-color: #7A6743; }
a { background-color: rgb(122,103,67); }
div.DivClassName
{
background-color: #7A6743;
}
.BgClassName
{
background-color: #7A6743;
}
</style>
border-color css
<style>
span { border-color: #7A6743; }
span { border-color: rgb(122,103,67); }
td.TdClassName
{
border-color: #7A6743;
}
.TagClassName
{
border-color: #7A6743;
}
</style>