Shades of Yukon Gold #7A661A
Tints of Yukon Gold #7A661A
RGB
CMYK
RGB Variations
Color information
#7A661A (or 0x7A661A) is known color: Yukon Gold. HEX triplet: 7A, 66 and 1A. RGB value is (122,102,26). Sum of RGB (Red+Green+Blue) = 122+102+26=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A661A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A661A is #8599E5. Grayscale: #636363. Windows color (decimal): -8755686 or 1730170. OLE color: 1730170.
HSL color Cylindrical-coordinate representation of color #7A661A: hue angle of 47.5º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A661A is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 102 | 26 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.52 |
| HSL | 47.5º | 0.65% | 0.29% | - |
| HSV(B) | 47.5º | 0.79% | 0.48% | - |
| XYZ | 12.96 | 13.71 | 2.94 | - |
| YUV | 99.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 26 | 0 | 0.16 | 0.79 | 0.52 | 47.5 | 0.65 | 0.29 |
| Hex | 7A | 66 | 1A | 0 | 10 | 4F | 34 | 30 | 41 | 1D |
| Octal | 172 | 146 | 32 | 0 | 20 | 117 | 64 | 60 | 101 | 35 |
| Binary | 1111010 | 1100110 | 11010 | 0 | 10000 | 1001111 | 110100 | 110000 | 1000001 | 11101 |
Color Harmonies of #7A661A
Complementary color
Monochromatic Colors of #7A661A
Black with #7A661A
Text Example
Text Example
White with #7A661A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A661A; }
p { color: rgb(122,102,26); }
H1.HeaderClassName
{
color: #7A661A;
}
.AnyTagClassName
{
color: #7A661A;
}
</style>
background-color css
<style>
a { background-color: #7A661A; }
a { background-color: rgb(122,102,26); }
div.DivClassName
{
background-color: #7A661A;
}
.BgClassName
{
background-color: #7A661A;
}
</style>
border-color css
<style>
span { border-color: #7A661A; }
span { border-color: rgb(122,102,26); }
td.TdClassName
{
border-color: #7A661A;
}
.TagClassName
{
border-color: #7A661A;
}
</style>