Shades of Yukon Gold #775E19
Tints of Yukon Gold #775E19
RGB
CMYK
RGB Variations
Color information
#775E19 (or 0x775E19) is known color: Yukon Gold. HEX triplet: 77, 5E and 19. RGB value is (119,94,25). Sum of RGB (Red+Green+Blue) = 119+94+25=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #775E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E19 is #88A1E6. Grayscale: #5D5D5D. Windows color (decimal): -8954343 or 1662583. OLE color: 1662583.
HSL color Cylindrical-coordinate representation of color #775E19: hue angle of 44.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #775E19 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 94 | 25 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.53 |
| HSL | 44.04º | 0.65% | 0.28% | - |
| HSV(B) | 44.04º | 0.79% | 0.47% | - |
| XYZ | 11.79 | 12 | 2.61 | - |
| YUV | 93.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 94 | 25 | 0 | 0.21 | 0.79 | 0.53 | 44.04 | 0.65 | 0.28 |
| Hex | 77 | 5E | 19 | 0 | 15 | 4F | 35 | 2C | 41 | 1C |
| Octal | 167 | 136 | 31 | 0 | 25 | 117 | 65 | 54 | 101 | 34 |
| Binary | 1110111 | 1011110 | 11001 | 0 | 10101 | 1001111 | 110101 | 101100 | 1000001 | 11100 |
Color Harmonies of #775E19
Complementary color
Monochromatic Colors of #775E19
Black with #775E19
Text Example
Text Example
White with #775E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775E19; }
p { color: rgb(119,94,25); }
H1.HeaderClassName
{
color: #775E19;
}
.AnyTagClassName
{
color: #775E19;
}
</style>
background-color css
<style>
a { background-color: #775E19; }
a { background-color: rgb(119,94,25); }
div.DivClassName
{
background-color: #775E19;
}
.BgClassName
{
background-color: #775E19;
}
</style>
border-color css
<style>
span { border-color: #775E19; }
span { border-color: rgb(119,94,25); }
td.TdClassName
{
border-color: #775E19;
}
.TagClassName
{
border-color: #775E19;
}
</style>