Shades of Yukon Gold #7E6722
Tints of Yukon Gold #7E6722
RGB
CMYK
RGB Variations
Color information
#7E6722 (or 0x7E6722) is known color: Yukon Gold. HEX triplet: 7E, 67 and 22. RGB value is (126,103,34). Sum of RGB (Red+Green+Blue) = 126+103+34=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6722 is #8198DD. Grayscale: #666666. Windows color (decimal): -8493278 or 2254718. OLE color: 2254718.
HSL color Cylindrical-coordinate representation of color #7E6722: hue angle of 45º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E6722 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 34 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.51 |
| HSL | 45º | 0.58% | 0.31% | - |
| HSV(B) | 45º | 0.73% | 0.49% | - |
| XYZ | 13.74 | 14.25 | 3.54 | - |
| YUV | 102.01 | 89.62 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 34 | 0 | 0.18 | 0.73 | 0.51 | 45 | 0.58 | 0.31 |
| Hex | 7E | 67 | 22 | 0 | 12 | 49 | 33 | 2D | 3A | 1F |
| Octal | 176 | 147 | 42 | 0 | 22 | 111 | 63 | 55 | 72 | 37 |
| Binary | 1111110 | 1100111 | 100010 | 0 | 10010 | 1001001 | 110011 | 101101 | 111010 | 11111 |
Color Harmonies of #7E6722
Complementary color
Monochromatic Colors of #7E6722
Black with #7E6722
Text Example
Text Example
White with #7E6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6722; }
p { color: rgb(126,103,34); }
H1.HeaderClassName
{
color: #7E6722;
}
.AnyTagClassName
{
color: #7E6722;
}
</style>
background-color css
<style>
a { background-color: #7E6722; }
a { background-color: rgb(126,103,34); }
div.DivClassName
{
background-color: #7E6722;
}
.BgClassName
{
background-color: #7E6722;
}
</style>
border-color css
<style>
span { border-color: #7E6722; }
span { border-color: rgb(126,103,34); }
td.TdClassName
{
border-color: #7E6722;
}
.TagClassName
{
border-color: #7E6722;
}
</style>