Shades of Yellow Metal #7D6843
Tints of Yellow Metal #7D6843
RGB
CMYK
RGB Variations
Color information
#7D6843 (or 0x7D6843) is known color: Yellow Metal. HEX triplet: 7D, 68 and 43. RGB value is (125,104,67). Sum of RGB (Red+Green+Blue) = 125+104+67=296 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.23% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6843 is #8297BC. Grayscale: #6A6A6A. Windows color (decimal): -8558525 or 4417661. OLE color: 4417661.
HSL color Cylindrical-coordinate representation of color #7D6843: hue angle of 38.28º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6843 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 67 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.51 |
| HSL | 38.28º | 0.3% | 0.38% | - |
| HSV(B) | 38.28º | 0.46% | 0.49% | - |
| XYZ | 14.42 | 14.67 | 7.38 | - |
| YUV | 106.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 67 | 0 | 0.17 | 0.46 | 0.51 | 38.28 | 0.3 | 0.38 |
| Hex | 7D | 68 | 43 | 0 | 11 | 2E | 33 | 26 | 1E | 26 |
| Octal | 175 | 150 | 103 | 0 | 21 | 56 | 63 | 46 | 36 | 46 |
| Binary | 1111101 | 1101000 | 1000011 | 0 | 10001 | 101110 | 110011 | 100110 | 11110 | 100110 |
Color Harmonies of #7D6843
Complementary color
Monochromatic Colors of #7D6843
Black with #7D6843
Text Example
Text Example
White with #7D6843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6843; }
p { color: rgb(125,104,67); }
H1.HeaderClassName
{
color: #7D6843;
}
.AnyTagClassName
{
color: #7D6843;
}
</style>
background-color css
<style>
a { background-color: #7D6843; }
a { background-color: rgb(125,104,67); }
div.DivClassName
{
background-color: #7D6843;
}
.BgClassName
{
background-color: #7D6843;
}
</style>
border-color css
<style>
span { border-color: #7D6843; }
span { border-color: rgb(125,104,67); }
td.TdClassName
{
border-color: #7D6843;
}
.TagClassName
{
border-color: #7D6843;
}
</style>