Shades of Yellow Metal #7C6945
Tints of Yellow Metal #7C6945
RGB
CMYK
RGB Variations
Color information
#7C6945 (or 0x7C6945) is known color: Yellow Metal. HEX triplet: 7C, 69 and 45. RGB value is (124,105,69). Sum of RGB (Red+Green+Blue) = 124+105+69=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6945 is #8396BA. Grayscale: #6A6A6A. Windows color (decimal): -8623803 or 4548988. OLE color: 4548988.
HSL color Cylindrical-coordinate representation of color #7C6945: hue angle of 39.27º 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 #7C6945 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 69 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.51 |
| HSL | 39.27º | 0.28% | 0.38% | - |
| HSV(B) | 39.27º | 0.44% | 0.49% | - |
| XYZ | 14.44 | 14.82 | 7.73 | - |
| YUV | 106.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 69 | 0 | 0.15 | 0.44 | 0.51 | 39.27 | 0.28 | 0.38 |
| Hex | 7C | 69 | 45 | 0 | F | 2C | 33 | 27 | 1C | 26 |
| Octal | 174 | 151 | 105 | 0 | 17 | 54 | 63 | 47 | 34 | 46 |
| Binary | 1111100 | 1101001 | 1000101 | 0 | 1111 | 101100 | 110011 | 100111 | 11100 | 100110 |
Color Harmonies of #7C6945
Complementary color
Monochromatic Colors of #7C6945
Black with #7C6945
Text Example
Text Example
White with #7C6945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6945; }
p { color: rgb(124,105,69); }
H1.HeaderClassName
{
color: #7C6945;
}
.AnyTagClassName
{
color: #7C6945;
}
</style>
background-color css
<style>
a { background-color: #7C6945; }
a { background-color: rgb(124,105,69); }
div.DivClassName
{
background-color: #7C6945;
}
.BgClassName
{
background-color: #7C6945;
}
</style>
border-color css
<style>
span { border-color: #7C6945; }
span { border-color: rgb(124,105,69); }
td.TdClassName
{
border-color: #7C6945;
}
.TagClassName
{
border-color: #7C6945;
}
</style>