Shades of Yukon Gold #7F5E08
Tints of Yukon Gold #7F5E08
RGB
CMYK
RGB Variations
Color information
#7F5E08 (or 0x7F5E08) is known color: Yukon Gold. HEX triplet: 7F, 5E and 08. RGB value is (127,94,8). Sum of RGB (Red+Green+Blue) = 127+94+8=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5E08 is #80A1F7. Grayscale: #5E5E5E. Windows color (decimal): -8430072 or 548479. OLE color: 548479.
HSL color Cylindrical-coordinate representation of color #7F5E08: hue angle of 43.36º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F5E08 is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 8 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.50 |
| HSL | 43.36º | 0.88% | 0.26% | - |
| HSV(B) | 43.36º | 0.94% | 0.5% | - |
| XYZ | 12.8 | 12.53 | 1.97 | - |
| YUV | 94.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 8 | 0 | 0.26 | 0.94 | 0.50 | 43.36 | 0.88 | 0.26 |
| Hex | 7F | 5E | 8 | 0 | 1A | 5E | 32 | 2B | 58 | 1A |
| Octal | 177 | 136 | 10 | 0 | 32 | 136 | 62 | 53 | 130 | 32 |
| Binary | 1111111 | 1011110 | 1000 | 0 | 11010 | 1011110 | 110010 | 101011 | 1011000 | 11010 |
Color Harmonies of #7F5E08
Complementary color
Monochromatic Colors of #7F5E08
Black with #7F5E08
Text Example
Text Example
White with #7F5E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E08; }
p { color: rgb(127,94,8); }
H1.HeaderClassName
{
color: #7F5E08;
}
.AnyTagClassName
{
color: #7F5E08;
}
</style>
background-color css
<style>
a { background-color: #7F5E08; }
a { background-color: rgb(127,94,8); }
div.DivClassName
{
background-color: #7F5E08;
}
.BgClassName
{
background-color: #7F5E08;
}
</style>
border-color css
<style>
span { border-color: #7F5E08; }
span { border-color: rgb(127,94,8); }
td.TdClassName
{
border-color: #7F5E08;
}
.TagClassName
{
border-color: #7F5E08;
}
</style>