Shades of Yukon Gold #7E672C
Tints of Yukon Gold #7E672C
RGB
CMYK
RGB Variations
Color information
#7E672C (or 0x7E672C) is known color: Yukon Gold. HEX triplet: 7E, 67 and 2C. RGB value is (126,103,44). Sum of RGB (Red+Green+Blue) = 126+103+44=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E672C is #8198D3. Grayscale: #676767. Windows color (decimal): -8493268 or 2910078. OLE color: 2910078.
HSL color Cylindrical-coordinate representation of color #7E672C: hue angle of 43.17º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E672C is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 103 | 44 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.51 |
| HSL | 43.17º | 0.48% | 0.33% | - |
| HSV(B) | 43.17º | 0.65% | 0.49% | - |
| XYZ | 13.91 | 14.32 | 4.41 | - |
| YUV | 103.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 44 | 0 | 0.18 | 0.65 | 0.51 | 43.17 | 0.48 | 0.33 |
| Hex | 7E | 67 | 2C | 0 | 12 | 41 | 33 | 2B | 30 | 21 |
| Octal | 176 | 147 | 54 | 0 | 22 | 101 | 63 | 53 | 60 | 41 |
| Binary | 1111110 | 1100111 | 101100 | 0 | 10010 | 1000001 | 110011 | 101011 | 110000 | 100001 |
Color Harmonies of #7E672C
Complementary color
Monochromatic Colors of #7E672C
Black with #7E672C
Text Example
Text Example
White with #7E672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E672C; }
p { color: rgb(126,103,44); }
H1.HeaderClassName
{
color: #7E672C;
}
.AnyTagClassName
{
color: #7E672C;
}
</style>
background-color css
<style>
a { background-color: #7E672C; }
a { background-color: rgb(126,103,44); }
div.DivClassName
{
background-color: #7E672C;
}
.BgClassName
{
background-color: #7E672C;
}
</style>
border-color css
<style>
span { border-color: #7E672C; }
span { border-color: rgb(126,103,44); }
td.TdClassName
{
border-color: #7E672C;
}
.TagClassName
{
border-color: #7E672C;
}
</style>