Shades of Yellow Metal #7C6745
Tints of Yellow Metal #7C6745
RGB
CMYK
RGB Variations
Color information
#7C6745 (or 0x7C6745) is known color: Yellow Metal. HEX triplet: 7C, 67 and 45. RGB value is (124,103,69). Sum of RGB (Red+Green+Blue) = 124+103+69=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6745 is #8398BA. Grayscale: #696969. Windows color (decimal): -8624315 or 4548476. OLE color: 4548476.
HSL color Cylindrical-coordinate representation of color #7C6745: hue angle of 37.09º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C6745 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 69 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.51 |
| HSL | 37.09º | 0.28% | 0.38% | - |
| HSV(B) | 37.09º | 0.44% | 0.49% | - |
| XYZ | 14.24 | 14.42 | 7.66 | - |
| YUV | 105.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 69 | 0 | 0.17 | 0.44 | 0.51 | 37.09 | 0.28 | 0.38 |
| Hex | 7C | 67 | 45 | 0 | 11 | 2C | 33 | 25 | 1C | 26 |
| Octal | 174 | 147 | 105 | 0 | 21 | 54 | 63 | 45 | 34 | 46 |
| Binary | 1111100 | 1100111 | 1000101 | 0 | 10001 | 101100 | 110011 | 100101 | 11100 | 100110 |
Color Harmonies of #7C6745
Complementary color
Monochromatic Colors of #7C6745
Black with #7C6745
Text Example
Text Example
White with #7C6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6745; }
p { color: rgb(124,103,69); }
H1.HeaderClassName
{
color: #7C6745;
}
.AnyTagClassName
{
color: #7C6745;
}
</style>
background-color css
<style>
a { background-color: #7C6745; }
a { background-color: rgb(124,103,69); }
div.DivClassName
{
background-color: #7C6745;
}
.BgClassName
{
background-color: #7C6745;
}
</style>
border-color css
<style>
span { border-color: #7C6745; }
span { border-color: rgb(124,103,69); }
td.TdClassName
{
border-color: #7C6745;
}
.TagClassName
{
border-color: #7C6745;
}
</style>