Shades of Yukon Gold #765D12
Tints of Yukon Gold #765D12
RGB
CMYK
RGB Variations
Color information
#765D12 (or 0x765D12) is known color: Yukon Gold. HEX triplet: 76, 5D and 12. RGB value is (118,93,18). Sum of RGB (Red+Green+Blue) = 118+93+18=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #765D12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765D12 is #89A2ED. Grayscale: #5C5C5C. Windows color (decimal): -9020142 or 1203574. OLE color: 1203574.
HSL color Cylindrical-coordinate representation of color #765D12: hue angle of 45º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #765D12 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 93 | 18 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.54 |
| HSL | 45º | 0.74% | 0.27% | - |
| HSV(B) | 45º | 0.85% | 0.46% | - |
| XYZ | 11.49 | 11.72 | 2.23 | - |
| YUV | 91.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 18 | 0 | 0.21 | 0.85 | 0.54 | 45 | 0.74 | 0.27 |
| Hex | 76 | 5D | 12 | 0 | 15 | 55 | 36 | 2D | 4A | 1B |
| Octal | 166 | 135 | 22 | 0 | 25 | 125 | 66 | 55 | 112 | 33 |
| Binary | 1110110 | 1011101 | 10010 | 0 | 10101 | 1010101 | 110110 | 101101 | 1001010 | 11011 |
Color Harmonies of #765D12
Complementary color
Monochromatic Colors of #765D12
Black with #765D12
Text Example
Text Example
White with #765D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D12; }
p { color: rgb(118,93,18); }
H1.HeaderClassName
{
color: #765D12;
}
.AnyTagClassName
{
color: #765D12;
}
</style>
background-color css
<style>
a { background-color: #765D12; }
a { background-color: rgb(118,93,18); }
div.DivClassName
{
background-color: #765D12;
}
.BgClassName
{
background-color: #765D12;
}
</style>
border-color css
<style>
span { border-color: #765D12; }
span { border-color: rgb(118,93,18); }
td.TdClassName
{
border-color: #765D12;
}
.TagClassName
{
border-color: #765D12;
}
</style>