Shades of Yellow Metal #7A643F
Tints of Yellow Metal #7A643F
RGB
CMYK
RGB Variations
Color information
#7A643F (or 0x7A643F) is known color: Yellow Metal. HEX triplet: 7A, 64 and 3F. RGB value is (122,100,63). Sum of RGB (Red+Green+Blue) = 122+100+63=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A643F is #859BC0. Grayscale: #666666. Windows color (decimal): -8756161 or 4154490. OLE color: 4154490.
HSL color Cylindrical-coordinate representation of color #7A643F: hue angle of 37.63º degrees, saturation: 0.32, 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 #7A643F is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 100 | 63 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.52 |
| HSL | 37.63º | 0.32% | 0.36% | - |
| HSV(B) | 37.63º | 0.48% | 0.48% | - |
| XYZ | 13.48 | 13.61 | 6.62 | - |
| YUV | 102.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 63 | 0 | 0.18 | 0.48 | 0.52 | 37.63 | 0.32 | 0.36 |
| Hex | 7A | 64 | 3F | 0 | 12 | 30 | 34 | 26 | 20 | 24 |
| Octal | 172 | 144 | 77 | 0 | 22 | 60 | 64 | 46 | 40 | 44 |
| Binary | 1111010 | 1100100 | 111111 | 0 | 10010 | 110000 | 110100 | 100110 | 100000 | 100100 |
Color Harmonies of #7A643F
Complementary color
Monochromatic Colors of #7A643F
Black with #7A643F
Text Example
Text Example
White with #7A643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A643F; }
p { color: rgb(122,100,63); }
H1.HeaderClassName
{
color: #7A643F;
}
.AnyTagClassName
{
color: #7A643F;
}
</style>
background-color css
<style>
a { background-color: #7A643F; }
a { background-color: rgb(122,100,63); }
div.DivClassName
{
background-color: #7A643F;
}
.BgClassName
{
background-color: #7A643F;
}
</style>
border-color css
<style>
span { border-color: #7A643F; }
span { border-color: rgb(122,100,63); }
td.TdClassName
{
border-color: #7A643F;
}
.TagClassName
{
border-color: #7A643F;
}
</style>