Shades of Yukon Gold #7F6825
Tints of Yukon Gold #7F6825
RGB
CMYK
RGB Variations
Color information
#7F6825 (or 0x7F6825) is known color: Yukon Gold. HEX triplet: 7F, 68 and 25. RGB value is (127,104,37). Sum of RGB (Red+Green+Blue) = 127+104+37=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6825 is #8097DA. Grayscale: #676767. Windows color (decimal): -8427483 or 2451583. OLE color: 2451583.
HSL color Cylindrical-coordinate representation of color #7F6825: hue angle of 44.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F6825 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 104 | 37 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.50 |
| HSL | 44.67º | 0.55% | 0.32% | - |
| HSV(B) | 44.67º | 0.71% | 0.5% | - |
| XYZ | 14.04 | 14.55 | 3.82 | - |
| YUV | 103.24 | 90.62 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 104 | 37 | 0 | 0.18 | 0.71 | 0.50 | 44.67 | 0.55 | 0.32 |
| Hex | 7F | 68 | 25 | 0 | 12 | 47 | 32 | 2D | 37 | 20 |
| Octal | 177 | 150 | 45 | 0 | 22 | 107 | 62 | 55 | 67 | 40 |
| Binary | 1111111 | 1101000 | 100101 | 0 | 10010 | 1000111 | 110010 | 101101 | 110111 | 100000 |
Color Harmonies of #7F6825
Complementary color
Monochromatic Colors of #7F6825
Black with #7F6825
Text Example
Text Example
White with #7F6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6825; }
p { color: rgb(127,104,37); }
H1.HeaderClassName
{
color: #7F6825;
}
.AnyTagClassName
{
color: #7F6825;
}
</style>
background-color css
<style>
a { background-color: #7F6825; }
a { background-color: rgb(127,104,37); }
div.DivClassName
{
background-color: #7F6825;
}
.BgClassName
{
background-color: #7F6825;
}
</style>
border-color css
<style>
span { border-color: #7F6825; }
span { border-color: rgb(127,104,37); }
td.TdClassName
{
border-color: #7F6825;
}
.TagClassName
{
border-color: #7F6825;
}
</style>