Shades of Yukon Gold #77661D
Tints of Yukon Gold #77661D
RGB
CMYK
RGB Variations
Color information
#77661D (or 0x77661D) is known color: Yukon Gold. HEX triplet: 77, 66 and 1D. RGB value is (119,102,29). Sum of RGB (Red+Green+Blue) = 119+102+29=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77661D is #8899E2. Grayscale: #636363. Windows color (decimal): -8952291 or 1926775. OLE color: 1926775.
HSL color Cylindrical-coordinate representation of color #77661D: hue angle of 48.67º 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 #77661D is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 102 | 29 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.53 |
| HSL | 48.67º | 0.61% | 0.29% | - |
| HSV(B) | 48.67º | 0.76% | 0.47% | - |
| XYZ | 12.58 | 13.51 | 3.11 | - |
| YUV | 98.76 | 88.63 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 29 | 0 | 0.14 | 0.76 | 0.53 | 48.67 | 0.61 | 0.29 |
| Hex | 77 | 66 | 1D | 0 | E | 4C | 35 | 31 | 3D | 1D |
| Octal | 167 | 146 | 35 | 0 | 16 | 114 | 65 | 61 | 75 | 35 |
| Binary | 1110111 | 1100110 | 11101 | 0 | 1110 | 1001100 | 110101 | 110001 | 111101 | 11101 |
Color Harmonies of #77661D
Complementary color
Monochromatic Colors of #77661D
Black with #77661D
Text Example
Text Example
White with #77661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77661D; }
p { color: rgb(119,102,29); }
H1.HeaderClassName
{
color: #77661D;
}
.AnyTagClassName
{
color: #77661D;
}
</style>
background-color css
<style>
a { background-color: #77661D; }
a { background-color: rgb(119,102,29); }
div.DivClassName
{
background-color: #77661D;
}
.BgClassName
{
background-color: #77661D;
}
</style>
border-color css
<style>
span { border-color: #77661D; }
span { border-color: rgb(119,102,29); }
td.TdClassName
{
border-color: #77661D;
}
.TagClassName
{
border-color: #77661D;
}
</style>