Shades of Yukon Gold #7A6212
Tints of Yukon Gold #7A6212
RGB
CMYK
RGB Variations
Color information
#7A6212 (or 0x7A6212) is known color: Yukon Gold. HEX triplet: 7A, 62 and 12. RGB value is (122,98,18). Sum of RGB (Red+Green+Blue) = 122+98+18=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6212 is #859DED. Grayscale: #606060. Windows color (decimal): -8756718 or 1204858. OLE color: 1204858.
HSL color Cylindrical-coordinate representation of color #7A6212: hue angle of 46.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A6212 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 18 | - |
| CMYK | 0 | 0.20 | 0.85 | 0.52 |
| HSL | 46.15º | 0.74% | 0.27% | - |
| HSV(B) | 46.15º | 0.85% | 0.48% | - |
| XYZ | 12.5 | 12.92 | 2.41 | - |
| YUV | 96.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 18 | 0 | 0.20 | 0.85 | 0.52 | 46.15 | 0.74 | 0.27 |
| Hex | 7A | 62 | 12 | 0 | 14 | 55 | 34 | 2E | 4A | 1B |
| Octal | 172 | 142 | 22 | 0 | 24 | 125 | 64 | 56 | 112 | 33 |
| Binary | 1111010 | 1100010 | 10010 | 0 | 10100 | 1010101 | 110100 | 101110 | 1001010 | 11011 |
Color Harmonies of #7A6212
Complementary color
Monochromatic Colors of #7A6212
Black with #7A6212
Text Example
Text Example
White with #7A6212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6212; }
p { color: rgb(122,98,18); }
H1.HeaderClassName
{
color: #7A6212;
}
.AnyTagClassName
{
color: #7A6212;
}
</style>
background-color css
<style>
a { background-color: #7A6212; }
a { background-color: rgb(122,98,18); }
div.DivClassName
{
background-color: #7A6212;
}
.BgClassName
{
background-color: #7A6212;
}
</style>
border-color css
<style>
span { border-color: #7A6212; }
span { border-color: rgb(122,98,18); }
td.TdClassName
{
border-color: #7A6212;
}
.TagClassName
{
border-color: #7A6212;
}
</style>