Shades of Yukon Gold #7F6727
Tints of Yukon Gold #7F6727
RGB
CMYK
RGB Variations
Color information
#7F6727 (or 0x7F6727) is known color: Yukon Gold. HEX triplet: 7F, 67 and 27. RGB value is (127,103,39). Sum of RGB (Red+Green+Blue) = 127+103+39=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6727 is #8098D8. Grayscale: #676767. Windows color (decimal): -8427737 or 2582399. OLE color: 2582399.
HSL color Cylindrical-coordinate representation of color #7F6727: hue angle of 43.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F6727 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 39 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.50 |
| HSL | 43.64º | 0.53% | 0.33% | - |
| HSV(B) | 43.64º | 0.69% | 0.5% | - |
| XYZ | 13.97 | 14.36 | 3.95 | - |
| YUV | 102.88 | 91.95 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 39 | 0 | 0.19 | 0.69 | 0.50 | 43.64 | 0.53 | 0.33 |
| Hex | 7F | 67 | 27 | 0 | 13 | 45 | 32 | 2C | 35 | 21 |
| Octal | 177 | 147 | 47 | 0 | 23 | 105 | 62 | 54 | 65 | 41 |
| Binary | 1111111 | 1100111 | 100111 | 0 | 10011 | 1000101 | 110010 | 101100 | 110101 | 100001 |
Color Harmonies of #7F6727
Complementary color
Monochromatic Colors of #7F6727
Black with #7F6727
Text Example
Text Example
White with #7F6727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6727; }
p { color: rgb(127,103,39); }
H1.HeaderClassName
{
color: #7F6727;
}
.AnyTagClassName
{
color: #7F6727;
}
</style>
background-color css
<style>
a { background-color: #7F6727; }
a { background-color: rgb(127,103,39); }
div.DivClassName
{
background-color: #7F6727;
}
.BgClassName
{
background-color: #7F6727;
}
</style>
border-color css
<style>
span { border-color: #7F6727; }
span { border-color: rgb(127,103,39); }
td.TdClassName
{
border-color: #7F6727;
}
.TagClassName
{
border-color: #7F6727;
}
</style>