Shades of Yukon Gold #786C1B
Tints of Yukon Gold #786C1B
RGB
CMYK
RGB Variations
Color information
#786C1B (or 0x786C1B) is known color: Yukon Gold. HEX triplet: 78, 6C and 1B. RGB value is (120,108,27). Sum of RGB (Red+Green+Blue) = 120+108+27=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 27 (10.94% from 255 or 10.59% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #786C1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786C1B is #8793E4. Grayscale: #666666. Windows color (decimal): -8885221 or 1797240. OLE color: 1797240.
HSL color Cylindrical-coordinate representation of color #786C1B: hue angle of 52.26º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #786C1B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 108 | 27 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.53 |
| HSL | 52.26º | 0.63% | 0.29% | - |
| HSV(B) | 52.26º | 0.78% | 0.47% | - |
| XYZ | 13.31 | 14.8 | 3.19 | - |
| YUV | 102.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 27 | 0 | 0.10 | 0.78 | 0.53 | 52.26 | 0.63 | 0.29 |
| Hex | 78 | 6C | 1B | 0 | A | 4E | 35 | 34 | 3F | 1D |
| Octal | 170 | 154 | 33 | 0 | 12 | 116 | 65 | 64 | 77 | 35 |
| Binary | 1111000 | 1101100 | 11011 | 0 | 1010 | 1001110 | 110101 | 110100 | 111111 | 11101 |
Color Harmonies of #786C1B
Complementary color
Monochromatic Colors of #786C1B
Black with #786C1B
Text Example
Text Example
White with #786C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786C1B; }
p { color: rgb(120,108,27); }
H1.HeaderClassName
{
color: #786C1B;
}
.AnyTagClassName
{
color: #786C1B;
}
</style>
background-color css
<style>
a { background-color: #786C1B; }
a { background-color: rgb(120,108,27); }
div.DivClassName
{
background-color: #786C1B;
}
.BgClassName
{
background-color: #786C1B;
}
</style>
border-color css
<style>
span { border-color: #786C1B; }
span { border-color: rgb(120,108,27); }
td.TdClassName
{
border-color: #786C1B;
}
.TagClassName
{
border-color: #786C1B;
}
</style>