Shades of Yukon Gold #7B6508
Tints of Yukon Gold #7B6508
RGB
CMYK
RGB Variations
Color information
#7B6508 (or 0x7B6508) is known color: Yukon Gold. HEX triplet: 7B, 65 and 08. RGB value is (123,101,8). Sum of RGB (Red+Green+Blue) = 123+101+8=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6508 is #849AF7. Grayscale: #616161. Windows color (decimal): -8690424 or 550267. OLE color: 550267.
HSL color Cylindrical-coordinate representation of color #7B6508: hue angle of 48.52º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B6508 is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 8 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.52 |
| HSL | 48.52º | 0.88% | 0.26% | - |
| HSV(B) | 48.52º | 0.93% | 0.48% | - |
| XYZ | 12.87 | 13.54 | 2.16 | - |
| YUV | 96.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 8 | 0 | 0.18 | 0.93 | 0.52 | 48.52 | 0.88 | 0.26 |
| Hex | 7B | 65 | 8 | 0 | 12 | 5D | 34 | 31 | 58 | 1A |
| Octal | 173 | 145 | 10 | 0 | 22 | 135 | 64 | 61 | 130 | 32 |
| Binary | 1111011 | 1100101 | 1000 | 0 | 10010 | 1011101 | 110100 | 110001 | 1011000 | 11010 |
Color Harmonies of #7B6508
Complementary color
Monochromatic Colors of #7B6508
Black with #7B6508
Text Example
Text Example
White with #7B6508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6508; }
p { color: rgb(123,101,8); }
H1.HeaderClassName
{
color: #7B6508;
}
.AnyTagClassName
{
color: #7B6508;
}
</style>
background-color css
<style>
a { background-color: #7B6508; }
a { background-color: rgb(123,101,8); }
div.DivClassName
{
background-color: #7B6508;
}
.BgClassName
{
background-color: #7B6508;
}
</style>
border-color css
<style>
span { border-color: #7B6508; }
span { border-color: rgb(123,101,8); }
td.TdClassName
{
border-color: #7B6508;
}
.TagClassName
{
border-color: #7B6508;
}
</style>