Shades of Yukon Gold #7F6422
Tints of Yukon Gold #7F6422
RGB
CMYK
RGB Variations
Color information
#7F6422 (or 0x7F6422) is known color: Yukon Gold. HEX triplet: 7F, 64 and 22. RGB value is (127,100,34). Sum of RGB (Red+Green+Blue) = 127+100+34=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6422 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6422 is #809BDD. Grayscale: #646464. Windows color (decimal): -8428510 or 2253951. OLE color: 2253951.
HSL color Cylindrical-coordinate representation of color #7F6422: hue angle of 42.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F6422 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 100 | 34 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.50 |
| HSL | 42.58º | 0.58% | 0.32% | - |
| HSV(B) | 42.58º | 0.73% | 0.5% | - |
| XYZ | 13.6 | 13.74 | 3.45 | - |
| YUV | 100.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 100 | 34 | 0 | 0.21 | 0.73 | 0.50 | 42.58 | 0.58 | 0.32 |
| Hex | 7F | 64 | 22 | 0 | 15 | 49 | 32 | 2B | 3A | 20 |
| Octal | 177 | 144 | 42 | 0 | 25 | 111 | 62 | 53 | 72 | 40 |
| Binary | 1111111 | 1100100 | 100010 | 0 | 10101 | 1001001 | 110010 | 101011 | 111010 | 100000 |
Color Harmonies of #7F6422
Complementary color
Monochromatic Colors of #7F6422
Black with #7F6422
Text Example
Text Example
White with #7F6422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6422; }
p { color: rgb(127,100,34); }
H1.HeaderClassName
{
color: #7F6422;
}
.AnyTagClassName
{
color: #7F6422;
}
</style>
background-color css
<style>
a { background-color: #7F6422; }
a { background-color: rgb(127,100,34); }
div.DivClassName
{
background-color: #7F6422;
}
.BgClassName
{
background-color: #7F6422;
}
</style>
border-color css
<style>
span { border-color: #7F6422; }
span { border-color: rgb(127,100,34); }
td.TdClassName
{
border-color: #7F6422;
}
.TagClassName
{
border-color: #7F6422;
}
</style>