Shades of Yukon Gold #7F6200
Tints of Yukon Gold #7F6200
RGB
CMYK
RGB Variations
Color information
#7F6200 (or 0x7F6200) is known color: Yukon Gold. HEX triplet: 7F, 62 and 00. RGB value is (127,98,0). Sum of RGB (Red+Green+Blue) = 127+98+0=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6200 is #809DFF. Grayscale: #5F5F5F. Windows color (decimal): -8429056 or 25215. OLE color: 25215.
HSL color Cylindrical-coordinate representation of color #7F6200: hue angle of 46.3º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F6200 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 98 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.50 |
| HSL | 46.3º | 1% | 0.25% | - |
| HSV(B) | 46.3º | 1% | 0.5% | - |
| XYZ | 13.12 | 13.25 | 1.87 | - |
| YUV | 95.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 98 | 0 | 0 | 0.23 | 1 | 0.50 | 46.3 | 1 | 0.25 |
| Hex | 7F | 62 | 0 | 0 | 17 | 64 | 32 | 2E | 64 | 19 |
| Octal | 177 | 142 | 0 | 0 | 27 | 144 | 62 | 56 | 144 | 31 |
| Binary | 1111111 | 1100010 | 0 | 0 | 10111 | 1100100 | 110010 | 101110 | 1100100 | 11001 |
Color Harmonies of #7F6200
Complementary color
Monochromatic Colors of #7F6200
Black with #7F6200
Text Example
Text Example
White with #7F6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6200; }
p { color: rgb(127,98,0); }
H1.HeaderClassName
{
color: #7F6200;
}
.AnyTagClassName
{
color: #7F6200;
}
</style>
background-color css
<style>
a { background-color: #7F6200; }
a { background-color: rgb(127,98,0); }
div.DivClassName
{
background-color: #7F6200;
}
.BgClassName
{
background-color: #7F6200;
}
</style>
border-color css
<style>
span { border-color: #7F6200; }
span { border-color: rgb(127,98,0); }
td.TdClassName
{
border-color: #7F6200;
}
.TagClassName
{
border-color: #7F6200;
}
</style>