Shades of Yukon Gold #7B6926
Tints of Yukon Gold #7B6926
RGB
CMYK
RGB Variations
Color information
#7B6926 (or 0x7B6926) is known color: Yukon Gold. HEX triplet: 7B, 69 and 26. RGB value is (123,105,38). Sum of RGB (Red+Green+Blue) = 123+105+38=266 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.24% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6926 is #8496D9. Grayscale: #676767. Windows color (decimal): -8689370 or 2517371. OLE color: 2517371.
HSL color Cylindrical-coordinate representation of color #7B6926: hue angle of 47.29º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B6926 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 105 | 38 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.52 |
| HSL | 47.29º | 0.53% | 0.32% | - |
| HSV(B) | 47.29º | 0.69% | 0.48% | - |
| XYZ | 13.57 | 14.45 | 3.91 | - |
| YUV | 102.74 | 91.46 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 105 | 38 | 0 | 0.15 | 0.69 | 0.52 | 47.29 | 0.53 | 0.32 |
| Hex | 7B | 69 | 26 | 0 | F | 45 | 34 | 2F | 35 | 20 |
| Octal | 173 | 151 | 46 | 0 | 17 | 105 | 64 | 57 | 65 | 40 |
| Binary | 1111011 | 1101001 | 100110 | 0 | 1111 | 1000101 | 110100 | 101111 | 110101 | 100000 |
Color Harmonies of #7B6926
Complementary color
Monochromatic Colors of #7B6926
Black with #7B6926
Text Example
Text Example
White with #7B6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6926; }
p { color: rgb(123,105,38); }
H1.HeaderClassName
{
color: #7B6926;
}
.AnyTagClassName
{
color: #7B6926;
}
</style>
background-color css
<style>
a { background-color: #7B6926; }
a { background-color: rgb(123,105,38); }
div.DivClassName
{
background-color: #7B6926;
}
.BgClassName
{
background-color: #7B6926;
}
</style>
border-color css
<style>
span { border-color: #7B6926; }
span { border-color: rgb(123,105,38); }
td.TdClassName
{
border-color: #7B6926;
}
.TagClassName
{
border-color: #7B6926;
}
</style>