Shades of Yukon Gold #786A19
Tints of Yukon Gold #786A19
RGB
CMYK
RGB Variations
Color information
#786A19 (or 0x786A19) is known color: Yukon Gold. HEX triplet: 78, 6A and 19. RGB value is (120,106,25). Sum of RGB (Red+Green+Blue) = 120+106+25=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #786A19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786A19 is #8795E6. Grayscale: #656565. Windows color (decimal): -8885735 or 1665656. OLE color: 1665656.
HSL color Cylindrical-coordinate representation of color #786A19: hue angle of 51.16º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #786A19 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 25 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.53 |
| HSL | 51.16º | 0.66% | 0.28% | - |
| HSV(B) | 51.16º | 0.79% | 0.47% | - |
| XYZ | 13.08 | 14.37 | 3 | - |
| YUV | 100.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 25 | 0 | 0.12 | 0.79 | 0.53 | 51.16 | 0.66 | 0.28 |
| Hex | 78 | 6A | 19 | 0 | C | 4F | 35 | 33 | 42 | 1C |
| Octal | 170 | 152 | 31 | 0 | 14 | 117 | 65 | 63 | 102 | 34 |
| Binary | 1111000 | 1101010 | 11001 | 0 | 1100 | 1001111 | 110101 | 110011 | 1000010 | 11100 |
Color Harmonies of #786A19
Complementary color
Monochromatic Colors of #786A19
Black with #786A19
Text Example
Text Example
White with #786A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A19; }
p { color: rgb(120,106,25); }
H1.HeaderClassName
{
color: #786A19;
}
.AnyTagClassName
{
color: #786A19;
}
</style>
background-color css
<style>
a { background-color: #786A19; }
a { background-color: rgb(120,106,25); }
div.DivClassName
{
background-color: #786A19;
}
.BgClassName
{
background-color: #786A19;
}
</style>
border-color css
<style>
span { border-color: #786A19; }
span { border-color: rgb(120,106,25); }
td.TdClassName
{
border-color: #786A19;
}
.TagClassName
{
border-color: #786A19;
}
</style>