Shades of Yukon Gold #7B6008
Tints of Yukon Gold #7B6008
RGB
CMYK
RGB Variations
Color information
#7B6008 (or 0x7B6008) is known color: Yukon Gold. HEX triplet: 7B, 60 and 08. RGB value is (123,96,8). Sum of RGB (Red+Green+Blue) = 123+96+8=227 (30% of max value = 765). Red value is 123 (48.44% from 255 or 54.19% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B6008 is #849FF7. Grayscale: #5E5E5E. Windows color (decimal): -8691704 or 548987. OLE color: 548987.
HSL color Cylindrical-coordinate representation of color #7B6008: hue angle of 45.91º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B6008 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 8 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.52 |
| HSL | 45.91º | 0.88% | 0.26% | - |
| HSV(B) | 45.91º | 0.93% | 0.48% | - |
| XYZ | 12.4 | 12.59 | 2.01 | - |
| YUV | 94.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 8 | 0 | 0.22 | 0.93 | 0.52 | 45.91 | 0.88 | 0.26 |
| Hex | 7B | 60 | 8 | 0 | 16 | 5D | 34 | 2E | 58 | 1A |
| Octal | 173 | 140 | 10 | 0 | 26 | 135 | 64 | 56 | 130 | 32 |
| Binary | 1111011 | 1100000 | 1000 | 0 | 10110 | 1011101 | 110100 | 101110 | 1011000 | 11010 |
Color Harmonies of #7B6008
Complementary color
Monochromatic Colors of #7B6008
Black with #7B6008
Text Example
Text Example
White with #7B6008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6008; }
p { color: rgb(123,96,8); }
H1.HeaderClassName
{
color: #7B6008;
}
.AnyTagClassName
{
color: #7B6008;
}
</style>
background-color css
<style>
a { background-color: #7B6008; }
a { background-color: rgb(123,96,8); }
div.DivClassName
{
background-color: #7B6008;
}
.BgClassName
{
background-color: #7B6008;
}
</style>
border-color css
<style>
span { border-color: #7B6008; }
span { border-color: rgb(123,96,8); }
td.TdClassName
{
border-color: #7B6008;
}
.TagClassName
{
border-color: #7B6008;
}
</style>