Shades of Yukon Gold #77691D
Tints of Yukon Gold #77691D
RGB
CMYK
RGB Variations
Color information
#77691D (or 0x77691D) is known color: Yukon Gold. HEX triplet: 77, 69 and 1D. RGB value is (119,105,29). Sum of RGB (Red+Green+Blue) = 119+105+29=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691D is #8896E2. Grayscale: #646464. Windows color (decimal): -8951523 or 1927543. OLE color: 1927543.
HSL color Cylindrical-coordinate representation of color #77691D: hue angle of 50.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 #77691D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 29 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.53 |
| HSL | 50.67º | 0.61% | 0.29% | - |
| HSV(B) | 50.67º | 0.76% | 0.47% | - |
| XYZ | 12.88 | 14.11 | 3.21 | - |
| YUV | 100.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 29 | 0 | 0.12 | 0.76 | 0.53 | 50.67 | 0.61 | 0.29 |
| Hex | 77 | 69 | 1D | 0 | C | 4C | 35 | 33 | 3D | 1D |
| Octal | 167 | 151 | 35 | 0 | 14 | 114 | 65 | 63 | 75 | 35 |
| Binary | 1110111 | 1101001 | 11101 | 0 | 1100 | 1001100 | 110101 | 110011 | 111101 | 11101 |
Color Harmonies of #77691D
Complementary color
Monochromatic Colors of #77691D
Black with #77691D
Text Example
Text Example
White with #77691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77691D; }
p { color: rgb(119,105,29); }
H1.HeaderClassName
{
color: #77691D;
}
.AnyTagClassName
{
color: #77691D;
}
</style>
background-color css
<style>
a { background-color: #77691D; }
a { background-color: rgb(119,105,29); }
div.DivClassName
{
background-color: #77691D;
}
.BgClassName
{
background-color: #77691D;
}
</style>
border-color css
<style>
span { border-color: #77691D; }
span { border-color: rgb(119,105,29); }
td.TdClassName
{
border-color: #77691D;
}
.TagClassName
{
border-color: #77691D;
}
</style>