Shades of Yukon Gold #776A1D
Tints of Yukon Gold #776A1D
RGB
CMYK
RGB Variations
Color information
#776A1D (or 0x776A1D) is known color: Yukon Gold. HEX triplet: 77, 6A and 1D. RGB value is (119,106,29). Sum of RGB (Red+Green+Blue) = 119+106+29=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #776A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776A1D is #8895E2. Grayscale: #656565. Windows color (decimal): -8951267 or 1927799. OLE color: 1927799.
HSL color Cylindrical-coordinate representation of color #776A1D: hue angle of 51.33º 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 #776A1D is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 29 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.53 |
| HSL | 51.33º | 0.61% | 0.29% | - |
| HSV(B) | 51.33º | 0.76% | 0.47% | - |
| XYZ | 12.98 | 14.32 | 3.24 | - |
| YUV | 101.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 29 | 0 | 0.11 | 0.76 | 0.53 | 51.33 | 0.61 | 0.29 |
| Hex | 77 | 6A | 1D | 0 | B | 4C | 35 | 33 | 3D | 1D |
| Octal | 167 | 152 | 35 | 0 | 13 | 114 | 65 | 63 | 75 | 35 |
| Binary | 1110111 | 1101010 | 11101 | 0 | 1011 | 1001100 | 110101 | 110011 | 111101 | 11101 |
Color Harmonies of #776A1D
Complementary color
Monochromatic Colors of #776A1D
Black with #776A1D
Text Example
Text Example
White with #776A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A1D; }
p { color: rgb(119,106,29); }
H1.HeaderClassName
{
color: #776A1D;
}
.AnyTagClassName
{
color: #776A1D;
}
</style>
background-color css
<style>
a { background-color: #776A1D; }
a { background-color: rgb(119,106,29); }
div.DivClassName
{
background-color: #776A1D;
}
.BgClassName
{
background-color: #776A1D;
}
</style>
border-color css
<style>
span { border-color: #776A1D; }
span { border-color: rgb(119,106,29); }
td.TdClassName
{
border-color: #776A1D;
}
.TagClassName
{
border-color: #776A1D;
}
</style>