Shades of Yellow Metal #7C6840
Tints of Yellow Metal #7C6840
RGB
CMYK
RGB Variations
Color information
#7C6840 (or 0x7C6840) is known color: Yellow Metal. HEX triplet: 7C, 68 and 40. RGB value is (124,104,64). Sum of RGB (Red+Green+Blue) = 124+104+64=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6840 is #8397BF. Grayscale: #696969. Windows color (decimal): -8624064 or 4221052. OLE color: 4221052.
HSL color Cylindrical-coordinate representation of color #7C6840: hue angle of 40º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C6840 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 64 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.51 |
| HSL | 40º | 0.32% | 0.37% | - |
| HSV(B) | 40º | 0.48% | 0.49% | - |
| XYZ | 14.19 | 14.56 | 6.91 | - |
| YUV | 105.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 64 | 0 | 0.16 | 0.48 | 0.51 | 40 | 0.32 | 0.37 |
| Hex | 7C | 68 | 40 | 0 | 10 | 30 | 33 | 28 | 20 | 25 |
| Octal | 174 | 150 | 100 | 0 | 20 | 60 | 63 | 50 | 40 | 45 |
| Binary | 1111100 | 1101000 | 1000000 | 0 | 10000 | 110000 | 110011 | 101000 | 100000 | 100101 |
Color Harmonies of #7C6840
Complementary color
Monochromatic Colors of #7C6840
Black with #7C6840
Text Example
Text Example
White with #7C6840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6840; }
p { color: rgb(124,104,64); }
H1.HeaderClassName
{
color: #7C6840;
}
.AnyTagClassName
{
color: #7C6840;
}
</style>
background-color css
<style>
a { background-color: #7C6840; }
a { background-color: rgb(124,104,64); }
div.DivClassName
{
background-color: #7C6840;
}
.BgClassName
{
background-color: #7C6840;
}
</style>
border-color css
<style>
span { border-color: #7C6840; }
span { border-color: rgb(124,104,64); }
td.TdClassName
{
border-color: #7C6840;
}
.TagClassName
{
border-color: #7C6840;
}
</style>