Shades of Yukon Gold #7F682A
Tints of Yukon Gold #7F682A
RGB
CMYK
RGB Variations
Color information
#7F682A (or 0x7F682A) is known color: Yukon Gold. HEX triplet: 7F, 68 and 2A. RGB value is (127,104,42). Sum of RGB (Red+Green+Blue) = 127+104+42=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 127 - color contains mainly: red. Hex color #7F682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F682A is #8097D5. Grayscale: #686868. Windows color (decimal): -8427478 or 2779263. OLE color: 2779263.
HSL color Cylindrical-coordinate representation of color #7F682A: hue angle of 43.76º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F682A is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 42 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.50 |
| HSL | 43.76º | 0.5% | 0.33% | - |
| HSV(B) | 43.76º | 0.67% | 0.5% | - |
| XYZ | 14.12 | 14.58 | 4.26 | - |
| YUV | 103.81 | 93.12 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 42 | 0 | 0.18 | 0.67 | 0.50 | 43.76 | 0.5 | 0.33 |
| Hex | 7F | 68 | 2A | 0 | 12 | 43 | 32 | 2C | 32 | 21 |
| Octal | 177 | 150 | 52 | 0 | 22 | 103 | 62 | 54 | 62 | 41 |
| Binary | 1111111 | 1101000 | 101010 | 0 | 10010 | 1000011 | 110010 | 101100 | 110010 | 100001 |
Color Harmonies of #7F682A
Complementary color
Monochromatic Colors of #7F682A
Black with #7F682A
Text Example
Text Example
White with #7F682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F682A; }
p { color: rgb(127,104,42); }
H1.HeaderClassName
{
color: #7F682A;
}
.AnyTagClassName
{
color: #7F682A;
}
</style>
background-color css
<style>
a { background-color: #7F682A; }
a { background-color: rgb(127,104,42); }
div.DivClassName
{
background-color: #7F682A;
}
.BgClassName
{
background-color: #7F682A;
}
</style>
border-color css
<style>
span { border-color: #7F682A; }
span { border-color: rgb(127,104,42); }
td.TdClassName
{
border-color: #7F682A;
}
.TagClassName
{
border-color: #7F682A;
}
</style>