Shades of Yukon Gold #7A6B0B
Tints of Yukon Gold #7A6B0B
RGB
CMYK
RGB Variations
Color information
#7A6B0B (or 0x7A6B0B) is known color: Yukon Gold. HEX triplet: 7A, 6B and 0B. RGB value is (122,107,11). Sum of RGB (Red+Green+Blue) = 122+107+11=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6B0B is #8594F4. Grayscale: #646464. Windows color (decimal): -8754421 or 748410. OLE color: 748410.
HSL color Cylindrical-coordinate representation of color #7A6B0B: hue angle of 51.89º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A6B0B is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 11 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.52 |
| HSL | 51.89º | 0.83% | 0.26% | - |
| HSV(B) | 51.89º | 0.91% | 0.48% | - |
| XYZ | 13.34 | 14.68 | 2.45 | - |
| YUV | 100.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 11 | 0 | 0.12 | 0.91 | 0.52 | 51.89 | 0.83 | 0.26 |
| Hex | 7A | 6B | B | 0 | C | 5B | 34 | 34 | 53 | 1A |
| Octal | 172 | 153 | 13 | 0 | 14 | 133 | 64 | 64 | 123 | 32 |
| Binary | 1111010 | 1101011 | 1011 | 0 | 1100 | 1011011 | 110100 | 110100 | 1010011 | 11010 |
Color Harmonies of #7A6B0B
Complementary color
Monochromatic Colors of #7A6B0B
Black with #7A6B0B
Text Example
Text Example
White with #7A6B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B0B; }
p { color: rgb(122,107,11); }
H1.HeaderClassName
{
color: #7A6B0B;
}
.AnyTagClassName
{
color: #7A6B0B;
}
</style>
background-color css
<style>
a { background-color: #7A6B0B; }
a { background-color: rgb(122,107,11); }
div.DivClassName
{
background-color: #7A6B0B;
}
.BgClassName
{
background-color: #7A6B0B;
}
</style>
border-color css
<style>
span { border-color: #7A6B0B; }
span { border-color: rgb(122,107,11); }
td.TdClassName
{
border-color: #7A6B0B;
}
.TagClassName
{
border-color: #7A6B0B;
}
</style>