Shades of Yellow Metal #7A6B3E
Tints of Yellow Metal #7A6B3E
RGB
CMYK
RGB Variations
Color information
#7A6B3E (or 0x7A6B3E) is known color: Yellow Metal. HEX triplet: 7A, 6B and 3E. RGB value is (122,107,62). Sum of RGB (Red+Green+Blue) = 122+107+62=291 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.92% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6B3E is #8594C1. Grayscale: #6A6A6A. Windows color (decimal): -8754370 or 4090746. OLE color: 4090746.
HSL color Cylindrical-coordinate representation of color #7A6B3E: hue angle of 45º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A6B3E is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 62 | - |
| CMYK | 0 | 0.12 | 0.49 | 0.52 |
| HSL | 45º | 0.33% | 0.36% | - |
| HSV(B) | 45º | 0.49% | 0.48% | - |
| XYZ | 14.15 | 15 | 6.71 | - |
| YUV | 106.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 62 | 0 | 0.12 | 0.49 | 0.52 | 45 | 0.33 | 0.36 |
| Hex | 7A | 6B | 3E | 0 | C | 31 | 34 | 2D | 21 | 24 |
| Octal | 172 | 153 | 76 | 0 | 14 | 61 | 64 | 55 | 41 | 44 |
| Binary | 1111010 | 1101011 | 111110 | 0 | 1100 | 110001 | 110100 | 101101 | 100001 | 100100 |
Color Harmonies of #7A6B3E
Complementary color
Monochromatic Colors of #7A6B3E
Black with #7A6B3E
Text Example
Text Example
White with #7A6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B3E; }
p { color: rgb(122,107,62); }
H1.HeaderClassName
{
color: #7A6B3E;
}
.AnyTagClassName
{
color: #7A6B3E;
}
</style>
background-color css
<style>
a { background-color: #7A6B3E; }
a { background-color: rgb(122,107,62); }
div.DivClassName
{
background-color: #7A6B3E;
}
.BgClassName
{
background-color: #7A6B3E;
}
</style>
border-color css
<style>
span { border-color: #7A6B3E; }
span { border-color: rgb(122,107,62); }
td.TdClassName
{
border-color: #7A6B3E;
}
.TagClassName
{
border-color: #7A6B3E;
}
</style>