Shades of Yukon Gold #775E17
Tints of Yukon Gold #775E17
RGB
CMYK
RGB Variations
Color information
#775E17 (or 0x775E17) is known color: Yukon Gold. HEX triplet: 77, 5E and 17. RGB value is (119,94,23). Sum of RGB (Red+Green+Blue) = 119+94+23=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #775E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E17 is #88A1E8. Grayscale: #5D5D5D. Windows color (decimal): -8954345 or 1531511. OLE color: 1531511.
HSL color Cylindrical-coordinate representation of color #775E17: hue angle of 44.38º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #775E17 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 23 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.53 |
| HSL | 44.38º | 0.68% | 0.28% | - |
| HSV(B) | 44.38º | 0.81% | 0.47% | - |
| XYZ | 11.77 | 11.99 | 2.5 | - |
| YUV | 93.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 23 | 0 | 0.21 | 0.81 | 0.53 | 44.38 | 0.68 | 0.28 |
| Hex | 77 | 5E | 17 | 0 | 15 | 51 | 35 | 2C | 44 | 1C |
| Octal | 167 | 136 | 27 | 0 | 25 | 121 | 65 | 54 | 104 | 34 |
| Binary | 1110111 | 1011110 | 10111 | 0 | 10101 | 1010001 | 110101 | 101100 | 1000100 | 11100 |
Color Harmonies of #775E17
Complementary color
Monochromatic Colors of #775E17
Black with #775E17
Text Example
Text Example
White with #775E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E17; }
p { color: rgb(119,94,23); }
H1.HeaderClassName
{
color: #775E17;
}
.AnyTagClassName
{
color: #775E17;
}
</style>
background-color css
<style>
a { background-color: #775E17; }
a { background-color: rgb(119,94,23); }
div.DivClassName
{
background-color: #775E17;
}
.BgClassName
{
background-color: #775E17;
}
</style>
border-color css
<style>
span { border-color: #775E17; }
span { border-color: rgb(119,94,23); }
td.TdClassName
{
border-color: #775E17;
}
.TagClassName
{
border-color: #775E17;
}
</style>