Shades of Yukon Gold #7A680C
Tints of Yukon Gold #7A680C
RGB
CMYK
RGB Variations
Color information
#7A680C (or 0x7A680C) is known color: Yukon Gold. HEX triplet: 7A, 68 and 0C. RGB value is (122,104,12). Sum of RGB (Red+Green+Blue) = 122+104+12=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A680C is #8597F3. Grayscale: #636363. Windows color (decimal): -8755188 or 813178. OLE color: 813178.
HSL color Cylindrical-coordinate representation of color #7A680C: hue angle of 50.18º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A680C is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 104 | 12 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.52 |
| HSL | 50.18º | 0.82% | 0.26% | - |
| HSV(B) | 50.18º | 0.9% | 0.48% | - |
| XYZ | 13.04 | 14.06 | 2.38 | - |
| YUV | 98.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 104 | 12 | 0 | 0.15 | 0.90 | 0.52 | 50.18 | 0.82 | 0.26 |
| Hex | 7A | 68 | C | 0 | F | 5A | 34 | 32 | 52 | 1A |
| Octal | 172 | 150 | 14 | 0 | 17 | 132 | 64 | 62 | 122 | 32 |
| Binary | 1111010 | 1101000 | 1100 | 0 | 1111 | 1011010 | 110100 | 110010 | 1010010 | 11010 |
Color Harmonies of #7A680C
Complementary color
Monochromatic Colors of #7A680C
Black with #7A680C
Text Example
Text Example
White with #7A680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A680C; }
p { color: rgb(122,104,12); }
H1.HeaderClassName
{
color: #7A680C;
}
.AnyTagClassName
{
color: #7A680C;
}
</style>
background-color css
<style>
a { background-color: #7A680C; }
a { background-color: rgb(122,104,12); }
div.DivClassName
{
background-color: #7A680C;
}
.BgClassName
{
background-color: #7A680C;
}
</style>
border-color css
<style>
span { border-color: #7A680C; }
span { border-color: rgb(122,104,12); }
td.TdClassName
{
border-color: #7A680C;
}
.TagClassName
{
border-color: #7A680C;
}
</style>