Shades of Yellow Metal #7D6A40
Tints of Yellow Metal #7D6A40
RGB
CMYK
RGB Variations
Color information
#7D6A40 (or 0x7D6A40) is known color: Yellow Metal. HEX triplet: 7D, 6A and 40. RGB value is (125,106,64). Sum of RGB (Red+Green+Blue) = 125+106+64=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 106 (41.80% from 255 or 35.93% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6A40 is #8295BF. Grayscale: #6B6B6B. Windows color (decimal): -8558016 or 4221565. OLE color: 4221565.
HSL color Cylindrical-coordinate representation of color #7D6A40: hue angle of 41.31º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D6A40 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 106 | 64 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.51 |
| HSL | 41.31º | 0.32% | 0.37% | - |
| HSV(B) | 41.31º | 0.49% | 0.49% | - |
| XYZ | 14.54 | 15.04 | 6.99 | - |
| YUV | 106.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 106 | 64 | 0 | 0.15 | 0.49 | 0.51 | 41.31 | 0.32 | 0.37 |
| Hex | 7D | 6A | 40 | 0 | F | 31 | 33 | 29 | 20 | 25 |
| Octal | 175 | 152 | 100 | 0 | 17 | 61 | 63 | 51 | 40 | 45 |
| Binary | 1111101 | 1101010 | 1000000 | 0 | 1111 | 110001 | 110011 | 101001 | 100000 | 100101 |
Color Harmonies of #7D6A40
Complementary color
Monochromatic Colors of #7D6A40
Black with #7D6A40
Text Example
Text Example
White with #7D6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6A40; }
p { color: rgb(125,106,64); }
H1.HeaderClassName
{
color: #7D6A40;
}
.AnyTagClassName
{
color: #7D6A40;
}
</style>
background-color css
<style>
a { background-color: #7D6A40; }
a { background-color: rgb(125,106,64); }
div.DivClassName
{
background-color: #7D6A40;
}
.BgClassName
{
background-color: #7D6A40;
}
</style>
border-color css
<style>
span { border-color: #7D6A40; }
span { border-color: rgb(125,106,64); }
td.TdClassName
{
border-color: #7D6A40;
}
.TagClassName
{
border-color: #7D6A40;
}
</style>