Shades of Yellow Metal #7A6738
Tints of Yellow Metal #7A6738
RGB
CMYK
RGB Variations
Color information
#7A6738 (or 0x7A6738) is known color: Yellow Metal. HEX triplet: 7A, 67 and 38. RGB value is (122,103,56). Sum of RGB (Red+Green+Blue) = 122+103+56=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6738 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6738 is #8598C7. Grayscale: #676767. Windows color (decimal): -8755400 or 3696506. OLE color: 3696506.
HSL color Cylindrical-coordinate representation of color #7A6738: hue angle of 42.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A6738 is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 56 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.52 |
| HSL | 42.73º | 0.37% | 0.35% | - |
| HSV(B) | 42.73º | 0.54% | 0.48% | - |
| XYZ | 13.59 | 14.12 | 5.75 | - |
| YUV | 103.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 56 | 0 | 0.16 | 0.54 | 0.52 | 42.73 | 0.37 | 0.35 |
| Hex | 7A | 67 | 38 | 0 | 10 | 36 | 34 | 2B | 25 | 23 |
| Octal | 172 | 147 | 70 | 0 | 20 | 66 | 64 | 53 | 45 | 43 |
| Binary | 1111010 | 1100111 | 111000 | 0 | 10000 | 110110 | 110100 | 101011 | 100101 | 100011 |
Color Harmonies of #7A6738
Complementary color
Monochromatic Colors of #7A6738
Black with #7A6738
Text Example
Text Example
White with #7A6738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6738; }
p { color: rgb(122,103,56); }
H1.HeaderClassName
{
color: #7A6738;
}
.AnyTagClassName
{
color: #7A6738;
}
</style>
background-color css
<style>
a { background-color: #7A6738; }
a { background-color: rgb(122,103,56); }
div.DivClassName
{
background-color: #7A6738;
}
.BgClassName
{
background-color: #7A6738;
}
</style>
border-color css
<style>
span { border-color: #7A6738; }
span { border-color: rgb(122,103,56); }
td.TdClassName
{
border-color: #7A6738;
}
.TagClassName
{
border-color: #7A6738;
}
</style>