Shades of Yellow Metal #7A6945
Tints of Yellow Metal #7A6945
RGB
CMYK
RGB Variations
Color information
#7A6945 (or 0x7A6945) is known color: Yellow Metal. HEX triplet: 7A, 69 and 45. RGB value is (122,105,69). Sum of RGB (Red+Green+Blue) = 122+105+69=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6945 is #8596BA. Grayscale: #6A6A6A. Windows color (decimal): -8754875 or 4548986. OLE color: 4548986.
HSL color Cylindrical-coordinate representation of color #7A6945: hue angle of 40.75º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A6945 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 69 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.52 |
| HSL | 40.75º | 0.28% | 0.37% | - |
| HSV(B) | 40.75º | 0.43% | 0.48% | - |
| XYZ | 14.15 | 14.67 | 7.72 | - |
| YUV | 105.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 69 | 0 | 0.14 | 0.43 | 0.52 | 40.75 | 0.28 | 0.37 |
| Hex | 7A | 69 | 45 | 0 | E | 2B | 34 | 29 | 1C | 25 |
| Octal | 172 | 151 | 105 | 0 | 16 | 53 | 64 | 51 | 34 | 45 |
| Binary | 1111010 | 1101001 | 1000101 | 0 | 1110 | 101011 | 110100 | 101001 | 11100 | 100101 |
Color Harmonies of #7A6945
Complementary color
Monochromatic Colors of #7A6945
Black with #7A6945
Text Example
Text Example
White with #7A6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6945; }
p { color: rgb(122,105,69); }
H1.HeaderClassName
{
color: #7A6945;
}
.AnyTagClassName
{
color: #7A6945;
}
</style>
background-color css
<style>
a { background-color: #7A6945; }
a { background-color: rgb(122,105,69); }
div.DivClassName
{
background-color: #7A6945;
}
.BgClassName
{
background-color: #7A6945;
}
</style>
border-color css
<style>
span { border-color: #7A6945; }
span { border-color: rgb(122,105,69); }
td.TdClassName
{
border-color: #7A6945;
}
.TagClassName
{
border-color: #7A6945;
}
</style>