Shades of Yukon Gold #7C6012
Tints of Yukon Gold #7C6012
RGB
CMYK
RGB Variations
Color information
#7C6012 (or 0x7C6012) is known color: Yukon Gold. HEX triplet: 7C, 60 and 12. RGB value is (124,96,18). Sum of RGB (Red+Green+Blue) = 124+96+18=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6012 is #839FED. Grayscale: #5F5F5F. Windows color (decimal): -8626158 or 1204348. OLE color: 1204348.
HSL color Cylindrical-coordinate representation of color #7C6012: hue angle of 44.15º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C6012 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 96 | 18 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.51 |
| HSL | 44.15º | 0.75% | 0.28% | - |
| HSV(B) | 44.15º | 0.85% | 0.49% | - |
| XYZ | 12.6 | 12.69 | 2.36 | - |
| YUV | 95.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 96 | 18 | 0 | 0.23 | 0.85 | 0.51 | 44.15 | 0.75 | 0.28 |
| Hex | 7C | 60 | 12 | 0 | 17 | 55 | 33 | 2C | 4B | 1C |
| Octal | 174 | 140 | 22 | 0 | 27 | 125 | 63 | 54 | 113 | 34 |
| Binary | 1111100 | 1100000 | 10010 | 0 | 10111 | 1010101 | 110011 | 101100 | 1001011 | 11100 |
Color Harmonies of #7C6012
Complementary color
Monochromatic Colors of #7C6012
Black with #7C6012
Text Example
Text Example
White with #7C6012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6012; }
p { color: rgb(124,96,18); }
H1.HeaderClassName
{
color: #7C6012;
}
.AnyTagClassName
{
color: #7C6012;
}
</style>
background-color css
<style>
a { background-color: #7C6012; }
a { background-color: rgb(124,96,18); }
div.DivClassName
{
background-color: #7C6012;
}
.BgClassName
{
background-color: #7C6012;
}
</style>
border-color css
<style>
span { border-color: #7C6012; }
span { border-color: rgb(124,96,18); }
td.TdClassName
{
border-color: #7C6012;
}
.TagClassName
{
border-color: #7C6012;
}
</style>