Shades of Yukon Gold #7C6907
Tints of Yukon Gold #7C6907
RGB
CMYK
RGB Variations
Color information
#7C6907 (or 0x7C6907) is known color: Yukon Gold. HEX triplet: 7C, 69 and 07. RGB value is (124,105,7). Sum of RGB (Red+Green+Blue) = 124+105+7=236 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.54% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6907 is #8396F8. Grayscale: #636363. Windows color (decimal): -8623865 or 485756. OLE color: 485756.
HSL color Cylindrical-coordinate representation of color #7C6907: hue angle of 50.26º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C6907 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 105 | 7 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.51 |
| HSL | 50.26º | 0.89% | 0.26% | - |
| HSV(B) | 50.26º | 0.94% | 0.49% | - |
| XYZ | 13.4 | 14.4 | 2.27 | - |
| YUV | 99.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 105 | 7 | 0 | 0.15 | 0.94 | 0.51 | 50.26 | 0.89 | 0.26 |
| Hex | 7C | 69 | 7 | 0 | F | 5E | 33 | 32 | 59 | 1A |
| Octal | 174 | 151 | 7 | 0 | 17 | 136 | 63 | 62 | 131 | 32 |
| Binary | 1111100 | 1101001 | 111 | 0 | 1111 | 1011110 | 110011 | 110010 | 1011001 | 11010 |
Color Harmonies of #7C6907
Complementary color
Monochromatic Colors of #7C6907
Black with #7C6907
Text Example
Text Example
White with #7C6907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6907; }
p { color: rgb(124,105,7); }
H1.HeaderClassName
{
color: #7C6907;
}
.AnyTagClassName
{
color: #7C6907;
}
</style>
background-color css
<style>
a { background-color: #7C6907; }
a { background-color: rgb(124,105,7); }
div.DivClassName
{
background-color: #7C6907;
}
.BgClassName
{
background-color: #7C6907;
}
</style>
border-color css
<style>
span { border-color: #7C6907; }
span { border-color: rgb(124,105,7); }
td.TdClassName
{
border-color: #7C6907;
}
.TagClassName
{
border-color: #7C6907;
}
</style>