Shades of Yukon Gold #7D6827
Tints of Yukon Gold #7D6827
RGB
CMYK
RGB Variations
Color information
#7D6827 (or 0x7D6827) is known color: Yukon Gold. HEX triplet: 7D, 68 and 27. RGB value is (125,104,39). Sum of RGB (Red+Green+Blue) = 125+104+39=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6827 is #8297D8. Grayscale: #676767. Windows color (decimal): -8558553 or 2582653. OLE color: 2582653.
HSL color Cylindrical-coordinate representation of color #7D6827: hue angle of 45.35º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D6827 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 104 | 39 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.51 |
| HSL | 45.35º | 0.52% | 0.32% | - |
| HSV(B) | 45.35º | 0.69% | 0.49% | - |
| XYZ | 13.77 | 14.41 | 3.97 | - |
| YUV | 102.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 39 | 0 | 0.17 | 0.69 | 0.51 | 45.35 | 0.52 | 0.32 |
| Hex | 7D | 68 | 27 | 0 | 11 | 45 | 33 | 2D | 34 | 20 |
| Octal | 175 | 150 | 47 | 0 | 21 | 105 | 63 | 55 | 64 | 40 |
| Binary | 1111101 | 1101000 | 100111 | 0 | 10001 | 1000101 | 110011 | 101101 | 110100 | 100000 |
Color Harmonies of #7D6827
Complementary color
Monochromatic Colors of #7D6827
Black with #7D6827
Text Example
Text Example
White with #7D6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6827; }
p { color: rgb(125,104,39); }
H1.HeaderClassName
{
color: #7D6827;
}
.AnyTagClassName
{
color: #7D6827;
}
</style>
background-color css
<style>
a { background-color: #7D6827; }
a { background-color: rgb(125,104,39); }
div.DivClassName
{
background-color: #7D6827;
}
.BgClassName
{
background-color: #7D6827;
}
</style>
border-color css
<style>
span { border-color: #7D6827; }
span { border-color: rgb(125,104,39); }
td.TdClassName
{
border-color: #7D6827;
}
.TagClassName
{
border-color: #7D6827;
}
</style>