Shades of Yukon Gold #7A5E19
Tints of Yukon Gold #7A5E19
RGB
CMYK
RGB Variations
Color information
#7A5E19 (or 0x7A5E19) is known color: Yukon Gold. HEX triplet: 7A, 5E and 19. RGB value is (122,94,25). Sum of RGB (Red+Green+Blue) = 122+94+25=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5E19 is #85A1E6. Grayscale: #5E5E5E. Windows color (decimal): -8757735 or 1662586. OLE color: 1662586.
HSL color Cylindrical-coordinate representation of color #7A5E19: hue angle of 42.68º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A5E19 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 94 | 25 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.52 |
| HSL | 42.68º | 0.66% | 0.29% | - |
| HSV(B) | 42.68º | 0.8% | 0.48% | - |
| XYZ | 12.2 | 12.21 | 2.63 | - |
| YUV | 94.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 25 | 0 | 0.23 | 0.80 | 0.52 | 42.68 | 0.66 | 0.29 |
| Hex | 7A | 5E | 19 | 0 | 17 | 50 | 34 | 2B | 42 | 1D |
| Octal | 172 | 136 | 31 | 0 | 27 | 120 | 64 | 53 | 102 | 35 |
| Binary | 1111010 | 1011110 | 11001 | 0 | 10111 | 1010000 | 110100 | 101011 | 1000010 | 11101 |
Color Harmonies of #7A5E19
Complementary color
Monochromatic Colors of #7A5E19
Black with #7A5E19
Text Example
Text Example
White with #7A5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5E19; }
p { color: rgb(122,94,25); }
H1.HeaderClassName
{
color: #7A5E19;
}
.AnyTagClassName
{
color: #7A5E19;
}
</style>
background-color css
<style>
a { background-color: #7A5E19; }
a { background-color: rgb(122,94,25); }
div.DivClassName
{
background-color: #7A5E19;
}
.BgClassName
{
background-color: #7A5E19;
}
</style>
border-color css
<style>
span { border-color: #7A5E19; }
span { border-color: rgb(122,94,25); }
td.TdClassName
{
border-color: #7A5E19;
}
.TagClassName
{
border-color: #7A5E19;
}
</style>