Shades of Yukon Gold #7C7212
Tints of Yukon Gold #7C7212
RGB
CMYK
RGB Variations
Color information
#7C7212 (or 0x7C7212) is known color: Yukon Gold. HEX triplet: 7C, 72 and 12. RGB value is (124,114,18). Sum of RGB (Red+Green+Blue) = 124+114+18=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7212 is #838DED. Grayscale: #6A6A6A. Windows color (decimal): -8621550 or 1208956. OLE color: 1208956.
HSL color Cylindrical-coordinate representation of color #7C7212: hue angle of 54.34º 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 #7C7212 is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 114 | 18 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.51 |
| HSL | 54.34º | 0.75% | 0.28% | - |
| HSV(B) | 54.34º | 0.85% | 0.49% | - |
| XYZ | 14.44 | 16.36 | 2.97 | - |
| YUV | 106.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 114 | 18 | 0 | 0.08 | 0.85 | 0.51 | 54.34 | 0.75 | 0.28 |
| Hex | 7C | 72 | 12 | 0 | 8 | 55 | 33 | 36 | 4B | 1C |
| Octal | 174 | 162 | 22 | 0 | 10 | 125 | 63 | 66 | 113 | 34 |
| Binary | 1111100 | 1110010 | 10010 | 0 | 1000 | 1010101 | 110011 | 110110 | 1001011 | 11100 |
Color Harmonies of #7C7212
Complementary color
Monochromatic Colors of #7C7212
Black with #7C7212
Text Example
Text Example
White with #7C7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7212; }
p { color: rgb(124,114,18); }
H1.HeaderClassName
{
color: #7C7212;
}
.AnyTagClassName
{
color: #7C7212;
}
</style>
background-color css
<style>
a { background-color: #7C7212; }
a { background-color: rgb(124,114,18); }
div.DivClassName
{
background-color: #7C7212;
}
.BgClassName
{
background-color: #7C7212;
}
</style>
border-color css
<style>
span { border-color: #7C7212; }
span { border-color: rgb(124,114,18); }
td.TdClassName
{
border-color: #7C7212;
}
.TagClassName
{
border-color: #7C7212;
}
</style>