Shades of Yukon Gold #8A761F
Tints of Yukon Gold #8A761F
RGB
CMYK
RGB Variations
Color information
#8A761F (or 0x8A761F) is known color: Yukon Gold. HEX triplet: 8A, 76 and 1F. RGB value is (138,118,31). Sum of RGB (Red+Green+Blue) = 138+118+31=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A761F is #7589E0. Grayscale: #727272. Windows color (decimal): -7703009 or 2061962. OLE color: 2061962.
HSL color Cylindrical-coordinate representation of color #8A761F: hue angle of 48.79º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A761F is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 118 | 31 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.46 |
| HSL | 48.79º | 0.63% | 0.33% | - |
| HSV(B) | 48.79º | 0.78% | 0.54% | - |
| XYZ | 17.21 | 18.46 | 3.95 | - |
| YUV | 114.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 31 | 0 | 0.14 | 0.78 | 0.46 | 48.79 | 0.63 | 0.33 |
| Hex | 8A | 76 | 1F | 0 | E | 4E | 2E | 31 | 3F | 21 |
| Octal | 212 | 166 | 37 | 0 | 16 | 116 | 56 | 61 | 77 | 41 |
| Binary | 10001010 | 1110110 | 11111 | 0 | 1110 | 1001110 | 101110 | 110001 | 111111 | 100001 |
Color Harmonies of #8A761F
Complementary color
Monochromatic Colors of #8A761F
Black with #8A761F
Text Example
Text Example
White with #8A761F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A761F; }
p { color: rgb(138,118,31); }
H1.HeaderClassName
{
color: #8A761F;
}
.AnyTagClassName
{
color: #8A761F;
}
</style>
background-color css
<style>
a { background-color: #8A761F; }
a { background-color: rgb(138,118,31); }
div.DivClassName
{
background-color: #8A761F;
}
.BgClassName
{
background-color: #8A761F;
}
</style>
border-color css
<style>
span { border-color: #8A761F; }
span { border-color: rgb(138,118,31); }
td.TdClassName
{
border-color: #8A761F;
}
.TagClassName
{
border-color: #8A761F;
}
</style>