Shades of Yellow Metal #7D6737
Tints of Yellow Metal #7D6737
RGB
CMYK
RGB Variations
Color information
#7D6737 (or 0x7D6737) is known color: Yellow Metal. HEX triplet: 7D, 67 and 37. RGB value is (125,103,55). Sum of RGB (Red+Green+Blue) = 125+103+55=283 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.17% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6737 is #8298C8. Grayscale: #686868. Windows color (decimal): -8558793 or 3630973. OLE color: 3630973.
HSL color Cylindrical-coordinate representation of color #7D6737: hue angle of 41.14º 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 #7D6737 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 55 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.51 |
| HSL | 41.14º | 0.39% | 0.35% | - |
| HSV(B) | 41.14º | 0.56% | 0.49% | - |
| XYZ | 14 | 14.34 | 5.64 | - |
| YUV | 104.11 | 100.29 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 55 | 0 | 0.18 | 0.56 | 0.51 | 41.14 | 0.39 | 0.35 |
| Hex | 7D | 67 | 37 | 0 | 12 | 38 | 33 | 29 | 27 | 23 |
| Octal | 175 | 147 | 67 | 0 | 22 | 70 | 63 | 51 | 47 | 43 |
| Binary | 1111101 | 1100111 | 110111 | 0 | 10010 | 111000 | 110011 | 101001 | 100111 | 100011 |
Color Harmonies of #7D6737
Complementary color
Monochromatic Colors of #7D6737
Black with #7D6737
Text Example
Text Example
White with #7D6737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6737; }
p { color: rgb(125,103,55); }
H1.HeaderClassName
{
color: #7D6737;
}
.AnyTagClassName
{
color: #7D6737;
}
</style>
background-color css
<style>
a { background-color: #7D6737; }
a { background-color: rgb(125,103,55); }
div.DivClassName
{
background-color: #7D6737;
}
.BgClassName
{
background-color: #7D6737;
}
</style>
border-color css
<style>
span { border-color: #7D6737; }
span { border-color: rgb(125,103,55); }
td.TdClassName
{
border-color: #7D6737;
}
.TagClassName
{
border-color: #7D6737;
}
</style>