Shades of Yellow Metal #7A653C
Tints of Yellow Metal #7A653C
RGB
CMYK
RGB Variations
Color information
#7A653C (or 0x7A653C) is known color: Yellow Metal. HEX triplet: 7A, 65 and 3C. RGB value is (122,101,60). Sum of RGB (Red+Green+Blue) = 122+101+60=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A653C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A653C is #859AC3. Grayscale: #666666. Windows color (decimal): -8755908 or 3958138. OLE color: 3958138.
HSL color Cylindrical-coordinate representation of color #7A653C: hue angle of 39.68º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A653C is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 101 | 60 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.52 |
| HSL | 39.68º | 0.34% | 0.36% | - |
| HSV(B) | 39.68º | 0.51% | 0.48% | - |
| XYZ | 13.5 | 13.77 | 6.22 | - |
| YUV | 102.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 60 | 0 | 0.17 | 0.51 | 0.52 | 39.68 | 0.34 | 0.36 |
| Hex | 7A | 65 | 3C | 0 | 11 | 33 | 34 | 28 | 22 | 24 |
| Octal | 172 | 145 | 74 | 0 | 21 | 63 | 64 | 50 | 42 | 44 |
| Binary | 1111010 | 1100101 | 111100 | 0 | 10001 | 110011 | 110100 | 101000 | 100010 | 100100 |
Color Harmonies of #7A653C
Complementary color
Monochromatic Colors of #7A653C
Black with #7A653C
Text Example
Text Example
White with #7A653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A653C; }
p { color: rgb(122,101,60); }
H1.HeaderClassName
{
color: #7A653C;
}
.AnyTagClassName
{
color: #7A653C;
}
</style>
background-color css
<style>
a { background-color: #7A653C; }
a { background-color: rgb(122,101,60); }
div.DivClassName
{
background-color: #7A653C;
}
.BgClassName
{
background-color: #7A653C;
}
</style>
border-color css
<style>
span { border-color: #7A653C; }
span { border-color: rgb(122,101,60); }
td.TdClassName
{
border-color: #7A653C;
}
.TagClassName
{
border-color: #7A653C;
}
</style>