Shades of Yukon Gold #78681F
Tints of Yukon Gold #78681F
RGB
CMYK
RGB Variations
Color information
#78681F (or 0x78681F) is known color: Yukon Gold. HEX triplet: 78, 68 and 1F. RGB value is (120,104,31). Sum of RGB (Red+Green+Blue) = 120+104+31=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #78681F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78681F is #8797E0. Grayscale: #646464. Windows color (decimal): -8886241 or 2058360. OLE color: 2058360.
HSL color Cylindrical-coordinate representation of color #78681F: hue angle of 49.21º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78681F is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 31 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.53 |
| HSL | 49.21º | 0.59% | 0.3% | - |
| HSV(B) | 49.21º | 0.74% | 0.47% | - |
| XYZ | 12.94 | 13.99 | 3.31 | - |
| YUV | 100.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 31 | 0 | 0.13 | 0.74 | 0.53 | 49.21 | 0.59 | 0.3 |
| Hex | 78 | 68 | 1F | 0 | D | 4A | 35 | 31 | 3B | 1E |
| Octal | 170 | 150 | 37 | 0 | 15 | 112 | 65 | 61 | 73 | 36 |
| Binary | 1111000 | 1101000 | 11111 | 0 | 1101 | 1001010 | 110101 | 110001 | 111011 | 11110 |
Color Harmonies of #78681F
Complementary color
Monochromatic Colors of #78681F
Black with #78681F
Text Example
Text Example
White with #78681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78681F; }
p { color: rgb(120,104,31); }
H1.HeaderClassName
{
color: #78681F;
}
.AnyTagClassName
{
color: #78681F;
}
</style>
background-color css
<style>
a { background-color: #78681F; }
a { background-color: rgb(120,104,31); }
div.DivClassName
{
background-color: #78681F;
}
.BgClassName
{
background-color: #78681F;
}
</style>
border-color css
<style>
span { border-color: #78681F; }
span { border-color: rgb(120,104,31); }
td.TdClassName
{
border-color: #78681F;
}
.TagClassName
{
border-color: #78681F;
}
</style>