Shades of Yukon Gold #7F7212
Tints of Yukon Gold #7F7212
RGB
CMYK
RGB Variations
Color information
#7F7212 (or 0x7F7212) is known color: Yukon Gold. HEX triplet: 7F, 72 and 12. RGB value is (127,114,18). Sum of RGB (Red+Green+Blue) = 127+114+18=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7212 is #808DED. Grayscale: #6B6B6B. Windows color (decimal): -8424942 or 1208959. OLE color: 1208959.
HSL color Cylindrical-coordinate representation of color #7F7212: hue angle of 52.84º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F7212 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 114 | 18 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.50 |
| HSL | 52.84º | 0.75% | 0.28% | - |
| HSV(B) | 52.84º | 0.86% | 0.5% | - |
| XYZ | 14.88 | 16.59 | 2.99 | - |
| YUV | 106.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 114 | 18 | 0 | 0.10 | 0.86 | 0.50 | 52.84 | 0.75 | 0.28 |
| Hex | 7F | 72 | 12 | 0 | A | 56 | 32 | 35 | 4B | 1C |
| Octal | 177 | 162 | 22 | 0 | 12 | 126 | 62 | 65 | 113 | 34 |
| Binary | 1111111 | 1110010 | 10010 | 0 | 1010 | 1010110 | 110010 | 110101 | 1001011 | 11100 |
Color Harmonies of #7F7212
Complementary color
Monochromatic Colors of #7F7212
Black with #7F7212
Text Example
Text Example
White with #7F7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7212; }
p { color: rgb(127,114,18); }
H1.HeaderClassName
{
color: #7F7212;
}
.AnyTagClassName
{
color: #7F7212;
}
</style>
background-color css
<style>
a { background-color: #7F7212; }
a { background-color: rgb(127,114,18); }
div.DivClassName
{
background-color: #7F7212;
}
.BgClassName
{
background-color: #7F7212;
}
</style>
border-color css
<style>
span { border-color: #7F7212; }
span { border-color: rgb(127,114,18); }
td.TdClassName
{
border-color: #7F7212;
}
.TagClassName
{
border-color: #7F7212;
}
</style>