Shades of Yukon Gold #765D1A
Tints of Yukon Gold #765D1A
RGB
CMYK
RGB Variations
Color information
#765D1A (or 0x765D1A) is known color: Yukon Gold. HEX triplet: 76, 5D and 1A. RGB value is (118,93,26). Sum of RGB (Red+Green+Blue) = 118+93+26=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #765D1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D1A is #89A2E5. Grayscale: #5D5D5D. Windows color (decimal): -9020134 or 1727862. OLE color: 1727862.
HSL color Cylindrical-coordinate representation of color #765D1A: hue angle of 43.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #765D1A is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 26 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.54 |
| HSL | 43.7º | 0.64% | 0.28% | - |
| HSV(B) | 43.7º | 0.78% | 0.46% | - |
| XYZ | 11.57 | 11.75 | 2.64 | - |
| YUV | 92.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 26 | 0 | 0.21 | 0.78 | 0.54 | 43.7 | 0.64 | 0.28 |
| Hex | 76 | 5D | 1A | 0 | 15 | 4E | 36 | 2C | 40 | 1C |
| Octal | 166 | 135 | 32 | 0 | 25 | 116 | 66 | 54 | 100 | 34 |
| Binary | 1110110 | 1011101 | 11010 | 0 | 10101 | 1001110 | 110110 | 101100 | 1000000 | 11100 |
Color Harmonies of #765D1A
Complementary color
Monochromatic Colors of #765D1A
Black with #765D1A
Text Example
Text Example
White with #765D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D1A; }
p { color: rgb(118,93,26); }
H1.HeaderClassName
{
color: #765D1A;
}
.AnyTagClassName
{
color: #765D1A;
}
</style>
background-color css
<style>
a { background-color: #765D1A; }
a { background-color: rgb(118,93,26); }
div.DivClassName
{
background-color: #765D1A;
}
.BgClassName
{
background-color: #765D1A;
}
</style>
border-color css
<style>
span { border-color: #765D1A; }
span { border-color: rgb(118,93,26); }
td.TdClassName
{
border-color: #765D1A;
}
.TagClassName
{
border-color: #765D1A;
}
</style>