Shades of Yukon Gold #7B6107
Tints of Yukon Gold #7B6107
RGB
CMYK
RGB Variations
Color information
#7B6107 (or 0x7B6107) is known color: Yukon Gold. HEX triplet: 7B, 61 and 07. RGB value is (123,97,7). Sum of RGB (Red+Green+Blue) = 123+97+7=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6107 is #849EF8. Grayscale: #5E5E5E. Windows color (decimal): -8691449 or 483707. OLE color: 483707.
HSL color Cylindrical-coordinate representation of color #7B6107: hue angle of 46.55º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B6107 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 97 | 7 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.52 |
| HSL | 46.55º | 0.89% | 0.25% | - |
| HSV(B) | 46.55º | 0.94% | 0.48% | - |
| XYZ | 12.48 | 12.78 | 2.01 | - |
| YUV | 94.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 7 | 0 | 0.21 | 0.94 | 0.52 | 46.55 | 0.89 | 0.25 |
| Hex | 7B | 61 | 7 | 0 | 15 | 5E | 34 | 2F | 59 | 19 |
| Octal | 173 | 141 | 7 | 0 | 25 | 136 | 64 | 57 | 131 | 31 |
| Binary | 1111011 | 1100001 | 111 | 0 | 10101 | 1011110 | 110100 | 101111 | 1011001 | 11001 |
Color Harmonies of #7B6107
Complementary color
Monochromatic Colors of #7B6107
Black with #7B6107
Text Example
Text Example
White with #7B6107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6107; }
p { color: rgb(123,97,7); }
H1.HeaderClassName
{
color: #7B6107;
}
.AnyTagClassName
{
color: #7B6107;
}
</style>
background-color css
<style>
a { background-color: #7B6107; }
a { background-color: rgb(123,97,7); }
div.DivClassName
{
background-color: #7B6107;
}
.BgClassName
{
background-color: #7B6107;
}
</style>
border-color css
<style>
span { border-color: #7B6107; }
span { border-color: rgb(123,97,7); }
td.TdClassName
{
border-color: #7B6107;
}
.TagClassName
{
border-color: #7B6107;
}
</style>