Shades of Yukon Gold #765D1F
Tints of Yukon Gold #765D1F
RGB
CMYK
RGB Variations
Color information
#765D1F (or 0x765D1F) is known color: Yukon Gold. HEX triplet: 76, 5D and 1F. RGB value is (118,93,31). Sum of RGB (Red+Green+Blue) = 118+93+31=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #765D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D1F is #89A2E0. Grayscale: #5D5D5D. Windows color (decimal): -9020129 or 2055542. OLE color: 2055542.
HSL color Cylindrical-coordinate representation of color #765D1F: hue angle of 42.76º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #765D1F is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 31 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.54 |
| HSL | 42.76º | 0.58% | 0.29% | - |
| HSV(B) | 42.76º | 0.74% | 0.46% | - |
| XYZ | 11.63 | 11.78 | 2.96 | - |
| YUV | 93.41 | 92.78 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 31 | 0 | 0.21 | 0.74 | 0.54 | 42.76 | 0.58 | 0.29 |
| Hex | 76 | 5D | 1F | 0 | 15 | 4A | 36 | 2B | 3A | 1D |
| Octal | 166 | 135 | 37 | 0 | 25 | 112 | 66 | 53 | 72 | 35 |
| Binary | 1110110 | 1011101 | 11111 | 0 | 10101 | 1001010 | 110110 | 101011 | 111010 | 11101 |
Color Harmonies of #765D1F
Complementary color
Monochromatic Colors of #765D1F
Black with #765D1F
Text Example
Text Example
White with #765D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D1F; }
p { color: rgb(118,93,31); }
H1.HeaderClassName
{
color: #765D1F;
}
.AnyTagClassName
{
color: #765D1F;
}
</style>
background-color css
<style>
a { background-color: #765D1F; }
a { background-color: rgb(118,93,31); }
div.DivClassName
{
background-color: #765D1F;
}
.BgClassName
{
background-color: #765D1F;
}
</style>
border-color css
<style>
span { border-color: #765D1F; }
span { border-color: rgb(118,93,31); }
td.TdClassName
{
border-color: #765D1F;
}
.TagClassName
{
border-color: #765D1F;
}
</style>