Shades of Yellow Metal #7F6437
Tints of Yellow Metal #7F6437
RGB
CMYK
RGB Variations
Color information
#7F6437 (or 0x7F6437) is known color: Yellow Metal. HEX triplet: 7F, 64 and 37. RGB value is (127,100,55). Sum of RGB (Red+Green+Blue) = 127+100+55=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6437 is #809BC8. Grayscale: #676767. Windows color (decimal): -8428489 or 3630207. OLE color: 3630207.
HSL color Cylindrical-coordinate representation of color #7F6437: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F6437 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 55 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.50 |
| HSL | 37.5º | 0.4% | 0.36% | - |
| HSV(B) | 37.5º | 0.57% | 0.5% | - |
| XYZ | 14 | 13.9 | 5.56 | - |
| YUV | 102.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 55 | 0 | 0.21 | 0.57 | 0.50 | 37.5 | 0.4 | 0.36 |
| Hex | 7F | 64 | 37 | 0 | 15 | 39 | 32 | 26 | 28 | 24 |
| Octal | 177 | 144 | 67 | 0 | 25 | 71 | 62 | 46 | 50 | 44 |
| Binary | 1111111 | 1100100 | 110111 | 0 | 10101 | 111001 | 110010 | 100110 | 101000 | 100100 |
Color Harmonies of #7F6437
Complementary color
Monochromatic Colors of #7F6437
Black with #7F6437
Text Example
Text Example
White with #7F6437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6437; }
p { color: rgb(127,100,55); }
H1.HeaderClassName
{
color: #7F6437;
}
.AnyTagClassName
{
color: #7F6437;
}
</style>
background-color css
<style>
a { background-color: #7F6437; }
a { background-color: rgb(127,100,55); }
div.DivClassName
{
background-color: #7F6437;
}
.BgClassName
{
background-color: #7F6437;
}
</style>
border-color css
<style>
span { border-color: #7F6437; }
span { border-color: rgb(127,100,55); }
td.TdClassName
{
border-color: #7F6437;
}
.TagClassName
{
border-color: #7F6437;
}
</style>