Shades of Yukon Gold #7D6728
Tints of Yukon Gold #7D6728
RGB
CMYK
RGB Variations
Color information
#7D6728 (or 0x7D6728) is known color: Yukon Gold. HEX triplet: 7D, 67 and 28. RGB value is (125,103,40). Sum of RGB (Red+Green+Blue) = 125+103+40=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6728 is #8298D7. Grayscale: #666666. Windows color (decimal): -8558808 or 2647933. OLE color: 2647933.
HSL color Cylindrical-coordinate representation of color #7D6728: hue angle of 44.47º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D6728 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 103 | 40 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.51 |
| HSL | 44.47º | 0.52% | 0.32% | - |
| HSV(B) | 44.47º | 0.68% | 0.49% | - |
| XYZ | 13.69 | 14.21 | 4.03 | - |
| YUV | 102.4 | 92.79 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 40 | 0 | 0.18 | 0.68 | 0.51 | 44.47 | 0.52 | 0.32 |
| Hex | 7D | 67 | 28 | 0 | 12 | 44 | 33 | 2C | 34 | 20 |
| Octal | 175 | 147 | 50 | 0 | 22 | 104 | 63 | 54 | 64 | 40 |
| Binary | 1111101 | 1100111 | 101000 | 0 | 10010 | 1000100 | 110011 | 101100 | 110100 | 100000 |
Color Harmonies of #7D6728
Complementary color
Monochromatic Colors of #7D6728
Black with #7D6728
Text Example
Text Example
White with #7D6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6728; }
p { color: rgb(125,103,40); }
H1.HeaderClassName
{
color: #7D6728;
}
.AnyTagClassName
{
color: #7D6728;
}
</style>
background-color css
<style>
a { background-color: #7D6728; }
a { background-color: rgb(125,103,40); }
div.DivClassName
{
background-color: #7D6728;
}
.BgClassName
{
background-color: #7D6728;
}
</style>
border-color css
<style>
span { border-color: #7D6728; }
span { border-color: rgb(125,103,40); }
td.TdClassName
{
border-color: #7D6728;
}
.TagClassName
{
border-color: #7D6728;
}
</style>