Shades of Yellow Metal #7E6742
Tints of Yellow Metal #7E6742
RGB
CMYK
RGB Variations
Color information
#7E6742 (or 0x7E6742) is known color: Yellow Metal. HEX triplet: 7E, 67 and 42. RGB value is (126,103,66). Sum of RGB (Red+Green+Blue) = 126+103+66=295 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.71% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6742 is #8198BD. Grayscale: #696969. Windows color (decimal): -8493246 or 4351870. OLE color: 4351870.
HSL color Cylindrical-coordinate representation of color #7E6742: hue angle of 37º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7E6742 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 66 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.51 |
| HSL | 37º | 0.31% | 0.38% | - |
| HSV(B) | 37º | 0.48% | 0.49% | - |
| XYZ | 14.44 | 14.53 | 7.2 | - |
| YUV | 105.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 66 | 0 | 0.18 | 0.48 | 0.51 | 37 | 0.31 | 0.38 |
| Hex | 7E | 67 | 42 | 0 | 12 | 30 | 33 | 25 | 1F | 26 |
| Octal | 176 | 147 | 102 | 0 | 22 | 60 | 63 | 45 | 37 | 46 |
| Binary | 1111110 | 1100111 | 1000010 | 0 | 10010 | 110000 | 110011 | 100101 | 11111 | 100110 |
Color Harmonies of #7E6742
Complementary color
Monochromatic Colors of #7E6742
Black with #7E6742
Text Example
Text Example
White with #7E6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6742; }
p { color: rgb(126,103,66); }
H1.HeaderClassName
{
color: #7E6742;
}
.AnyTagClassName
{
color: #7E6742;
}
</style>
background-color css
<style>
a { background-color: #7E6742; }
a { background-color: rgb(126,103,66); }
div.DivClassName
{
background-color: #7E6742;
}
.BgClassName
{
background-color: #7E6742;
}
</style>
border-color css
<style>
span { border-color: #7E6742; }
span { border-color: rgb(126,103,66); }
td.TdClassName
{
border-color: #7E6742;
}
.TagClassName
{
border-color: #7E6742;
}
</style>