Shades of Yukon Gold #765E1A
Tints of Yukon Gold #765E1A
RGB
CMYK
RGB Variations
Color information
#765E1A (or 0x765E1A) is known color: Yukon Gold. HEX triplet: 76, 5E and 1A. RGB value is (118,94,26). Sum of RGB (Red+Green+Blue) = 118+94+26=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #765E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E1A is #89A1E5. Grayscale: #5D5D5D. Windows color (decimal): -9019878 or 1728118. OLE color: 1728118.
HSL color Cylindrical-coordinate representation of color #765E1A: hue angle of 44.35º 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 #765E1A is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 94 | 26 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.54 |
| HSL | 44.35º | 0.64% | 0.28% | - |
| HSV(B) | 44.35º | 0.78% | 0.46% | - |
| XYZ | 11.66 | 11.93 | 2.67 | - |
| YUV | 93.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 94 | 26 | 0 | 0.20 | 0.78 | 0.54 | 44.35 | 0.64 | 0.28 |
| Hex | 76 | 5E | 1A | 0 | 14 | 4E | 36 | 2C | 40 | 1C |
| Octal | 166 | 136 | 32 | 0 | 24 | 116 | 66 | 54 | 100 | 34 |
| Binary | 1110110 | 1011110 | 11010 | 0 | 10100 | 1001110 | 110110 | 101100 | 1000000 | 11100 |
Color Harmonies of #765E1A
Complementary color
Monochromatic Colors of #765E1A
Black with #765E1A
Text Example
Text Example
White with #765E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765E1A; }
p { color: rgb(118,94,26); }
H1.HeaderClassName
{
color: #765E1A;
}
.AnyTagClassName
{
color: #765E1A;
}
</style>
background-color css
<style>
a { background-color: #765E1A; }
a { background-color: rgb(118,94,26); }
div.DivClassName
{
background-color: #765E1A;
}
.BgClassName
{
background-color: #765E1A;
}
</style>
border-color css
<style>
span { border-color: #765E1A; }
span { border-color: rgb(118,94,26); }
td.TdClassName
{
border-color: #765E1A;
}
.TagClassName
{
border-color: #765E1A;
}
</style>