Shades of Yukon Gold #7F7414
Tints of Yukon Gold #7F7414
RGB
CMYK
RGB Variations
Color information
#7F7414 (or 0x7F7414) is known color: Yukon Gold. HEX triplet: 7F, 74 and 14. RGB value is (127,116,20). Sum of RGB (Red+Green+Blue) = 127+116+20=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7414 is #808BEB. Grayscale: #6C6C6C. Windows color (decimal): -8424428 or 1340543. OLE color: 1340543.
HSL color Cylindrical-coordinate representation of color #7F7414: hue angle of 53.83º 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 #7F7414 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 116 | 20 | - |
| CMYK | 0 | 0.09 | 0.84 | 0.50 |
| HSL | 53.83º | 0.73% | 0.29% | - |
| HSV(B) | 53.83º | 0.84% | 0.5% | - |
| XYZ | 15.12 | 17.05 | 3.16 | - |
| YUV | 108.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 116 | 20 | 0 | 0.09 | 0.84 | 0.50 | 53.83 | 0.73 | 0.29 |
| Hex | 7F | 74 | 14 | 0 | 9 | 54 | 32 | 36 | 49 | 1D |
| Octal | 177 | 164 | 24 | 0 | 11 | 124 | 62 | 66 | 111 | 35 |
| Binary | 1111111 | 1110100 | 10100 | 0 | 1001 | 1010100 | 110010 | 110110 | 1001001 | 11101 |
Color Harmonies of #7F7414
Complementary color
Monochromatic Colors of #7F7414
Black with #7F7414
Text Example
Text Example
White with #7F7414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7414; }
p { color: rgb(127,116,20); }
H1.HeaderClassName
{
color: #7F7414;
}
.AnyTagClassName
{
color: #7F7414;
}
</style>
background-color css
<style>
a { background-color: #7F7414; }
a { background-color: rgb(127,116,20); }
div.DivClassName
{
background-color: #7F7414;
}
.BgClassName
{
background-color: #7F7414;
}
</style>
border-color css
<style>
span { border-color: #7F7414; }
span { border-color: rgb(127,116,20); }
td.TdClassName
{
border-color: #7F7414;
}
.TagClassName
{
border-color: #7F7414;
}
</style>