Shades of Yukon Gold #786808
Tints of Yukon Gold #786808
RGB
CMYK
RGB Variations
Color information
#786808 (or 0x786808) is known color: Yukon Gold. HEX triplet: 78, 68 and 08. RGB value is (120,104,8). Sum of RGB (Red+Green+Blue) = 120+104+8=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #786808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786808 is #8797F7. Grayscale: #626262. Windows color (decimal): -8886264 or 551032. OLE color: 551032.
HSL color Cylindrical-coordinate representation of color #786808: hue angle of 51.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #786808 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 8 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.53 |
| HSL | 51.43º | 0.88% | 0.25% | - |
| HSV(B) | 51.43º | 0.93% | 0.47% | - |
| XYZ | 12.74 | 13.91 | 2.24 | - |
| YUV | 97.84 | 77.3 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 8 | 0 | 0.13 | 0.93 | 0.53 | 51.43 | 0.88 | 0.25 |
| Hex | 78 | 68 | 8 | 0 | D | 5D | 35 | 33 | 58 | 19 |
| Octal | 170 | 150 | 10 | 0 | 15 | 135 | 65 | 63 | 130 | 31 |
| Binary | 1111000 | 1101000 | 1000 | 0 | 1101 | 1011101 | 110101 | 110011 | 1011000 | 11001 |
Color Harmonies of #786808
Complementary color
Monochromatic Colors of #786808
Black with #786808
Text Example
Text Example
White with #786808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786808; }
p { color: rgb(120,104,8); }
H1.HeaderClassName
{
color: #786808;
}
.AnyTagClassName
{
color: #786808;
}
</style>
background-color css
<style>
a { background-color: #786808; }
a { background-color: rgb(120,104,8); }
div.DivClassName
{
background-color: #786808;
}
.BgClassName
{
background-color: #786808;
}
</style>
border-color css
<style>
span { border-color: #786808; }
span { border-color: rgb(120,104,8); }
td.TdClassName
{
border-color: #786808;
}
.TagClassName
{
border-color: #786808;
}
</style>