Shades of Yellow Metal #7E6737
Tints of Yellow Metal #7E6737
RGB
CMYK
RGB Variations
Color information
#7E6737 (or 0x7E6737) is known color: Yellow Metal. HEX triplet: 7E, 67 and 37. RGB value is (126,103,55). Sum of RGB (Red+Green+Blue) = 126+103+55=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6737 is #8198C8. Grayscale: #686868. Windows color (decimal): -8493257 or 3630974. OLE color: 3630974.
HSL color Cylindrical-coordinate representation of color #7E6737: hue angle of 40.56º 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 #7E6737 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 55 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.51 |
| HSL | 40.56º | 0.39% | 0.35% | - |
| HSV(B) | 40.56º | 0.56% | 0.49% | - |
| XYZ | 14.14 | 14.41 | 5.65 | - |
| YUV | 104.41 | 100.12 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 55 | 0 | 0.18 | 0.56 | 0.51 | 40.56 | 0.39 | 0.35 |
| Hex | 7E | 67 | 37 | 0 | 12 | 38 | 33 | 29 | 27 | 23 |
| Octal | 176 | 147 | 67 | 0 | 22 | 70 | 63 | 51 | 47 | 43 |
| Binary | 1111110 | 1100111 | 110111 | 0 | 10010 | 111000 | 110011 | 101001 | 100111 | 100011 |
Color Harmonies of #7E6737
Complementary color
Monochromatic Colors of #7E6737
Black with #7E6737
Text Example
Text Example
White with #7E6737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6737; }
p { color: rgb(126,103,55); }
H1.HeaderClassName
{
color: #7E6737;
}
.AnyTagClassName
{
color: #7E6737;
}
</style>
background-color css
<style>
a { background-color: #7E6737; }
a { background-color: rgb(126,103,55); }
div.DivClassName
{
background-color: #7E6737;
}
.BgClassName
{
background-color: #7E6737;
}
</style>
border-color css
<style>
span { border-color: #7E6737; }
span { border-color: rgb(126,103,55); }
td.TdClassName
{
border-color: #7E6737;
}
.TagClassName
{
border-color: #7E6737;
}
</style>