Shades of Yukon Gold #78661D
Tints of Yukon Gold #78661D
RGB
CMYK
RGB Variations
Color information
#78661D (or 0x78661D) is known color: Yukon Gold. HEX triplet: 78, 66 and 1D. RGB value is (120,102,29). Sum of RGB (Red+Green+Blue) = 120+102+29=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78661D is #8799E2. Grayscale: #636363. Windows color (decimal): -8886755 or 1926776. OLE color: 1926776.
HSL color Cylindrical-coordinate representation of color #78661D: hue angle of 48.13º 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 #78661D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 29 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.53 |
| HSL | 48.13º | 0.61% | 0.29% | - |
| HSV(B) | 48.13º | 0.76% | 0.47% | - |
| XYZ | 12.72 | 13.58 | 3.11 | - |
| YUV | 99.06 | 88.46 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 29 | 0 | 0.15 | 0.76 | 0.53 | 48.13 | 0.61 | 0.29 |
| Hex | 78 | 66 | 1D | 0 | F | 4C | 35 | 30 | 3D | 1D |
| Octal | 170 | 146 | 35 | 0 | 17 | 114 | 65 | 60 | 75 | 35 |
| Binary | 1111000 | 1100110 | 11101 | 0 | 1111 | 1001100 | 110101 | 110000 | 111101 | 11101 |
Color Harmonies of #78661D
Complementary color
Monochromatic Colors of #78661D
Black with #78661D
Text Example
Text Example
White with #78661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78661D; }
p { color: rgb(120,102,29); }
H1.HeaderClassName
{
color: #78661D;
}
.AnyTagClassName
{
color: #78661D;
}
</style>
background-color css
<style>
a { background-color: #78661D; }
a { background-color: rgb(120,102,29); }
div.DivClassName
{
background-color: #78661D;
}
.BgClassName
{
background-color: #78661D;
}
</style>
border-color css
<style>
span { border-color: #78661D; }
span { border-color: rgb(120,102,29); }
td.TdClassName
{
border-color: #78661D;
}
.TagClassName
{
border-color: #78661D;
}
</style>