Shades of Yukon Gold #78600C
Tints of Yukon Gold #78600C
RGB
CMYK
RGB Variations
Color information
#78600C (or 0x78600C) is known color: Yukon Gold. HEX triplet: 78, 60 and 0C. RGB value is (120,96,12). Sum of RGB (Red+Green+Blue) = 120+96+12=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78600C is #879FF3. Grayscale: #5D5D5D. Windows color (decimal): -8888308 or 811128. OLE color: 811128.
HSL color Cylindrical-coordinate representation of color #78600C: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78600C is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 96 | 12 | - |
| CMYK | 0 | 0.2 | 0.90 | 0.53 |
| HSL | 46.67º | 0.82% | 0.26% | - |
| HSV(B) | 46.67º | 0.9% | 0.47% | - |
| XYZ | 11.99 | 12.39 | 2.11 | - |
| YUV | 93.6 | 81.95 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 96 | 12 | 0 | 0.2 | 0.90 | 0.53 | 46.67 | 0.82 | 0.26 |
| Hex | 78 | 60 | C | 0 | 14 | 5A | 35 | 2F | 52 | 1A |
| Octal | 170 | 140 | 14 | 0 | 24 | 132 | 65 | 57 | 122 | 32 |
| Binary | 1111000 | 1100000 | 1100 | 0 | 10100 | 1011010 | 110101 | 101111 | 1010010 | 11010 |
Color Harmonies of #78600C
Complementary color
Monochromatic Colors of #78600C
Black with #78600C
Text Example
Text Example
White with #78600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78600C; }
p { color: rgb(120,96,12); }
H1.HeaderClassName
{
color: #78600C;
}
.AnyTagClassName
{
color: #78600C;
}
</style>
background-color css
<style>
a { background-color: #78600C; }
a { background-color: rgb(120,96,12); }
div.DivClassName
{
background-color: #78600C;
}
.BgClassName
{
background-color: #78600C;
}
</style>
border-color css
<style>
span { border-color: #78600C; }
span { border-color: rgb(120,96,12); }
td.TdClassName
{
border-color: #78600C;
}
.TagClassName
{
border-color: #78600C;
}
</style>