Shades of Yukon Gold #78681B
Tints of Yukon Gold #78681B
RGB
CMYK
RGB Variations
Color information
#78681B (or 0x78681B) is known color: Yukon Gold. HEX triplet: 78, 68 and 1B. RGB value is (120,104,27). Sum of RGB (Red+Green+Blue) = 120+104+27=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78681B is #8797E4. Grayscale: #646464. Windows color (decimal): -8886245 or 1796216. OLE color: 1796216.
HSL color Cylindrical-coordinate representation of color #78681B: hue angle of 49.68º 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 #78681B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 27 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.53 |
| HSL | 49.68º | 0.63% | 0.29% | - |
| HSV(B) | 49.68º | 0.78% | 0.47% | - |
| XYZ | 12.89 | 13.97 | 3.05 | - |
| YUV | 100.01 | 86.8 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 27 | 0 | 0.13 | 0.78 | 0.53 | 49.68 | 0.63 | 0.29 |
| Hex | 78 | 68 | 1B | 0 | D | 4E | 35 | 32 | 3F | 1D |
| Octal | 170 | 150 | 33 | 0 | 15 | 116 | 65 | 62 | 77 | 35 |
| Binary | 1111000 | 1101000 | 11011 | 0 | 1101 | 1001110 | 110101 | 110010 | 111111 | 11101 |
Color Harmonies of #78681B
Complementary color
Monochromatic Colors of #78681B
Black with #78681B
Text Example
Text Example
White with #78681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78681B; }
p { color: rgb(120,104,27); }
H1.HeaderClassName
{
color: #78681B;
}
.AnyTagClassName
{
color: #78681B;
}
</style>
background-color css
<style>
a { background-color: #78681B; }
a { background-color: rgb(120,104,27); }
div.DivClassName
{
background-color: #78681B;
}
.BgClassName
{
background-color: #78681B;
}
</style>
border-color css
<style>
span { border-color: #78681B; }
span { border-color: rgb(120,104,27); }
td.TdClassName
{
border-color: #78681B;
}
.TagClassName
{
border-color: #78681B;
}
</style>