Shades of Yukon Gold #7F7014
Tints of Yukon Gold #7F7014
RGB
CMYK
RGB Variations
Color information
#7F7014 (or 0x7F7014) is known color: Yukon Gold. HEX triplet: 7F, 70 and 14. RGB value is (127,112,20). Sum of RGB (Red+Green+Blue) = 127+112+20=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7014 is #808FEB. Grayscale: #6A6A6A. Windows color (decimal): -8425452 or 1339519. OLE color: 1339519.
HSL color Cylindrical-coordinate representation of color #7F7014: hue angle of 51.59º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F7014 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 20 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.50 |
| HSL | 51.59º | 0.73% | 0.29% | - |
| HSV(B) | 51.59º | 0.84% | 0.5% | - |
| XYZ | 14.67 | 16.15 | 3.01 | - |
| YUV | 106 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 20 | 0 | 0.12 | 0.84 | 0.50 | 51.59 | 0.73 | 0.29 |
| Hex | 7F | 70 | 14 | 0 | C | 54 | 32 | 34 | 49 | 1D |
| Octal | 177 | 160 | 24 | 0 | 14 | 124 | 62 | 64 | 111 | 35 |
| Binary | 1111111 | 1110000 | 10100 | 0 | 1100 | 1010100 | 110010 | 110100 | 1001001 | 11101 |
Color Harmonies of #7F7014
Complementary color
Monochromatic Colors of #7F7014
Black with #7F7014
Text Example
Text Example
White with #7F7014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7014; }
p { color: rgb(127,112,20); }
H1.HeaderClassName
{
color: #7F7014;
}
.AnyTagClassName
{
color: #7F7014;
}
</style>
background-color css
<style>
a { background-color: #7F7014; }
a { background-color: rgb(127,112,20); }
div.DivClassName
{
background-color: #7F7014;
}
.BgClassName
{
background-color: #7F7014;
}
</style>
border-color css
<style>
span { border-color: #7F7014; }
span { border-color: rgb(127,112,20); }
td.TdClassName
{
border-color: #7F7014;
}
.TagClassName
{
border-color: #7F7014;
}
</style>