Shades of Yukon Gold #77691B
Tints of Yukon Gold #77691B
RGB
CMYK
RGB Variations
Color information
#77691B (or 0x77691B) is known color: Yukon Gold. HEX triplet: 77, 69 and 1B. RGB value is (119,105,27). Sum of RGB (Red+Green+Blue) = 119+105+27=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77691B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77691B is #8896E4. Grayscale: #646464. Windows color (decimal): -8951525 or 1796471. OLE color: 1796471.
HSL color Cylindrical-coordinate representation of color #77691B: hue angle of 50.87º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #77691B is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 27 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.53 |
| HSL | 50.87º | 0.63% | 0.29% | - |
| HSV(B) | 50.87º | 0.77% | 0.47% | - |
| XYZ | 12.86 | 14.1 | 3.08 | - |
| YUV | 100.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 27 | 0 | 0.12 | 0.77 | 0.53 | 50.87 | 0.63 | 0.29 |
| Hex | 77 | 69 | 1B | 0 | C | 4D | 35 | 33 | 3F | 1D |
| Octal | 167 | 151 | 33 | 0 | 14 | 115 | 65 | 63 | 77 | 35 |
| Binary | 1110111 | 1101001 | 11011 | 0 | 1100 | 1001101 | 110101 | 110011 | 111111 | 11101 |
Color Harmonies of #77691B
Complementary color
Monochromatic Colors of #77691B
Black with #77691B
Text Example
Text Example
White with #77691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77691B; }
p { color: rgb(119,105,27); }
H1.HeaderClassName
{
color: #77691B;
}
.AnyTagClassName
{
color: #77691B;
}
</style>
background-color css
<style>
a { background-color: #77691B; }
a { background-color: rgb(119,105,27); }
div.DivClassName
{
background-color: #77691B;
}
.BgClassName
{
background-color: #77691B;
}
</style>
border-color css
<style>
span { border-color: #77691B; }
span { border-color: rgb(119,105,27); }
td.TdClassName
{
border-color: #77691B;
}
.TagClassName
{
border-color: #77691B;
}
</style>