Shades of Yellow Metal #7C6442
Tints of Yellow Metal #7C6442
RGB
CMYK
RGB Variations
Color information
#7C6442 (or 0x7C6442) is known color: Yellow Metal. HEX triplet: 7C, 64 and 42. RGB value is (124,100,66). Sum of RGB (Red+Green+Blue) = 124+100+66=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6442 is #839BBD. Grayscale: #676767. Windows color (decimal): -8625086 or 4351100. OLE color: 4351100.
HSL color Cylindrical-coordinate representation of color #7C6442: hue angle of 35.17º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C6442 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 66 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.51 |
| HSL | 35.17º | 0.31% | 0.37% | - |
| HSV(B) | 35.17º | 0.47% | 0.49% | - |
| XYZ | 13.85 | 13.79 | 7.09 | - |
| YUV | 103.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 66 | 0 | 0.19 | 0.47 | 0.51 | 35.17 | 0.31 | 0.37 |
| Hex | 7C | 64 | 42 | 0 | 13 | 2F | 33 | 23 | 1F | 25 |
| Octal | 174 | 144 | 102 | 0 | 23 | 57 | 63 | 43 | 37 | 45 |
| Binary | 1111100 | 1100100 | 1000010 | 0 | 10011 | 101111 | 110011 | 100011 | 11111 | 100101 |
Color Harmonies of #7C6442
Complementary color
Monochromatic Colors of #7C6442
Black with #7C6442
Text Example
Text Example
White with #7C6442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6442; }
p { color: rgb(124,100,66); }
H1.HeaderClassName
{
color: #7C6442;
}
.AnyTagClassName
{
color: #7C6442;
}
</style>
background-color css
<style>
a { background-color: #7C6442; }
a { background-color: rgb(124,100,66); }
div.DivClassName
{
background-color: #7C6442;
}
.BgClassName
{
background-color: #7C6442;
}
</style>
border-color css
<style>
span { border-color: #7C6442; }
span { border-color: rgb(124,100,66); }
td.TdClassName
{
border-color: #7C6442;
}
.TagClassName
{
border-color: #7C6442;
}
</style>