Shades of Yukon Gold #77600C
Tints of Yukon Gold #77600C
RGB
CMYK
RGB Variations
Color information
#77600C (or 0x77600C) is known color: Yukon Gold. HEX triplet: 77, 60 and 0C. RGB value is (119,96,12). Sum of RGB (Red+Green+Blue) = 119+96+12=227 (30% of max value = 765). Red value is 119 (46.88% from 255 or 52.42% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 119 - color contains mainly: red. Hex color #77600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77600C is #889FF3. Grayscale: #5D5D5D. Windows color (decimal): -8953844 or 811127. OLE color: 811127.
HSL color Cylindrical-coordinate representation of color #77600C: hue angle of 47.1º 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 #77600C is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 96 | 12 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.53 |
| HSL | 47.1º | 0.82% | 0.26% | - |
| HSV(B) | 47.1º | 0.9% | 0.47% | - |
| XYZ | 11.86 | 12.31 | 2.1 | - |
| YUV | 93.3 | 82.12 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 96 | 12 | 0 | 0.19 | 0.90 | 0.53 | 47.1 | 0.82 | 0.26 |
| Hex | 77 | 60 | C | 0 | 13 | 5A | 35 | 2F | 52 | 1A |
| Octal | 167 | 140 | 14 | 0 | 23 | 132 | 65 | 57 | 122 | 32 |
| Binary | 1110111 | 1100000 | 1100 | 0 | 10011 | 1011010 | 110101 | 101111 | 1010010 | 11010 |
Color Harmonies of #77600C
Complementary color
Monochromatic Colors of #77600C
Black with #77600C
Text Example
Text Example
White with #77600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77600C; }
p { color: rgb(119,96,12); }
H1.HeaderClassName
{
color: #77600C;
}
.AnyTagClassName
{
color: #77600C;
}
</style>
background-color css
<style>
a { background-color: #77600C; }
a { background-color: rgb(119,96,12); }
div.DivClassName
{
background-color: #77600C;
}
.BgClassName
{
background-color: #77600C;
}
</style>
border-color css
<style>
span { border-color: #77600C; }
span { border-color: rgb(119,96,12); }
td.TdClassName
{
border-color: #77600C;
}
.TagClassName
{
border-color: #77600C;
}
</style>