Shades of Yukon Gold #7D6812
Tints of Yukon Gold #7D6812
RGB
CMYK
RGB Variations
Color information
#7D6812 (or 0x7D6812) is known color: Yukon Gold. HEX triplet: 7D, 68 and 12. RGB value is (125,104,18). Sum of RGB (Red+Green+Blue) = 125+104+18=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6812 is #8297ED. Grayscale: #646464. Windows color (decimal): -8558574 or 1206397. OLE color: 1206397.
HSL color Cylindrical-coordinate representation of color #7D6812: hue angle of 48.22º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D6812 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 18 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.51 |
| HSL | 48.22º | 0.75% | 0.28% | - |
| HSV(B) | 48.22º | 0.86% | 0.49% | - |
| XYZ | 13.52 | 14.3 | 2.62 | - |
| YUV | 100.48 | 81.46 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 18 | 0 | 0.17 | 0.86 | 0.51 | 48.22 | 0.75 | 0.28 |
| Hex | 7D | 68 | 12 | 0 | 11 | 56 | 33 | 30 | 4B | 1C |
| Octal | 175 | 150 | 22 | 0 | 21 | 126 | 63 | 60 | 113 | 34 |
| Binary | 1111101 | 1101000 | 10010 | 0 | 10001 | 1010110 | 110011 | 110000 | 1001011 | 11100 |
Color Harmonies of #7D6812
Complementary color
Monochromatic Colors of #7D6812
Black with #7D6812
Text Example
Text Example
White with #7D6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6812; }
p { color: rgb(125,104,18); }
H1.HeaderClassName
{
color: #7D6812;
}
.AnyTagClassName
{
color: #7D6812;
}
</style>
background-color css
<style>
a { background-color: #7D6812; }
a { background-color: rgb(125,104,18); }
div.DivClassName
{
background-color: #7D6812;
}
.BgClassName
{
background-color: #7D6812;
}
</style>
border-color css
<style>
span { border-color: #7D6812; }
span { border-color: rgb(125,104,18); }
td.TdClassName
{
border-color: #7D6812;
}
.TagClassName
{
border-color: #7D6812;
}
</style>