Shades of Yukon Gold #77680D
Tints of Yukon Gold #77680D
RGB
CMYK
RGB Variations
Color information
#77680D (or 0x77680D) is known color: Yukon Gold. HEX triplet: 77, 68 and 0D. RGB value is (119,104,13). Sum of RGB (Red+Green+Blue) = 119+104+13=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77680D is #8897F2. Grayscale: #626262. Windows color (decimal): -8951795 or 878711. OLE color: 878711.
HSL color Cylindrical-coordinate representation of color #77680D: hue angle of 51.51º 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 #77680D is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 13 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.53 |
| HSL | 51.51º | 0.8% | 0.26% | - |
| HSV(B) | 51.51º | 0.89% | 0.47% | - |
| XYZ | 12.63 | 13.85 | 2.39 | - |
| YUV | 98.11 | 79.97 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 13 | 0 | 0.13 | 0.89 | 0.53 | 51.51 | 0.8 | 0.26 |
| Hex | 77 | 68 | D | 0 | D | 59 | 35 | 34 | 50 | 1A |
| Octal | 167 | 150 | 15 | 0 | 15 | 131 | 65 | 64 | 120 | 32 |
| Binary | 1110111 | 1101000 | 1101 | 0 | 1101 | 1011001 | 110101 | 110100 | 1010000 | 11010 |
Color Harmonies of #77680D
Complementary color
Monochromatic Colors of #77680D
Black with #77680D
Text Example
Text Example
White with #77680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77680D; }
p { color: rgb(119,104,13); }
H1.HeaderClassName
{
color: #77680D;
}
.AnyTagClassName
{
color: #77680D;
}
</style>
background-color css
<style>
a { background-color: #77680D; }
a { background-color: rgb(119,104,13); }
div.DivClassName
{
background-color: #77680D;
}
.BgClassName
{
background-color: #77680D;
}
</style>
border-color css
<style>
span { border-color: #77680D; }
span { border-color: rgb(119,104,13); }
td.TdClassName
{
border-color: #77680D;
}
.TagClassName
{
border-color: #77680D;
}
</style>