Shades of Yukon Gold #78691D
Tints of Yukon Gold #78691D
RGB
CMYK
RGB Variations
Color information
#78691D (or 0x78691D) is known color: Yukon Gold. HEX triplet: 78, 69 and 1D. RGB value is (120,105,29). Sum of RGB (Red+Green+Blue) = 120+105+29=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78691D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78691D is #8796E2. Grayscale: #656565. Windows color (decimal): -8885987 or 1927544. OLE color: 1927544.
HSL color Cylindrical-coordinate representation of color #78691D: hue angle of 50.11º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78691D is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 29 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.53 |
| HSL | 50.11º | 0.61% | 0.29% | - |
| HSV(B) | 50.11º | 0.76% | 0.47% | - |
| XYZ | 13.02 | 14.18 | 3.21 | - |
| YUV | 100.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 29 | 0 | 0.13 | 0.76 | 0.53 | 50.11 | 0.61 | 0.29 |
| Hex | 78 | 69 | 1D | 0 | D | 4C | 35 | 32 | 3D | 1D |
| Octal | 170 | 151 | 35 | 0 | 15 | 114 | 65 | 62 | 75 | 35 |
| Binary | 1111000 | 1101001 | 11101 | 0 | 1101 | 1001100 | 110101 | 110010 | 111101 | 11101 |
Color Harmonies of #78691D
Complementary color
Monochromatic Colors of #78691D
Black with #78691D
Text Example
Text Example
White with #78691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78691D; }
p { color: rgb(120,105,29); }
H1.HeaderClassName
{
color: #78691D;
}
.AnyTagClassName
{
color: #78691D;
}
</style>
background-color css
<style>
a { background-color: #78691D; }
a { background-color: rgb(120,105,29); }
div.DivClassName
{
background-color: #78691D;
}
.BgClassName
{
background-color: #78691D;
}
</style>
border-color css
<style>
span { border-color: #78691D; }
span { border-color: rgb(120,105,29); }
td.TdClassName
{
border-color: #78691D;
}
.TagClassName
{
border-color: #78691D;
}
</style>