Shades of Yellow Metal #7C6737
Tints of Yellow Metal #7C6737
RGB
CMYK
RGB Variations
Color information
#7C6737 (or 0x7C6737) is known color: Yellow Metal. HEX triplet: 7C, 67 and 37. RGB value is (124,103,55). Sum of RGB (Red+Green+Blue) = 124+103+55=282 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.97% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6737 is #8398C8. Grayscale: #686868. Windows color (decimal): -8624329 or 3630972. OLE color: 3630972.
HSL color Cylindrical-coordinate representation of color #7C6737: hue angle of 41.74º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C6737 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 55 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.51 |
| HSL | 41.74º | 0.39% | 0.35% | - |
| HSV(B) | 41.74º | 0.56% | 0.49% | - |
| XYZ | 13.85 | 14.26 | 5.64 | - |
| YUV | 103.81 | 100.46 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 55 | 0 | 0.17 | 0.56 | 0.51 | 41.74 | 0.39 | 0.35 |
| Hex | 7C | 67 | 37 | 0 | 11 | 38 | 33 | 2A | 27 | 23 |
| Octal | 174 | 147 | 67 | 0 | 21 | 70 | 63 | 52 | 47 | 43 |
| Binary | 1111100 | 1100111 | 110111 | 0 | 10001 | 111000 | 110011 | 101010 | 100111 | 100011 |
Color Harmonies of #7C6737
Complementary color
Monochromatic Colors of #7C6737
Black with #7C6737
Text Example
Text Example
White with #7C6737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6737; }
p { color: rgb(124,103,55); }
H1.HeaderClassName
{
color: #7C6737;
}
.AnyTagClassName
{
color: #7C6737;
}
</style>
background-color css
<style>
a { background-color: #7C6737; }
a { background-color: rgb(124,103,55); }
div.DivClassName
{
background-color: #7C6737;
}
.BgClassName
{
background-color: #7C6737;
}
</style>
border-color css
<style>
span { border-color: #7C6737; }
span { border-color: rgb(124,103,55); }
td.TdClassName
{
border-color: #7C6737;
}
.TagClassName
{
border-color: #7C6737;
}
</style>