Shades of Yukon Gold #7A5F19
Tints of Yukon Gold #7A5F19
RGB
CMYK
RGB Variations
Color information
#7A5F19 (or 0x7A5F19) is known color: Yukon Gold. HEX triplet: 7A, 5F and 19. RGB value is (122,95,25). Sum of RGB (Red+Green+Blue) = 122+95+25=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5F19 is #85A0E6. Grayscale: #5F5F5F. Windows color (decimal): -8757479 or 1662842. OLE color: 1662842.
HSL color Cylindrical-coordinate representation of color #7A5F19: hue angle of 43.3º 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 #7A5F19 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 25 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.52 |
| HSL | 43.3º | 0.66% | 0.29% | - |
| HSV(B) | 43.3º | 0.8% | 0.48% | - |
| XYZ | 12.29 | 12.39 | 2.66 | - |
| YUV | 95.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 25 | 0 | 0.22 | 0.80 | 0.52 | 43.3 | 0.66 | 0.29 |
| Hex | 7A | 5F | 19 | 0 | 16 | 50 | 34 | 2B | 42 | 1D |
| Octal | 172 | 137 | 31 | 0 | 26 | 120 | 64 | 53 | 102 | 35 |
| Binary | 1111010 | 1011111 | 11001 | 0 | 10110 | 1010000 | 110100 | 101011 | 1000010 | 11101 |
Color Harmonies of #7A5F19
Complementary color
Monochromatic Colors of #7A5F19
Black with #7A5F19
Text Example
Text Example
White with #7A5F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F19; }
p { color: rgb(122,95,25); }
H1.HeaderClassName
{
color: #7A5F19;
}
.AnyTagClassName
{
color: #7A5F19;
}
</style>
background-color css
<style>
a { background-color: #7A5F19; }
a { background-color: rgb(122,95,25); }
div.DivClassName
{
background-color: #7A5F19;
}
.BgClassName
{
background-color: #7A5F19;
}
</style>
border-color css
<style>
span { border-color: #7A5F19; }
span { border-color: rgb(122,95,25); }
td.TdClassName
{
border-color: #7A5F19;
}
.TagClassName
{
border-color: #7A5F19;
}
</style>