Shades of Yellow Metal #7A6337
Tints of Yellow Metal #7A6337
RGB
CMYK
RGB Variations
Color information
#7A6337 (or 0x7A6337) is known color: Yellow Metal. HEX triplet: 7A, 63 and 37. RGB value is (122,99,55). Sum of RGB (Red+Green+Blue) = 122+99+55=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 55 (21.88% from 255 or 19.93% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6337 is #859CC8. Grayscale: #656565. Windows color (decimal): -8756425 or 3629946. OLE color: 3629946.
HSL color Cylindrical-coordinate representation of color #7A6337: hue angle of 39.4º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A6337 is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 99 | 55 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.52 |
| HSL | 39.4º | 0.38% | 0.35% | - |
| HSV(B) | 39.4º | 0.55% | 0.48% | - |
| XYZ | 13.18 | 13.34 | 5.49 | - |
| YUV | 100.86 | 102.12 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 55 | 0 | 0.19 | 0.55 | 0.52 | 39.4 | 0.38 | 0.35 |
| Hex | 7A | 63 | 37 | 0 | 13 | 37 | 34 | 27 | 26 | 23 |
| Octal | 172 | 143 | 67 | 0 | 23 | 67 | 64 | 47 | 46 | 43 |
| Binary | 1111010 | 1100011 | 110111 | 0 | 10011 | 110111 | 110100 | 100111 | 100110 | 100011 |
Color Harmonies of #7A6337
Complementary color
Monochromatic Colors of #7A6337
Black with #7A6337
Text Example
Text Example
White with #7A6337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6337; }
p { color: rgb(122,99,55); }
H1.HeaderClassName
{
color: #7A6337;
}
.AnyTagClassName
{
color: #7A6337;
}
</style>
background-color css
<style>
a { background-color: #7A6337; }
a { background-color: rgb(122,99,55); }
div.DivClassName
{
background-color: #7A6337;
}
.BgClassName
{
background-color: #7A6337;
}
</style>
border-color css
<style>
span { border-color: #7A6337; }
span { border-color: rgb(122,99,55); }
td.TdClassName
{
border-color: #7A6337;
}
.TagClassName
{
border-color: #7A6337;
}
</style>