Shades of Yellow Metal #7A683D
Tints of Yellow Metal #7A683D
RGB
CMYK
RGB Variations
Color information
#7A683D (or 0x7A683D) is known color: Yellow Metal. HEX triplet: 7A, 68 and 3D. RGB value is (122,104,61). Sum of RGB (Red+Green+Blue) = 122+104+61=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A683D is #8597C2. Grayscale: #686868. Windows color (decimal): -8755139 or 4024442. OLE color: 4024442.
HSL color Cylindrical-coordinate representation of color #7A683D: hue angle of 42.3º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A683D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 61 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.52 |
| HSL | 42.3º | 0.33% | 0.36% | - |
| HSV(B) | 42.3º | 0.5% | 0.48% | - |
| XYZ | 13.82 | 14.38 | 6.46 | - |
| YUV | 104.48 | 103.46 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 61 | 0 | 0.15 | 0.50 | 0.52 | 42.3 | 0.33 | 0.36 |
| Hex | 7A | 68 | 3D | 0 | F | 32 | 34 | 2A | 21 | 24 |
| Octal | 172 | 150 | 75 | 0 | 17 | 62 | 64 | 52 | 41 | 44 |
| Binary | 1111010 | 1101000 | 111101 | 0 | 1111 | 110010 | 110100 | 101010 | 100001 | 100100 |
Color Harmonies of #7A683D
Complementary color
Monochromatic Colors of #7A683D
Black with #7A683D
Text Example
Text Example
White with #7A683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A683D; }
p { color: rgb(122,104,61); }
H1.HeaderClassName
{
color: #7A683D;
}
.AnyTagClassName
{
color: #7A683D;
}
</style>
background-color css
<style>
a { background-color: #7A683D; }
a { background-color: rgb(122,104,61); }
div.DivClassName
{
background-color: #7A683D;
}
.BgClassName
{
background-color: #7A683D;
}
</style>
border-color css
<style>
span { border-color: #7A683D; }
span { border-color: rgb(122,104,61); }
td.TdClassName
{
border-color: #7A683D;
}
.TagClassName
{
border-color: #7A683D;
}
</style>