Shades of Yukon Gold #77660C
Tints of Yukon Gold #77660C
RGB
CMYK
RGB Variations
Color information
#77660C (or 0x77660C) is known color: Yukon Gold. HEX triplet: 77, 66 and 0C. RGB value is (119,102,12). Sum of RGB (Red+Green+Blue) = 119+102+12=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #77660C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77660C is #8899F3. Grayscale: #616161. Windows color (decimal): -8952308 or 812663. OLE color: 812663.
HSL color Cylindrical-coordinate representation of color #77660C: hue angle of 50.47º 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 #77660C is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 12 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.53 |
| HSL | 50.47º | 0.82% | 0.26% | - |
| HSV(B) | 50.47º | 0.9% | 0.47% | - |
| XYZ | 12.43 | 13.45 | 2.29 | - |
| YUV | 96.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 12 | 0 | 0.14 | 0.90 | 0.53 | 50.47 | 0.82 | 0.26 |
| Hex | 77 | 66 | C | 0 | E | 5A | 35 | 32 | 52 | 1A |
| Octal | 167 | 146 | 14 | 0 | 16 | 132 | 65 | 62 | 122 | 32 |
| Binary | 1110111 | 1100110 | 1100 | 0 | 1110 | 1011010 | 110101 | 110010 | 1010010 | 11010 |
Color Harmonies of #77660C
Complementary color
Monochromatic Colors of #77660C
Black with #77660C
Text Example
Text Example
White with #77660C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77660C; }
p { color: rgb(119,102,12); }
H1.HeaderClassName
{
color: #77660C;
}
.AnyTagClassName
{
color: #77660C;
}
</style>
background-color css
<style>
a { background-color: #77660C; }
a { background-color: rgb(119,102,12); }
div.DivClassName
{
background-color: #77660C;
}
.BgClassName
{
background-color: #77660C;
}
</style>
border-color css
<style>
span { border-color: #77660C; }
span { border-color: rgb(119,102,12); }
td.TdClassName
{
border-color: #77660C;
}
.TagClassName
{
border-color: #77660C;
}
</style>