Shades of Yukon Gold #7A6727
Tints of Yukon Gold #7A6727
RGB
CMYK
RGB Variations
Color information
#7A6727 (or 0x7A6727) is known color: Yukon Gold. HEX triplet: 7A, 67 and 27. RGB value is (122,103,39). Sum of RGB (Red+Green+Blue) = 122+103+39=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6727 is #8598D8. Grayscale: #656565. Windows color (decimal): -8755417 or 2582394. OLE color: 2582394.
HSL color Cylindrical-coordinate representation of color #7A6727: hue angle of 46.27º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A6727 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 103 | 39 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.52 |
| HSL | 46.27º | 0.52% | 0.32% | - |
| HSV(B) | 46.27º | 0.68% | 0.48% | - |
| XYZ | 13.24 | 13.98 | 3.92 | - |
| YUV | 101.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 103 | 39 | 0 | 0.16 | 0.68 | 0.52 | 46.27 | 0.52 | 0.32 |
| Hex | 7A | 67 | 27 | 0 | 10 | 44 | 34 | 2E | 34 | 20 |
| Octal | 172 | 147 | 47 | 0 | 20 | 104 | 64 | 56 | 64 | 40 |
| Binary | 1111010 | 1100111 | 100111 | 0 | 10000 | 1000100 | 110100 | 101110 | 110100 | 100000 |
Color Harmonies of #7A6727
Complementary color
Monochromatic Colors of #7A6727
Black with #7A6727
Text Example
Text Example
White with #7A6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6727; }
p { color: rgb(122,103,39); }
H1.HeaderClassName
{
color: #7A6727;
}
.AnyTagClassName
{
color: #7A6727;
}
</style>
background-color css
<style>
a { background-color: #7A6727; }
a { background-color: rgb(122,103,39); }
div.DivClassName
{
background-color: #7A6727;
}
.BgClassName
{
background-color: #7A6727;
}
</style>
border-color css
<style>
span { border-color: #7A6727; }
span { border-color: rgb(122,103,39); }
td.TdClassName
{
border-color: #7A6727;
}
.TagClassName
{
border-color: #7A6727;
}
</style>