Shades of Yukon Gold #7D6107
Tints of Yukon Gold #7D6107
RGB
CMYK
RGB Variations
Color information
#7D6107 (or 0x7D6107) is known color: Yukon Gold. HEX triplet: 7D, 61 and 07. RGB value is (125,97,7). Sum of RGB (Red+Green+Blue) = 125+97+7=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6107 is #829EF8. Grayscale: #5F5F5F. Windows color (decimal): -8560377 or 483709. OLE color: 483709.
HSL color Cylindrical-coordinate representation of color #7D6107: hue angle of 45.76º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D6107 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 97 | 7 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.51 |
| HSL | 45.76º | 0.89% | 0.26% | - |
| HSV(B) | 45.76º | 0.94% | 0.49% | - |
| XYZ | 12.77 | 12.92 | 2.02 | - |
| YUV | 95.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 7 | 0 | 0.22 | 0.94 | 0.51 | 45.76 | 0.89 | 0.26 |
| Hex | 7D | 61 | 7 | 0 | 16 | 5E | 33 | 2E | 59 | 1A |
| Octal | 175 | 141 | 7 | 0 | 26 | 136 | 63 | 56 | 131 | 32 |
| Binary | 1111101 | 1100001 | 111 | 0 | 10110 | 1011110 | 110011 | 101110 | 1011001 | 11010 |
Color Harmonies of #7D6107
Complementary color
Monochromatic Colors of #7D6107
Black with #7D6107
Text Example
Text Example
White with #7D6107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6107; }
p { color: rgb(125,97,7); }
H1.HeaderClassName
{
color: #7D6107;
}
.AnyTagClassName
{
color: #7D6107;
}
</style>
background-color css
<style>
a { background-color: #7D6107; }
a { background-color: rgb(125,97,7); }
div.DivClassName
{
background-color: #7D6107;
}
.BgClassName
{
background-color: #7D6107;
}
</style>
border-color css
<style>
span { border-color: #7D6107; }
span { border-color: rgb(125,97,7); }
td.TdClassName
{
border-color: #7D6107;
}
.TagClassName
{
border-color: #7D6107;
}
</style>