Shades of Yukon Gold #7F5E15
Tints of Yukon Gold #7F5E15
RGB
CMYK
RGB Variations
Color information
#7F5E15 (or 0x7F5E15) is known color: Yukon Gold. HEX triplet: 7F, 5E and 15. RGB value is (127,94,21). Sum of RGB (Red+Green+Blue) = 127+94+21=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5E15 is #80A1EA. Grayscale: #5F5F5F. Windows color (decimal): -8430059 or 1400447. OLE color: 1400447.
HSL color Cylindrical-coordinate representation of color #7F5E15: hue angle of 41.32º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F5E15 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 21 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.50 |
| HSL | 41.32º | 0.72% | 0.29% | - |
| HSV(B) | 41.32º | 0.83% | 0.5% | - |
| XYZ | 12.89 | 12.57 | 2.46 | - |
| YUV | 95.55 | 85.93 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 21 | 0 | 0.26 | 0.83 | 0.50 | 41.32 | 0.72 | 0.29 |
| Hex | 7F | 5E | 15 | 0 | 1A | 53 | 32 | 29 | 48 | 1D |
| Octal | 177 | 136 | 25 | 0 | 32 | 123 | 62 | 51 | 110 | 35 |
| Binary | 1111111 | 1011110 | 10101 | 0 | 11010 | 1010011 | 110010 | 101001 | 1001000 | 11101 |
Color Harmonies of #7F5E15
Complementary color
Monochromatic Colors of #7F5E15
Black with #7F5E15
Text Example
Text Example
White with #7F5E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E15; }
p { color: rgb(127,94,21); }
H1.HeaderClassName
{
color: #7F5E15;
}
.AnyTagClassName
{
color: #7F5E15;
}
</style>
background-color css
<style>
a { background-color: #7F5E15; }
a { background-color: rgb(127,94,21); }
div.DivClassName
{
background-color: #7F5E15;
}
.BgClassName
{
background-color: #7F5E15;
}
</style>
border-color css
<style>
span { border-color: #7F5E15; }
span { border-color: rgb(127,94,21); }
td.TdClassName
{
border-color: #7F5E15;
}
.TagClassName
{
border-color: #7F5E15;
}
</style>