Shades of Yukon Gold #77681D
Tints of Yukon Gold #77681D
RGB
CMYK
RGB Variations
Color information
#77681D (or 0x77681D) is known color: Yukon Gold. HEX triplet: 77, 68 and 1D. RGB value is (119,104,29). Sum of RGB (Red+Green+Blue) = 119+104+29=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 104 (41.02% from 255 or 41.27% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77681D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77681D is #8897E2. Grayscale: #646464. Windows color (decimal): -8951779 or 1927287. OLE color: 1927287.
HSL color Cylindrical-coordinate representation of color #77681D: hue angle of 50º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77681D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 29 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.53 |
| HSL | 50º | 0.61% | 0.29% | - |
| HSV(B) | 50º | 0.76% | 0.47% | - |
| XYZ | 12.78 | 13.91 | 3.17 | - |
| YUV | 99.94 | 87.97 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 29 | 0 | 0.13 | 0.76 | 0.53 | 50 | 0.61 | 0.29 |
| Hex | 77 | 68 | 1D | 0 | D | 4C | 35 | 32 | 3D | 1D |
| Octal | 167 | 150 | 35 | 0 | 15 | 114 | 65 | 62 | 75 | 35 |
| Binary | 1110111 | 1101000 | 11101 | 0 | 1101 | 1001100 | 110101 | 110010 | 111101 | 11101 |
Color Harmonies of #77681D
Complementary color
Monochromatic Colors of #77681D
Black with #77681D
Text Example
Text Example
White with #77681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77681D; }
p { color: rgb(119,104,29); }
H1.HeaderClassName
{
color: #77681D;
}
.AnyTagClassName
{
color: #77681D;
}
</style>
background-color css
<style>
a { background-color: #77681D; }
a { background-color: rgb(119,104,29); }
div.DivClassName
{
background-color: #77681D;
}
.BgClassName
{
background-color: #77681D;
}
</style>
border-color css
<style>
span { border-color: #77681D; }
span { border-color: rgb(119,104,29); }
td.TdClassName
{
border-color: #77681D;
}
.TagClassName
{
border-color: #77681D;
}
</style>