Shades of Yukon Gold #78670C
Tints of Yukon Gold #78670C
RGB
CMYK
RGB Variations
Color information
#78670C (or 0x78670C) is known color: Yukon Gold. HEX triplet: 78, 67 and 0C. RGB value is (120,103,12). Sum of RGB (Red+Green+Blue) = 120+103+12=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78670C is #8798F3. Grayscale: #626262. Windows color (decimal): -8886516 or 812920. OLE color: 812920.
HSL color Cylindrical-coordinate representation of color #78670C: hue angle of 50.56º 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 #78670C is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 103 | 12 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.53 |
| HSL | 50.56º | 0.82% | 0.26% | - |
| HSV(B) | 50.56º | 0.9% | 0.47% | - |
| XYZ | 12.66 | 13.72 | 2.33 | - |
| YUV | 97.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 103 | 12 | 0 | 0.14 | 0.90 | 0.53 | 50.56 | 0.82 | 0.26 |
| Hex | 78 | 67 | C | 0 | E | 5A | 35 | 33 | 52 | 1A |
| Octal | 170 | 147 | 14 | 0 | 16 | 132 | 65 | 63 | 122 | 32 |
| Binary | 1111000 | 1100111 | 1100 | 0 | 1110 | 1011010 | 110101 | 110011 | 1010010 | 11010 |
Color Harmonies of #78670C
Complementary color
Monochromatic Colors of #78670C
Black with #78670C
Text Example
Text Example
White with #78670C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78670C; }
p { color: rgb(120,103,12); }
H1.HeaderClassName
{
color: #78670C;
}
.AnyTagClassName
{
color: #78670C;
}
</style>
background-color css
<style>
a { background-color: #78670C; }
a { background-color: rgb(120,103,12); }
div.DivClassName
{
background-color: #78670C;
}
.BgClassName
{
background-color: #78670C;
}
</style>
border-color css
<style>
span { border-color: #78670C; }
span { border-color: rgb(120,103,12); }
td.TdClassName
{
border-color: #78670C;
}
.TagClassName
{
border-color: #78670C;
}
</style>