Shades of Yukon Gold #765F20
Tints of Yukon Gold #765F20
RGB
CMYK
RGB Variations
Color information
#765F20 (or 0x765F20) is known color: Yukon Gold. HEX triplet: 76, 5F and 20. RGB value is (118,95,32). Sum of RGB (Red+Green+Blue) = 118+95+32=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #765F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F20 is #89A0DF. Grayscale: #5E5E5E. Windows color (decimal): -9019616 or 2121590. OLE color: 2121590.
HSL color Cylindrical-coordinate representation of color #765F20: hue angle of 43.95º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #765F20 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 95 | 32 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.54 |
| HSL | 43.95º | 0.57% | 0.29% | - |
| HSV(B) | 43.95º | 0.73% | 0.46% | - |
| XYZ | 11.82 | 12.14 | 3.09 | - |
| YUV | 94.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 95 | 32 | 0 | 0.19 | 0.73 | 0.54 | 43.95 | 0.57 | 0.29 |
| Hex | 76 | 5F | 20 | 0 | 13 | 49 | 36 | 2C | 39 | 1D |
| Octal | 166 | 137 | 40 | 0 | 23 | 111 | 66 | 54 | 71 | 35 |
| Binary | 1110110 | 1011111 | 100000 | 0 | 10011 | 1001001 | 110110 | 101100 | 111001 | 11101 |
Color Harmonies of #765F20
Complementary color
Monochromatic Colors of #765F20
Black with #765F20
Text Example
Text Example
White with #765F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765F20; }
p { color: rgb(118,95,32); }
H1.HeaderClassName
{
color: #765F20;
}
.AnyTagClassName
{
color: #765F20;
}
</style>
background-color css
<style>
a { background-color: #765F20; }
a { background-color: rgb(118,95,32); }
div.DivClassName
{
background-color: #765F20;
}
.BgClassName
{
background-color: #765F20;
}
</style>
border-color css
<style>
span { border-color: #765F20; }
span { border-color: rgb(118,95,32); }
td.TdClassName
{
border-color: #765F20;
}
.TagClassName
{
border-color: #765F20;
}
</style>