Shades of Yukon Gold #7F6502
Tints of Yukon Gold #7F6502
RGB
CMYK
RGB Variations
Color information
#7F6502 (or 0x7F6502) is known color: Yukon Gold. HEX triplet: 7F, 65 and 02. RGB value is (127,101,2). Sum of RGB (Red+Green+Blue) = 127+101+2=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6502 is #809AFD. Grayscale: #616161. Windows color (decimal): -8428286 or 157055. OLE color: 157055.
HSL color Cylindrical-coordinate representation of color #7F6502: hue angle of 47.52º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F6502 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 101 | 2 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.50 |
| HSL | 47.52º | 0.97% | 0.25% | - |
| HSV(B) | 47.52º | 0.98% | 0.5% | - |
| XYZ | 13.42 | 13.82 | 2.02 | - |
| YUV | 97.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 101 | 2 | 0 | 0.20 | 0.98 | 0.50 | 47.52 | 0.97 | 0.25 |
| Hex | 7F | 65 | 2 | 0 | 14 | 62 | 32 | 30 | 61 | 19 |
| Octal | 177 | 145 | 2 | 0 | 24 | 142 | 62 | 60 | 141 | 31 |
| Binary | 1111111 | 1100101 | 10 | 0 | 10100 | 1100010 | 110010 | 110000 | 1100001 | 11001 |
Color Harmonies of #7F6502
Complementary color
Monochromatic Colors of #7F6502
Black with #7F6502
Text Example
Text Example
White with #7F6502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6502; }
p { color: rgb(127,101,2); }
H1.HeaderClassName
{
color: #7F6502;
}
.AnyTagClassName
{
color: #7F6502;
}
</style>
background-color css
<style>
a { background-color: #7F6502; }
a { background-color: rgb(127,101,2); }
div.DivClassName
{
background-color: #7F6502;
}
.BgClassName
{
background-color: #7F6502;
}
</style>
border-color css
<style>
span { border-color: #7F6502; }
span { border-color: rgb(127,101,2); }
td.TdClassName
{
border-color: #7F6502;
}
.TagClassName
{
border-color: #7F6502;
}
</style>