Shades of Yukon Gold #7A6908
Tints of Yukon Gold #7A6908
RGB
CMYK
RGB Variations
Color information
#7A6908 (or 0x7A6908) is known color: Yukon Gold. HEX triplet: 7A, 69 and 08. RGB value is (122,105,8). Sum of RGB (Red+Green+Blue) = 122+105+8=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6908 is #8596F7. Grayscale: #636363. Windows color (decimal): -8754936 or 551290. OLE color: 551290.
HSL color Cylindrical-coordinate representation of color #7A6908: hue angle of 51.05º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A6908 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 105 | 8 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.52 |
| HSL | 51.05º | 0.88% | 0.25% | - |
| HSV(B) | 51.05º | 0.93% | 0.48% | - |
| XYZ | 13.12 | 14.26 | 2.29 | - |
| YUV | 99.03 | 76.63 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 8 | 0 | 0.14 | 0.93 | 0.52 | 51.05 | 0.88 | 0.25 |
| Hex | 7A | 69 | 8 | 0 | E | 5D | 34 | 33 | 58 | 19 |
| Octal | 172 | 151 | 10 | 0 | 16 | 135 | 64 | 63 | 130 | 31 |
| Binary | 1111010 | 1101001 | 1000 | 0 | 1110 | 1011101 | 110100 | 110011 | 1011000 | 11001 |
Color Harmonies of #7A6908
Complementary color
Monochromatic Colors of #7A6908
Black with #7A6908
Text Example
Text Example
White with #7A6908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6908; }
p { color: rgb(122,105,8); }
H1.HeaderClassName
{
color: #7A6908;
}
.AnyTagClassName
{
color: #7A6908;
}
</style>
background-color css
<style>
a { background-color: #7A6908; }
a { background-color: rgb(122,105,8); }
div.DivClassName
{
background-color: #7A6908;
}
.BgClassName
{
background-color: #7A6908;
}
</style>
border-color css
<style>
span { border-color: #7A6908; }
span { border-color: rgb(122,105,8); }
td.TdClassName
{
border-color: #7A6908;
}
.TagClassName
{
border-color: #7A6908;
}
</style>