Shades of Yukon Gold #7B6714
Tints of Yukon Gold #7B6714
RGB
CMYK
RGB Variations
Color information
#7B6714 (or 0x7B6714) is known color: Yukon Gold. HEX triplet: 7B, 67 and 14. RGB value is (123,103,20). Sum of RGB (Red+Green+Blue) = 123+103+20=246 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6714 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6714 is #8498EB. Grayscale: #636363. Windows color (decimal): -8689900 or 1337211. OLE color: 1337211.
HSL color Cylindrical-coordinate representation of color #7B6714: hue angle of 48.35º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B6714 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 103 | 20 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.52 |
| HSL | 48.35º | 0.72% | 0.28% | - |
| HSV(B) | 48.35º | 0.84% | 0.48% | - |
| XYZ | 13.14 | 13.96 | 2.66 | - |
| YUV | 99.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 103 | 20 | 0 | 0.16 | 0.84 | 0.52 | 48.35 | 0.72 | 0.28 |
| Hex | 7B | 67 | 14 | 0 | 10 | 54 | 34 | 30 | 48 | 1C |
| Octal | 173 | 147 | 24 | 0 | 20 | 124 | 64 | 60 | 110 | 34 |
| Binary | 1111011 | 1100111 | 10100 | 0 | 10000 | 1010100 | 110100 | 110000 | 1001000 | 11100 |
Color Harmonies of #7B6714
Complementary color
Monochromatic Colors of #7B6714
Black with #7B6714
Text Example
Text Example
White with #7B6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6714; }
p { color: rgb(123,103,20); }
H1.HeaderClassName
{
color: #7B6714;
}
.AnyTagClassName
{
color: #7B6714;
}
</style>
background-color css
<style>
a { background-color: #7B6714; }
a { background-color: rgb(123,103,20); }
div.DivClassName
{
background-color: #7B6714;
}
.BgClassName
{
background-color: #7B6714;
}
</style>
border-color css
<style>
span { border-color: #7B6714; }
span { border-color: rgb(123,103,20); }
td.TdClassName
{
border-color: #7B6714;
}
.TagClassName
{
border-color: #7B6714;
}
</style>