Shades of Yukon Gold #776C14
Tints of Yukon Gold #776C14
RGB
CMYK
RGB Variations
Color information
#776C14 (or 0x776C14) is known color: Yukon Gold. HEX triplet: 77, 6C and 14. RGB value is (119,108,20). Sum of RGB (Red+Green+Blue) = 119+108+20=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #776C14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776C14 is #8893EB. Grayscale: #656565. Windows color (decimal): -8950764 or 1338487. OLE color: 1338487.
HSL color Cylindrical-coordinate representation of color #776C14: hue angle of 53.33º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #776C14 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 108 | 20 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.53 |
| HSL | 53.33º | 0.71% | 0.27% | - |
| HSV(B) | 53.33º | 0.83% | 0.47% | - |
| XYZ | 13.1 | 14.7 | 2.81 | - |
| YUV | 101.26 | 82.14 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 20 | 0 | 0.09 | 0.83 | 0.53 | 53.33 | 0.71 | 0.27 |
| Hex | 77 | 6C | 14 | 0 | 9 | 53 | 35 | 35 | 47 | 1B |
| Octal | 167 | 154 | 24 | 0 | 11 | 123 | 65 | 65 | 107 | 33 |
| Binary | 1110111 | 1101100 | 10100 | 0 | 1001 | 1010011 | 110101 | 110101 | 1000111 | 11011 |
Color Harmonies of #776C14
Complementary color
Monochromatic Colors of #776C14
Black with #776C14
Text Example
Text Example
White with #776C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776C14; }
p { color: rgb(119,108,20); }
H1.HeaderClassName
{
color: #776C14;
}
.AnyTagClassName
{
color: #776C14;
}
</style>
background-color css
<style>
a { background-color: #776C14; }
a { background-color: rgb(119,108,20); }
div.DivClassName
{
background-color: #776C14;
}
.BgClassName
{
background-color: #776C14;
}
</style>
border-color css
<style>
span { border-color: #776C14; }
span { border-color: rgb(119,108,20); }
td.TdClassName
{
border-color: #776C14;
}
.TagClassName
{
border-color: #776C14;
}
</style>