Shades of Yukon Gold #7D7110
Tints of Yukon Gold #7D7110
RGB
CMYK
RGB Variations
Color information
#7D7110 (or 0x7D7110) is known color: Yukon Gold. HEX triplet: 7D, 71 and 10. RGB value is (125,113,16). Sum of RGB (Red+Green+Blue) = 125+113+16=254 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.21% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D7110 is #828EEF. Grayscale: #696969. Windows color (decimal): -8556272 or 1077629. OLE color: 1077629.
HSL color Cylindrical-coordinate representation of color #7D7110: hue angle of 53.39º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D7110 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 113 | 16 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.51 |
| HSL | 53.39º | 0.77% | 0.28% | - |
| HSV(B) | 53.39º | 0.87% | 0.49% | - |
| XYZ | 14.46 | 16.21 | 2.86 | - |
| YUV | 105.53 | 77.48 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 16 | 0 | 0.10 | 0.87 | 0.51 | 53.39 | 0.77 | 0.28 |
| Hex | 7D | 71 | 10 | 0 | A | 57 | 33 | 35 | 4D | 1C |
| Octal | 175 | 161 | 20 | 0 | 12 | 127 | 63 | 65 | 115 | 34 |
| Binary | 1111101 | 1110001 | 10000 | 0 | 1010 | 1010111 | 110011 | 110101 | 1001101 | 11100 |
Color Harmonies of #7D7110
Complementary color
Monochromatic Colors of #7D7110
Black with #7D7110
Text Example
Text Example
White with #7D7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7110; }
p { color: rgb(125,113,16); }
H1.HeaderClassName
{
color: #7D7110;
}
.AnyTagClassName
{
color: #7D7110;
}
</style>
background-color css
<style>
a { background-color: #7D7110; }
a { background-color: rgb(125,113,16); }
div.DivClassName
{
background-color: #7D7110;
}
.BgClassName
{
background-color: #7D7110;
}
</style>
border-color css
<style>
span { border-color: #7D7110; }
span { border-color: rgb(125,113,16); }
td.TdClassName
{
border-color: #7D7110;
}
.TagClassName
{
border-color: #7D7110;
}
</style>