Shades of Yellow Metal #7C6741
Tints of Yellow Metal #7C6741
RGB
CMYK
RGB Variations
Color information
#7C6741 (or 0x7C6741) is known color: Yellow Metal. HEX triplet: 7C, 67 and 41. RGB value is (124,103,65). Sum of RGB (Red+Green+Blue) = 124+103+65=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6741 is #8398BE. Grayscale: #696969. Windows color (decimal): -8624319 or 4286332. OLE color: 4286332.
HSL color Cylindrical-coordinate representation of color #7C6741: hue angle of 38.64º degrees, saturation: 0.31, 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 #7C6741 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 103 | 65 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.51 |
| HSL | 38.64º | 0.31% | 0.37% | - |
| HSV(B) | 38.64º | 0.48% | 0.49% | - |
| XYZ | 14.12 | 14.37 | 7.03 | - |
| YUV | 104.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 103 | 65 | 0 | 0.17 | 0.48 | 0.51 | 38.64 | 0.31 | 0.37 |
| Hex | 7C | 67 | 41 | 0 | 11 | 30 | 33 | 27 | 1F | 25 |
| Octal | 174 | 147 | 101 | 0 | 21 | 60 | 63 | 47 | 37 | 45 |
| Binary | 1111100 | 1100111 | 1000001 | 0 | 10001 | 110000 | 110011 | 100111 | 11111 | 100101 |
Color Harmonies of #7C6741
Complementary color
Monochromatic Colors of #7C6741
Black with #7C6741
Text Example
Text Example
White with #7C6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6741; }
p { color: rgb(124,103,65); }
H1.HeaderClassName
{
color: #7C6741;
}
.AnyTagClassName
{
color: #7C6741;
}
</style>
background-color css
<style>
a { background-color: #7C6741; }
a { background-color: rgb(124,103,65); }
div.DivClassName
{
background-color: #7C6741;
}
.BgClassName
{
background-color: #7C6741;
}
</style>
border-color css
<style>
span { border-color: #7C6741; }
span { border-color: rgb(124,103,65); }
td.TdClassName
{
border-color: #7C6741;
}
.TagClassName
{
border-color: #7C6741;
}
</style>