Shades of Yukon Gold #77680B
Tints of Yukon Gold #77680B
RGB
CMYK
RGB Variations
Color information
#77680B (or 0x77680B) is known color: Yukon Gold. HEX triplet: 77, 68 and 0B. RGB value is (119,104,11). Sum of RGB (Red+Green+Blue) = 119+104+11=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77680B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77680B is #8897F4. Grayscale: #626262. Windows color (decimal): -8951797 or 747639. OLE color: 747639.
HSL color Cylindrical-coordinate representation of color #77680B: hue angle of 51.67º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77680B is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 11 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.53 |
| HSL | 51.67º | 0.83% | 0.25% | - |
| HSV(B) | 51.67º | 0.91% | 0.47% | - |
| XYZ | 12.62 | 13.85 | 2.32 | - |
| YUV | 97.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 11 | 0 | 0.13 | 0.91 | 0.53 | 51.67 | 0.83 | 0.25 |
| Hex | 77 | 68 | B | 0 | D | 5B | 35 | 34 | 53 | 19 |
| Octal | 167 | 150 | 13 | 0 | 15 | 133 | 65 | 64 | 123 | 31 |
| Binary | 1110111 | 1101000 | 1011 | 0 | 1101 | 1011011 | 110101 | 110100 | 1010011 | 11001 |
Color Harmonies of #77680B
Complementary color
Monochromatic Colors of #77680B
Black with #77680B
Text Example
Text Example
White with #77680B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77680B; }
p { color: rgb(119,104,11); }
H1.HeaderClassName
{
color: #77680B;
}
.AnyTagClassName
{
color: #77680B;
}
</style>
background-color css
<style>
a { background-color: #77680B; }
a { background-color: rgb(119,104,11); }
div.DivClassName
{
background-color: #77680B;
}
.BgClassName
{
background-color: #77680B;
}
</style>
border-color css
<style>
span { border-color: #77680B; }
span { border-color: rgb(119,104,11); }
td.TdClassName
{
border-color: #77680B;
}
.TagClassName
{
border-color: #77680B;
}
</style>