Shades of Yukon Gold #78691B
Tints of Yukon Gold #78691B
RGB
CMYK
RGB Variations
Color information
#78691B (or 0x78691B) is known color: Yukon Gold. HEX triplet: 78, 69 and 1B. RGB value is (120,105,27). Sum of RGB (Red+Green+Blue) = 120+105+27=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78691B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78691B is #8796E4. Grayscale: #646464. Windows color (decimal): -8885989 or 1796472. OLE color: 1796472.
HSL color Cylindrical-coordinate representation of color #78691B: hue angle of 50.32º 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 #78691B is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 27 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.53 |
| HSL | 50.32º | 0.63% | 0.29% | - |
| HSV(B) | 50.32º | 0.78% | 0.47% | - |
| XYZ | 13 | 14.18 | 3.09 | - |
| YUV | 100.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 27 | 0 | 0.13 | 0.78 | 0.53 | 50.32 | 0.63 | 0.29 |
| Hex | 78 | 69 | 1B | 0 | D | 4E | 35 | 32 | 3F | 1D |
| Octal | 170 | 151 | 33 | 0 | 15 | 116 | 65 | 62 | 77 | 35 |
| Binary | 1111000 | 1101001 | 11011 | 0 | 1101 | 1001110 | 110101 | 110010 | 111111 | 11101 |
Color Harmonies of #78691B
Complementary color
Monochromatic Colors of #78691B
Black with #78691B
Text Example
Text Example
White with #78691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78691B; }
p { color: rgb(120,105,27); }
H1.HeaderClassName
{
color: #78691B;
}
.AnyTagClassName
{
color: #78691B;
}
</style>
background-color css
<style>
a { background-color: #78691B; }
a { background-color: rgb(120,105,27); }
div.DivClassName
{
background-color: #78691B;
}
.BgClassName
{
background-color: #78691B;
}
</style>
border-color css
<style>
span { border-color: #78691B; }
span { border-color: rgb(120,105,27); }
td.TdClassName
{
border-color: #78691B;
}
.TagClassName
{
border-color: #78691B;
}
</style>