Shades of Yukon Gold #7C7110
Tints of Yukon Gold #7C7110
RGB
CMYK
RGB Variations
Color information
#7C7110 (or 0x7C7110) is known color: Yukon Gold. HEX triplet: 7C, 71 and 10. RGB value is (124,113,16). Sum of RGB (Red+Green+Blue) = 124+113+16=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7110 is #838EEF. Grayscale: #696969. Windows color (decimal): -8621808 or 1077628. OLE color: 1077628.
HSL color Cylindrical-coordinate representation of color #7C7110: hue angle of 53.89º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C7110 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 113 | 16 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.51 |
| HSL | 53.89º | 0.77% | 0.27% | - |
| HSV(B) | 53.89º | 0.87% | 0.49% | - |
| XYZ | 14.31 | 16.13 | 2.85 | - |
| YUV | 105.23 | 77.64 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 16 | 0 | 0.09 | 0.87 | 0.51 | 53.89 | 0.77 | 0.27 |
| Hex | 7C | 71 | 10 | 0 | 9 | 57 | 33 | 36 | 4D | 1B |
| Octal | 174 | 161 | 20 | 0 | 11 | 127 | 63 | 66 | 115 | 33 |
| Binary | 1111100 | 1110001 | 10000 | 0 | 1001 | 1010111 | 110011 | 110110 | 1001101 | 11011 |
Color Harmonies of #7C7110
Complementary color
Monochromatic Colors of #7C7110
Black with #7C7110
Text Example
Text Example
White with #7C7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7110; }
p { color: rgb(124,113,16); }
H1.HeaderClassName
{
color: #7C7110;
}
.AnyTagClassName
{
color: #7C7110;
}
</style>
background-color css
<style>
a { background-color: #7C7110; }
a { background-color: rgb(124,113,16); }
div.DivClassName
{
background-color: #7C7110;
}
.BgClassName
{
background-color: #7C7110;
}
</style>
border-color css
<style>
span { border-color: #7C7110; }
span { border-color: rgb(124,113,16); }
td.TdClassName
{
border-color: #7C7110;
}
.TagClassName
{
border-color: #7C7110;
}
</style>