Shades of Yukon Gold #7C6402
Tints of Yukon Gold #7C6402
RGB
CMYK
RGB Variations
Color information
#7C6402 (or 0x7C6402) is known color: Yukon Gold. HEX triplet: 7C, 64 and 02. RGB value is (124,100,2). Sum of RGB (Red+Green+Blue) = 124+100+2=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6402 is #839BFD. Grayscale: #606060. Windows color (decimal): -8625150 or 156796. OLE color: 156796.
HSL color Cylindrical-coordinate representation of color #7C6402: hue angle of 48.2º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C6402 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 100 | 2 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.51 |
| HSL | 48.2º | 0.97% | 0.25% | - |
| HSV(B) | 48.2º | 0.98% | 0.49% | - |
| XYZ | 12.88 | 13.4 | 1.97 | - |
| YUV | 96 | 74.95 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 2 | 0 | 0.19 | 0.98 | 0.51 | 48.2 | 0.97 | 0.25 |
| Hex | 7C | 64 | 2 | 0 | 13 | 62 | 33 | 30 | 61 | 19 |
| Octal | 174 | 144 | 2 | 0 | 23 | 142 | 63 | 60 | 141 | 31 |
| Binary | 1111100 | 1100100 | 10 | 0 | 10011 | 1100010 | 110011 | 110000 | 1100001 | 11001 |
Color Harmonies of #7C6402
Complementary color
Monochromatic Colors of #7C6402
Black with #7C6402
Text Example
Text Example
White with #7C6402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6402; }
p { color: rgb(124,100,2); }
H1.HeaderClassName
{
color: #7C6402;
}
.AnyTagClassName
{
color: #7C6402;
}
</style>
background-color css
<style>
a { background-color: #7C6402; }
a { background-color: rgb(124,100,2); }
div.DivClassName
{
background-color: #7C6402;
}
.BgClassName
{
background-color: #7C6402;
}
</style>
border-color css
<style>
span { border-color: #7C6402; }
span { border-color: rgb(124,100,2); }
td.TdClassName
{
border-color: #7C6402;
}
.TagClassName
{
border-color: #7C6402;
}
</style>