Shades of Yukon Gold #7F6728
Tints of Yukon Gold #7F6728
RGB
CMYK
RGB Variations
Color information
#7F6728 (or 0x7F6728) is known color: Yukon Gold. HEX triplet: 7F, 67 and 28. RGB value is (127,103,40). Sum of RGB (Red+Green+Blue) = 127+103+40=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6728 is #8098D7. Grayscale: #676767. Windows color (decimal): -8427736 or 2647935. OLE color: 2647935.
HSL color Cylindrical-coordinate representation of color #7F6728: hue angle of 43.45º degrees, saturation: 0.52, 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 #7F6728 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 103 | 40 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.50 |
| HSL | 43.45º | 0.52% | 0.33% | - |
| HSV(B) | 43.45º | 0.69% | 0.5% | - |
| XYZ | 13.99 | 14.37 | 4.04 | - |
| YUV | 102.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 103 | 40 | 0 | 0.19 | 0.69 | 0.50 | 43.45 | 0.52 | 0.33 |
| Hex | 7F | 67 | 28 | 0 | 13 | 45 | 32 | 2B | 34 | 21 |
| Octal | 177 | 147 | 50 | 0 | 23 | 105 | 62 | 53 | 64 | 41 |
| Binary | 1111111 | 1100111 | 101000 | 0 | 10011 | 1000101 | 110010 | 101011 | 110100 | 100001 |
Color Harmonies of #7F6728
Complementary color
Monochromatic Colors of #7F6728
Black with #7F6728
Text Example
Text Example
White with #7F6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6728; }
p { color: rgb(127,103,40); }
H1.HeaderClassName
{
color: #7F6728;
}
.AnyTagClassName
{
color: #7F6728;
}
</style>
background-color css
<style>
a { background-color: #7F6728; }
a { background-color: rgb(127,103,40); }
div.DivClassName
{
background-color: #7F6728;
}
.BgClassName
{
background-color: #7F6728;
}
</style>
border-color css
<style>
span { border-color: #7F6728; }
span { border-color: rgb(127,103,40); }
td.TdClassName
{
border-color: #7F6728;
}
.TagClassName
{
border-color: #7F6728;
}
</style>