Shades of Yukon Gold #7A621B
Tints of Yukon Gold #7A621B
RGB
CMYK
RGB Variations
Color information
#7A621B (or 0x7A621B) is known color: Yukon Gold. HEX triplet: 7A, 62 and 1B. RGB value is (122,98,27). Sum of RGB (Red+Green+Blue) = 122+98+27=247 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.39% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 122 - color contains mainly: red. Hex color #7A621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A621B is #859DE4. Grayscale: #616161. Windows color (decimal): -8756709 or 1794682. OLE color: 1794682.
HSL color Cylindrical-coordinate representation of color #7A621B: hue angle of 44.84º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A621B is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 98 | 27 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.52 |
| HSL | 44.84º | 0.64% | 0.29% | - |
| HSV(B) | 44.84º | 0.78% | 0.48% | - |
| XYZ | 12.59 | 12.95 | 2.87 | - |
| YUV | 97.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 27 | 0 | 0.20 | 0.78 | 0.52 | 44.84 | 0.64 | 0.29 |
| Hex | 7A | 62 | 1B | 0 | 14 | 4E | 34 | 2D | 40 | 1D |
| Octal | 172 | 142 | 33 | 0 | 24 | 116 | 64 | 55 | 100 | 35 |
| Binary | 1111010 | 1100010 | 11011 | 0 | 10100 | 1001110 | 110100 | 101101 | 1000000 | 11101 |
Color Harmonies of #7A621B
Complementary color
Monochromatic Colors of #7A621B
Black with #7A621B
Text Example
Text Example
White with #7A621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A621B; }
p { color: rgb(122,98,27); }
H1.HeaderClassName
{
color: #7A621B;
}
.AnyTagClassName
{
color: #7A621B;
}
</style>
background-color css
<style>
a { background-color: #7A621B; }
a { background-color: rgb(122,98,27); }
div.DivClassName
{
background-color: #7A621B;
}
.BgClassName
{
background-color: #7A621B;
}
</style>
border-color css
<style>
span { border-color: #7A621B; }
span { border-color: rgb(122,98,27); }
td.TdClassName
{
border-color: #7A621B;
}
.TagClassName
{
border-color: #7A621B;
}
</style>