Shades of Yukon Gold #77691E
Tints of Yukon Gold #77691E
RGB
CMYK
RGB Variations
Color information
#77691E (or 0x77691E) is known color: Yukon Gold. HEX triplet: 77, 69 and 1E. RGB value is (119,105,30). Sum of RGB (Red+Green+Blue) = 119+105+30=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77691E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691E is #8896E1. Grayscale: #646464. Windows color (decimal): -8951522 or 1993079. OLE color: 1993079.
HSL color Cylindrical-coordinate representation of color #77691E: hue angle of 50.56º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77691E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 30 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.53 |
| HSL | 50.56º | 0.6% | 0.29% | - |
| HSV(B) | 50.56º | 0.75% | 0.47% | - |
| XYZ | 12.89 | 14.12 | 3.27 | - |
| YUV | 100.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 30 | 0 | 0.12 | 0.75 | 0.53 | 50.56 | 0.6 | 0.29 |
| Hex | 77 | 69 | 1E | 0 | C | 4B | 35 | 33 | 3C | 1D |
| Octal | 167 | 151 | 36 | 0 | 14 | 113 | 65 | 63 | 74 | 35 |
| Binary | 1110111 | 1101001 | 11110 | 0 | 1100 | 1001011 | 110101 | 110011 | 111100 | 11101 |
Color Harmonies of #77691E
Complementary color
Monochromatic Colors of #77691E
Black with #77691E
Text Example
Text Example
White with #77691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77691E; }
p { color: rgb(119,105,30); }
H1.HeaderClassName
{
color: #77691E;
}
.AnyTagClassName
{
color: #77691E;
}
</style>
background-color css
<style>
a { background-color: #77691E; }
a { background-color: rgb(119,105,30); }
div.DivClassName
{
background-color: #77691E;
}
.BgClassName
{
background-color: #77691E;
}
</style>
border-color css
<style>
span { border-color: #77691E; }
span { border-color: rgb(119,105,30); }
td.TdClassName
{
border-color: #77691E;
}
.TagClassName
{
border-color: #77691E;
}
</style>