Shades of Yellow Metal #7A683C
Tints of Yellow Metal #7A683C
RGB
CMYK
RGB Variations
Color information
#7A683C (or 0x7A683C) is known color: Yellow Metal. HEX triplet: 7A, 68 and 3C. RGB value is (122,104,60). Sum of RGB (Red+Green+Blue) = 122+104+60=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A683C is #8597C3. Grayscale: #686868. Windows color (decimal): -8755140 or 3958906. OLE color: 3958906.
HSL color Cylindrical-coordinate representation of color #7A683C: hue angle of 42.58º 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 #7A683C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 60 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.52 |
| HSL | 42.58º | 0.34% | 0.36% | - |
| HSV(B) | 42.58º | 0.51% | 0.48% | - |
| XYZ | 13.79 | 14.36 | 6.32 | - |
| YUV | 104.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 60 | 0 | 0.15 | 0.51 | 0.52 | 42.58 | 0.34 | 0.36 |
| Hex | 7A | 68 | 3C | 0 | F | 33 | 34 | 2B | 22 | 24 |
| Octal | 172 | 150 | 74 | 0 | 17 | 63 | 64 | 53 | 42 | 44 |
| Binary | 1111010 | 1101000 | 111100 | 0 | 1111 | 110011 | 110100 | 101011 | 100010 | 100100 |
Color Harmonies of #7A683C
Complementary color
Monochromatic Colors of #7A683C
Black with #7A683C
Text Example
Text Example
White with #7A683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A683C; }
p { color: rgb(122,104,60); }
H1.HeaderClassName
{
color: #7A683C;
}
.AnyTagClassName
{
color: #7A683C;
}
</style>
background-color css
<style>
a { background-color: #7A683C; }
a { background-color: rgb(122,104,60); }
div.DivClassName
{
background-color: #7A683C;
}
.BgClassName
{
background-color: #7A683C;
}
</style>
border-color css
<style>
span { border-color: #7A683C; }
span { border-color: rgb(122,104,60); }
td.TdClassName
{
border-color: #7A683C;
}
.TagClassName
{
border-color: #7A683C;
}
</style>