Shades of Yukon Gold #78621B
Tints of Yukon Gold #78621B
RGB
CMYK
RGB Variations
Color information
#78621B (or 0x78621B) is known color: Yukon Gold. HEX triplet: 78, 62 and 1B. RGB value is (120,98,27). Sum of RGB (Red+Green+Blue) = 120+98+27=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78621B is #879DE4. Grayscale: #606060. Windows color (decimal): -8887781 or 1794680. OLE color: 1794680.
HSL color Cylindrical-coordinate representation of color #78621B: hue angle of 45.81º 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 #78621B is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 98 | 27 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.53 |
| HSL | 45.81º | 0.63% | 0.29% | - |
| HSV(B) | 45.81º | 0.78% | 0.47% | - |
| XYZ | 12.31 | 12.81 | 2.86 | - |
| YUV | 96.48 | 88.79 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 98 | 27 | 0 | 0.18 | 0.78 | 0.53 | 45.81 | 0.63 | 0.29 |
| Hex | 78 | 62 | 1B | 0 | 12 | 4E | 35 | 2E | 3F | 1D |
| Octal | 170 | 142 | 33 | 0 | 22 | 116 | 65 | 56 | 77 | 35 |
| Binary | 1111000 | 1100010 | 11011 | 0 | 10010 | 1001110 | 110101 | 101110 | 111111 | 11101 |
Color Harmonies of #78621B
Complementary color
Monochromatic Colors of #78621B
Black with #78621B
Text Example
Text Example
White with #78621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78621B; }
p { color: rgb(120,98,27); }
H1.HeaderClassName
{
color: #78621B;
}
.AnyTagClassName
{
color: #78621B;
}
</style>
background-color css
<style>
a { background-color: #78621B; }
a { background-color: rgb(120,98,27); }
div.DivClassName
{
background-color: #78621B;
}
.BgClassName
{
background-color: #78621B;
}
</style>
border-color css
<style>
span { border-color: #78621B; }
span { border-color: rgb(120,98,27); }
td.TdClassName
{
border-color: #78621B;
}
.TagClassName
{
border-color: #78621B;
}
</style>