Shades of Yukon Gold #7F5E09
Tints of Yukon Gold #7F5E09
RGB
CMYK
RGB Variations
Color information
#7F5E09 (or 0x7F5E09) is known color: Yukon Gold. HEX triplet: 7F, 5E and 09. RGB value is (127,94,9). Sum of RGB (Red+Green+Blue) = 127+94+9=230 (30% of max value = 765). Red value is 127 (50% from 255 or 55.22% from 230); Green value is 94 (37.11% from 255 or 40.87% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5E09 is #80A1F6. Grayscale: #5E5E5E. Windows color (decimal): -8430071 or 614015. OLE color: 614015.
HSL color Cylindrical-coordinate representation of color #7F5E09: hue angle of 43.22º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F5E09 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 9 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.50 |
| HSL | 43.22º | 0.87% | 0.27% | - |
| HSV(B) | 43.22º | 0.93% | 0.5% | - |
| XYZ | 12.8 | 12.54 | 2 | - |
| YUV | 94.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 9 | 0 | 0.26 | 0.93 | 0.50 | 43.22 | 0.87 | 0.27 |
| Hex | 7F | 5E | 9 | 0 | 1A | 5D | 32 | 2B | 57 | 1B |
| Octal | 177 | 136 | 11 | 0 | 32 | 135 | 62 | 53 | 127 | 33 |
| Binary | 1111111 | 1011110 | 1001 | 0 | 11010 | 1011101 | 110010 | 101011 | 1010111 | 11011 |
Color Harmonies of #7F5E09
Complementary color
Monochromatic Colors of #7F5E09
Black with #7F5E09
Text Example
Text Example
White with #7F5E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E09; }
p { color: rgb(127,94,9); }
H1.HeaderClassName
{
color: #7F5E09;
}
.AnyTagClassName
{
color: #7F5E09;
}
</style>
background-color css
<style>
a { background-color: #7F5E09; }
a { background-color: rgb(127,94,9); }
div.DivClassName
{
background-color: #7F5E09;
}
.BgClassName
{
background-color: #7F5E09;
}
</style>
border-color css
<style>
span { border-color: #7F5E09; }
span { border-color: rgb(127,94,9); }
td.TdClassName
{
border-color: #7F5E09;
}
.TagClassName
{
border-color: #7F5E09;
}
</style>