Shades of Yukon Gold #7A6917
Tints of Yukon Gold #7A6917
RGB
CMYK
RGB Variations
Color information
#7A6917 (or 0x7A6917) is known color: Yukon Gold. HEX triplet: 7A, 69 and 17. RGB value is (122,105,23). Sum of RGB (Red+Green+Blue) = 122+105+23=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6917 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6917 is #8596E8. Grayscale: #656565. Windows color (decimal): -8754921 or 1534330. OLE color: 1534330.
HSL color Cylindrical-coordinate representation of color #7A6917: hue angle of 49.7º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A6917 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 23 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.52 |
| HSL | 49.7º | 0.68% | 0.28% | - |
| HSV(B) | 49.7º | 0.81% | 0.48% | - |
| XYZ | 13.23 | 14.3 | 2.87 | - |
| YUV | 100.74 | 84.13 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 23 | 0 | 0.14 | 0.81 | 0.52 | 49.7 | 0.68 | 0.28 |
| Hex | 7A | 69 | 17 | 0 | E | 51 | 34 | 32 | 44 | 1C |
| Octal | 172 | 151 | 27 | 0 | 16 | 121 | 64 | 62 | 104 | 34 |
| Binary | 1111010 | 1101001 | 10111 | 0 | 1110 | 1010001 | 110100 | 110010 | 1000100 | 11100 |
Color Harmonies of #7A6917
Complementary color
Monochromatic Colors of #7A6917
Black with #7A6917
Text Example
Text Example
White with #7A6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6917; }
p { color: rgb(122,105,23); }
H1.HeaderClassName
{
color: #7A6917;
}
.AnyTagClassName
{
color: #7A6917;
}
</style>
background-color css
<style>
a { background-color: #7A6917; }
a { background-color: rgb(122,105,23); }
div.DivClassName
{
background-color: #7A6917;
}
.BgClassName
{
background-color: #7A6917;
}
</style>
border-color css
<style>
span { border-color: #7A6917; }
span { border-color: rgb(122,105,23); }
td.TdClassName
{
border-color: #7A6917;
}
.TagClassName
{
border-color: #7A6917;
}
</style>