Shades of Yukon Gold #7C681D
Tints of Yukon Gold #7C681D
RGB
CMYK
RGB Variations
Color information
#7C681D (or 0x7C681D) is known color: Yukon Gold. HEX triplet: 7C, 68 and 1D. RGB value is (124,104,29). Sum of RGB (Red+Green+Blue) = 124+104+29=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C681D is #8397E2. Grayscale: #656565. Windows color (decimal): -8624099 or 1927292. OLE color: 1927292.
HSL color Cylindrical-coordinate representation of color #7C681D: hue angle of 47.37º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C681D is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 104 | 29 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.51 |
| HSL | 47.37º | 0.62% | 0.3% | - |
| HSV(B) | 47.37º | 0.77% | 0.49% | - |
| XYZ | 13.48 | 14.27 | 3.21 | - |
| YUV | 101.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 104 | 29 | 0 | 0.16 | 0.77 | 0.51 | 47.37 | 0.62 | 0.3 |
| Hex | 7C | 68 | 1D | 0 | 10 | 4D | 33 | 2F | 3E | 1E |
| Octal | 174 | 150 | 35 | 0 | 20 | 115 | 63 | 57 | 76 | 36 |
| Binary | 1111100 | 1101000 | 11101 | 0 | 10000 | 1001101 | 110011 | 101111 | 111110 | 11110 |
Color Harmonies of #7C681D
Complementary color
Monochromatic Colors of #7C681D
Black with #7C681D
Text Example
Text Example
White with #7C681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C681D; }
p { color: rgb(124,104,29); }
H1.HeaderClassName
{
color: #7C681D;
}
.AnyTagClassName
{
color: #7C681D;
}
</style>
background-color css
<style>
a { background-color: #7C681D; }
a { background-color: rgb(124,104,29); }
div.DivClassName
{
background-color: #7C681D;
}
.BgClassName
{
background-color: #7C681D;
}
</style>
border-color css
<style>
span { border-color: #7C681D; }
span { border-color: rgb(124,104,29); }
td.TdClassName
{
border-color: #7C681D;
}
.TagClassName
{
border-color: #7C681D;
}
</style>