Shades of Yukon Gold #7A6204
Tints of Yukon Gold #7A6204
RGB
CMYK
RGB Variations
Color information
#7A6204 (or 0x7A6204) is known color: Yukon Gold. HEX triplet: 7A, 62 and 04. RGB value is (122,98,4). Sum of RGB (Red+Green+Blue) = 122+98+4=224 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.46% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6204 is #859DFB. Grayscale: #5E5E5E. Windows color (decimal): -8756732 or 287354. OLE color: 287354.
HSL color Cylindrical-coordinate representation of color #7A6204: hue angle of 47.8º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A6204 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 4 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.52 |
| HSL | 47.8º | 0.94% | 0.25% | - |
| HSV(B) | 47.8º | 0.97% | 0.48% | - |
| XYZ | 12.42 | 12.88 | 1.95 | - |
| YUV | 94.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 4 | 0 | 0.20 | 0.97 | 0.52 | 47.8 | 0.94 | 0.25 |
| Hex | 7A | 62 | 4 | 0 | 14 | 61 | 34 | 30 | 5E | 19 |
| Octal | 172 | 142 | 4 | 0 | 24 | 141 | 64 | 60 | 136 | 31 |
| Binary | 1111010 | 1100010 | 100 | 0 | 10100 | 1100001 | 110100 | 110000 | 1011110 | 11001 |
Color Harmonies of #7A6204
Complementary color
Monochromatic Colors of #7A6204
Black with #7A6204
Text Example
Text Example
White with #7A6204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6204; }
p { color: rgb(122,98,4); }
H1.HeaderClassName
{
color: #7A6204;
}
.AnyTagClassName
{
color: #7A6204;
}
</style>
background-color css
<style>
a { background-color: #7A6204; }
a { background-color: rgb(122,98,4); }
div.DivClassName
{
background-color: #7A6204;
}
.BgClassName
{
background-color: #7A6204;
}
</style>
border-color css
<style>
span { border-color: #7A6204; }
span { border-color: rgb(122,98,4); }
td.TdClassName
{
border-color: #7A6204;
}
.TagClassName
{
border-color: #7A6204;
}
</style>