Shades of Yukon Gold #7F662D
Tints of Yukon Gold #7F662D
RGB
CMYK
RGB Variations
Color information
#7F662D (or 0x7F662D) is known color: Yukon Gold. HEX triplet: 7F, 66 and 2D. RGB value is (127,102,45). Sum of RGB (Red+Green+Blue) = 127+102+45=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F662D is #8099D2. Grayscale: #676767. Windows color (decimal): -8427987 or 2975359. OLE color: 2975359.
HSL color Cylindrical-coordinate representation of color #7F662D: hue angle of 41.71º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F662D is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 102 | 45 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.50 |
| HSL | 41.71º | 0.48% | 0.34% | - |
| HSV(B) | 41.71º | 0.65% | 0.5% | - |
| XYZ | 13.98 | 14.2 | 4.49 | - |
| YUV | 102.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 102 | 45 | 0 | 0.20 | 0.65 | 0.50 | 41.71 | 0.48 | 0.34 |
| Hex | 7F | 66 | 2D | 0 | 14 | 41 | 32 | 2A | 30 | 22 |
| Octal | 177 | 146 | 55 | 0 | 24 | 101 | 62 | 52 | 60 | 42 |
| Binary | 1111111 | 1100110 | 101101 | 0 | 10100 | 1000001 | 110010 | 101010 | 110000 | 100010 |
Color Harmonies of #7F662D
Complementary color
Monochromatic Colors of #7F662D
Black with #7F662D
Text Example
Text Example
White with #7F662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F662D; }
p { color: rgb(127,102,45); }
H1.HeaderClassName
{
color: #7F662D;
}
.AnyTagClassName
{
color: #7F662D;
}
</style>
background-color css
<style>
a { background-color: #7F662D; }
a { background-color: rgb(127,102,45); }
div.DivClassName
{
background-color: #7F662D;
}
.BgClassName
{
background-color: #7F662D;
}
</style>
border-color css
<style>
span { border-color: #7F662D; }
span { border-color: rgb(127,102,45); }
td.TdClassName
{
border-color: #7F662D;
}
.TagClassName
{
border-color: #7F662D;
}
</style>