Shades of Yukon Gold #78680A
Tints of Yukon Gold #78680A
RGB
CMYK
RGB Variations
Color information
#78680A (or 0x78680A) is known color: Yukon Gold. HEX triplet: 78, 68 and 0A. RGB value is (120,104,10). Sum of RGB (Red+Green+Blue) = 120+104+10=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78680A is #8797F5. Grayscale: #626262. Windows color (decimal): -8886262 or 682104. OLE color: 682104.
HSL color Cylindrical-coordinate representation of color #78680A: hue angle of 51.27º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78680A is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 10 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.53 |
| HSL | 51.27º | 0.85% | 0.25% | - |
| HSV(B) | 51.27º | 0.92% | 0.47% | - |
| XYZ | 12.75 | 13.92 | 2.3 | - |
| YUV | 98.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 10 | 0 | 0.13 | 0.92 | 0.53 | 51.27 | 0.85 | 0.25 |
| Hex | 78 | 68 | A | 0 | D | 5C | 35 | 33 | 55 | 19 |
| Octal | 170 | 150 | 12 | 0 | 15 | 134 | 65 | 63 | 125 | 31 |
| Binary | 1111000 | 1101000 | 1010 | 0 | 1101 | 1011100 | 110101 | 110011 | 1010101 | 11001 |
Color Harmonies of #78680A
Complementary color
Monochromatic Colors of #78680A
Black with #78680A
Text Example
Text Example
White with #78680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78680A; }
p { color: rgb(120,104,10); }
H1.HeaderClassName
{
color: #78680A;
}
.AnyTagClassName
{
color: #78680A;
}
</style>
background-color css
<style>
a { background-color: #78680A; }
a { background-color: rgb(120,104,10); }
div.DivClassName
{
background-color: #78680A;
}
.BgClassName
{
background-color: #78680A;
}
</style>
border-color css
<style>
span { border-color: #78680A; }
span { border-color: rgb(120,104,10); }
td.TdClassName
{
border-color: #78680A;
}
.TagClassName
{
border-color: #78680A;
}
</style>