Shades of Yukon Gold #775F1D
Tints of Yukon Gold #775F1D
RGB
CMYK
RGB Variations
Color information
#775F1D (or 0x775F1D) is known color: Yukon Gold. HEX triplet: 77, 5F and 1D. RGB value is (119,95,29). Sum of RGB (Red+Green+Blue) = 119+95+29=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 95 (37.5% from 255 or 39.09% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #775F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F1D is #88A0E2. Grayscale: #5E5E5E. Windows color (decimal): -8954083 or 1924983. OLE color: 1924983.
HSL color Cylindrical-coordinate representation of color #775F1D: hue angle of 44º 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 #775F1D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 95 | 29 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.53 |
| HSL | 44º | 0.61% | 0.29% | - |
| HSV(B) | 44º | 0.76% | 0.47% | - |
| XYZ | 11.92 | 12.2 | 2.89 | - |
| YUV | 94.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 95 | 29 | 0 | 0.20 | 0.76 | 0.53 | 44 | 0.61 | 0.29 |
| Hex | 77 | 5F | 1D | 0 | 14 | 4C | 35 | 2C | 3D | 1D |
| Octal | 167 | 137 | 35 | 0 | 24 | 114 | 65 | 54 | 75 | 35 |
| Binary | 1110111 | 1011111 | 11101 | 0 | 10100 | 1001100 | 110101 | 101100 | 111101 | 11101 |
Color Harmonies of #775F1D
Complementary color
Monochromatic Colors of #775F1D
Black with #775F1D
Text Example
Text Example
White with #775F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775F1D; }
p { color: rgb(119,95,29); }
H1.HeaderClassName
{
color: #775F1D;
}
.AnyTagClassName
{
color: #775F1D;
}
</style>
background-color css
<style>
a { background-color: #775F1D; }
a { background-color: rgb(119,95,29); }
div.DivClassName
{
background-color: #775F1D;
}
.BgClassName
{
background-color: #775F1D;
}
</style>
border-color css
<style>
span { border-color: #775F1D; }
span { border-color: rgb(119,95,29); }
td.TdClassName
{
border-color: #775F1D;
}
.TagClassName
{
border-color: #775F1D;
}
</style>