Shades of Yukon Gold #7D680A
Tints of Yukon Gold #7D680A
RGB
CMYK
RGB Variations
Color information
#7D680A (or 0x7D680A) is known color: Yukon Gold. HEX triplet: 7D, 68 and 0A. RGB value is (125,104,10). Sum of RGB (Red+Green+Blue) = 125+104+10=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D680A is #8297F5. Grayscale: #636363. Windows color (decimal): -8558582 or 682109. OLE color: 682109.
HSL color Cylindrical-coordinate representation of color #7D680A: hue angle of 49.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D680A is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 10 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.51 |
| HSL | 49.04º | 0.85% | 0.26% | - |
| HSV(B) | 49.04º | 0.92% | 0.49% | - |
| XYZ | 13.46 | 14.28 | 2.33 | - |
| YUV | 99.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 10 | 0 | 0.17 | 0.92 | 0.51 | 49.04 | 0.85 | 0.26 |
| Hex | 7D | 68 | A | 0 | 11 | 5C | 33 | 31 | 55 | 1A |
| Octal | 175 | 150 | 12 | 0 | 21 | 134 | 63 | 61 | 125 | 32 |
| Binary | 1111101 | 1101000 | 1010 | 0 | 10001 | 1011100 | 110011 | 110001 | 1010101 | 11010 |
Color Harmonies of #7D680A
Complementary color
Monochromatic Colors of #7D680A
Black with #7D680A
Text Example
Text Example
White with #7D680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D680A; }
p { color: rgb(125,104,10); }
H1.HeaderClassName
{
color: #7D680A;
}
.AnyTagClassName
{
color: #7D680A;
}
</style>
background-color css
<style>
a { background-color: #7D680A; }
a { background-color: rgb(125,104,10); }
div.DivClassName
{
background-color: #7D680A;
}
.BgClassName
{
background-color: #7D680A;
}
</style>
border-color css
<style>
span { border-color: #7D680A; }
span { border-color: rgb(125,104,10); }
td.TdClassName
{
border-color: #7D680A;
}
.TagClassName
{
border-color: #7D680A;
}
</style>