Shades of Yukon Gold #7B6712
Tints of Yukon Gold #7B6712
RGB
CMYK
RGB Variations
Color information
#7B6712 (or 0x7B6712) is known color: Yukon Gold. HEX triplet: 7B, 67 and 12. RGB value is (123,103,18). Sum of RGB (Red+Green+Blue) = 123+103+18=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6712 is #8498ED. Grayscale: #636363. Windows color (decimal): -8689902 or 1206139. OLE color: 1206139.
HSL color Cylindrical-coordinate representation of color #7B6712: hue angle of 48.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B6712 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 18 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.52 |
| HSL | 48.57º | 0.74% | 0.28% | - |
| HSV(B) | 48.57º | 0.85% | 0.48% | - |
| XYZ | 13.13 | 13.96 | 2.57 | - |
| YUV | 99.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 18 | 0 | 0.16 | 0.85 | 0.52 | 48.57 | 0.74 | 0.28 |
| Hex | 7B | 67 | 12 | 0 | 10 | 55 | 34 | 31 | 4A | 1C |
| Octal | 173 | 147 | 22 | 0 | 20 | 125 | 64 | 61 | 112 | 34 |
| Binary | 1111011 | 1100111 | 10010 | 0 | 10000 | 1010101 | 110100 | 110001 | 1001010 | 11100 |
Color Harmonies of #7B6712
Complementary color
Monochromatic Colors of #7B6712
Black with #7B6712
Text Example
Text Example
White with #7B6712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6712; }
p { color: rgb(123,103,18); }
H1.HeaderClassName
{
color: #7B6712;
}
.AnyTagClassName
{
color: #7B6712;
}
</style>
background-color css
<style>
a { background-color: #7B6712; }
a { background-color: rgb(123,103,18); }
div.DivClassName
{
background-color: #7B6712;
}
.BgClassName
{
background-color: #7B6712;
}
</style>
border-color css
<style>
span { border-color: #7B6712; }
span { border-color: rgb(123,103,18); }
td.TdClassName
{
border-color: #7B6712;
}
.TagClassName
{
border-color: #7B6712;
}
</style>