Shades of Yukon Gold #786120
Tints of Yukon Gold #786120
RGB
CMYK
RGB Variations
Color information
#786120 (or 0x786120) is known color: Yukon Gold. HEX triplet: 78, 61 and 20. RGB value is (120,97,32). Sum of RGB (Red+Green+Blue) = 120+97+32=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #786120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786120 is #879EDF. Grayscale: #606060. Windows color (decimal): -8888032 or 2122104. OLE color: 2122104.
HSL color Cylindrical-coordinate representation of color #786120: hue angle of 44.32º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #786120 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 97 | 32 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.53 |
| HSL | 44.32º | 0.58% | 0.3% | - |
| HSV(B) | 44.32º | 0.73% | 0.47% | - |
| XYZ | 12.28 | 12.65 | 3.16 | - |
| YUV | 96.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 32 | 0 | 0.19 | 0.73 | 0.53 | 44.32 | 0.58 | 0.3 |
| Hex | 78 | 61 | 20 | 0 | 13 | 49 | 35 | 2C | 3A | 1E |
| Octal | 170 | 141 | 40 | 0 | 23 | 111 | 65 | 54 | 72 | 36 |
| Binary | 1111000 | 1100001 | 100000 | 0 | 10011 | 1001001 | 110101 | 101100 | 111010 | 11110 |
Color Harmonies of #786120
Complementary color
Monochromatic Colors of #786120
Black with #786120
Text Example
Text Example
White with #786120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786120; }
p { color: rgb(120,97,32); }
H1.HeaderClassName
{
color: #786120;
}
.AnyTagClassName
{
color: #786120;
}
</style>
background-color css
<style>
a { background-color: #786120; }
a { background-color: rgb(120,97,32); }
div.DivClassName
{
background-color: #786120;
}
.BgClassName
{
background-color: #786120;
}
</style>
border-color css
<style>
span { border-color: #786120; }
span { border-color: rgb(120,97,32); }
td.TdClassName
{
border-color: #786120;
}
.TagClassName
{
border-color: #786120;
}
</style>