Shades of Yukon Gold #7D6829
Tints of Yukon Gold #7D6829
RGB
CMYK
RGB Variations
Color information
#7D6829 (or 0x7D6829) is known color: Yukon Gold. HEX triplet: 7D, 68 and 29. RGB value is (125,104,41). Sum of RGB (Red+Green+Blue) = 125+104+41=270 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.30% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6829 is #8297D6. Grayscale: #676767. Windows color (decimal): -8558551 or 2713725. OLE color: 2713725.
HSL color Cylindrical-coordinate representation of color #7D6829: hue angle of 45º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D6829 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 41 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.51 |
| HSL | 45º | 0.51% | 0.33% | - |
| HSV(B) | 45º | 0.67% | 0.49% | - |
| XYZ | 13.81 | 14.42 | 4.15 | - |
| YUV | 103.1 | 92.96 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 41 | 0 | 0.17 | 0.67 | 0.51 | 45 | 0.51 | 0.33 |
| Hex | 7D | 68 | 29 | 0 | 11 | 43 | 33 | 2D | 33 | 21 |
| Octal | 175 | 150 | 51 | 0 | 21 | 103 | 63 | 55 | 63 | 41 |
| Binary | 1111101 | 1101000 | 101001 | 0 | 10001 | 1000011 | 110011 | 101101 | 110011 | 100001 |
Color Harmonies of #7D6829
Complementary color
Monochromatic Colors of #7D6829
Black with #7D6829
Text Example
Text Example
White with #7D6829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6829; }
p { color: rgb(125,104,41); }
H1.HeaderClassName
{
color: #7D6829;
}
.AnyTagClassName
{
color: #7D6829;
}
</style>
background-color css
<style>
a { background-color: #7D6829; }
a { background-color: rgb(125,104,41); }
div.DivClassName
{
background-color: #7D6829;
}
.BgClassName
{
background-color: #7D6829;
}
</style>
border-color css
<style>
span { border-color: #7D6829; }
span { border-color: rgb(125,104,41); }
td.TdClassName
{
border-color: #7D6829;
}
.TagClassName
{
border-color: #7D6829;
}
</style>