Shades of Yukon Gold #78660D
Tints of Yukon Gold #78660D
RGB
CMYK
RGB Variations
Color information
#78660D (or 0x78660D) is known color: Yukon Gold. HEX triplet: 78, 66 and 0D. RGB value is (120,102,13). Sum of RGB (Red+Green+Blue) = 120+102+13=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78660D is #8799F2. Grayscale: #616161. Windows color (decimal): -8886771 or 878200. OLE color: 878200.
HSL color Cylindrical-coordinate representation of color #78660D: hue angle of 49.91º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78660D is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 13 | - |
| CMYK | 0 | 0.15 | 0.89 | 0.53 |
| HSL | 49.91º | 0.8% | 0.26% | - |
| HSV(B) | 49.91º | 0.89% | 0.47% | - |
| XYZ | 12.57 | 13.52 | 2.33 | - |
| YUV | 97.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 13 | 0 | 0.15 | 0.89 | 0.53 | 49.91 | 0.8 | 0.26 |
| Hex | 78 | 66 | D | 0 | F | 59 | 35 | 32 | 50 | 1A |
| Octal | 170 | 146 | 15 | 0 | 17 | 131 | 65 | 62 | 120 | 32 |
| Binary | 1111000 | 1100110 | 1101 | 0 | 1111 | 1011001 | 110101 | 110010 | 1010000 | 11010 |
Color Harmonies of #78660D
Complementary color
Monochromatic Colors of #78660D
Black with #78660D
Text Example
Text Example
White with #78660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78660D; }
p { color: rgb(120,102,13); }
H1.HeaderClassName
{
color: #78660D;
}
.AnyTagClassName
{
color: #78660D;
}
</style>
background-color css
<style>
a { background-color: #78660D; }
a { background-color: rgb(120,102,13); }
div.DivClassName
{
background-color: #78660D;
}
.BgClassName
{
background-color: #78660D;
}
</style>
border-color css
<style>
span { border-color: #78660D; }
span { border-color: rgb(120,102,13); }
td.TdClassName
{
border-color: #78660D;
}
.TagClassName
{
border-color: #78660D;
}
</style>