Shades of Yukon Gold #7B5F0D
Tints of Yukon Gold #7B5F0D
RGB
CMYK
RGB Variations
Color information
#7B5F0D (or 0x7B5F0D) is known color: Yukon Gold. HEX triplet: 7B, 5F and 0D. RGB value is (123,95,13). Sum of RGB (Red+Green+Blue) = 123+95+13=231 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.25% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7B5F0D is #84A0F2. Grayscale: #5E5E5E. Windows color (decimal): -8691955 or 876411. OLE color: 876411.
HSL color Cylindrical-coordinate representation of color #7B5F0D: hue angle of 44.73º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B5F0D is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 95 | 13 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.52 |
| HSL | 44.73º | 0.81% | 0.27% | - |
| HSV(B) | 44.73º | 0.89% | 0.48% | - |
| XYZ | 12.33 | 12.42 | 2.13 | - |
| YUV | 94.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 95 | 13 | 0 | 0.23 | 0.89 | 0.52 | 44.73 | 0.81 | 0.27 |
| Hex | 7B | 5F | D | 0 | 17 | 59 | 34 | 2D | 51 | 1B |
| Octal | 173 | 137 | 15 | 0 | 27 | 131 | 64 | 55 | 121 | 33 |
| Binary | 1111011 | 1011111 | 1101 | 0 | 10111 | 1011001 | 110100 | 101101 | 1010001 | 11011 |
Color Harmonies of #7B5F0D
Complementary color
Monochromatic Colors of #7B5F0D
Black with #7B5F0D
Text Example
Text Example
White with #7B5F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5F0D; }
p { color: rgb(123,95,13); }
H1.HeaderClassName
{
color: #7B5F0D;
}
.AnyTagClassName
{
color: #7B5F0D;
}
</style>
background-color css
<style>
a { background-color: #7B5F0D; }
a { background-color: rgb(123,95,13); }
div.DivClassName
{
background-color: #7B5F0D;
}
.BgClassName
{
background-color: #7B5F0D;
}
</style>
border-color css
<style>
span { border-color: #7B5F0D; }
span { border-color: rgb(123,95,13); }
td.TdClassName
{
border-color: #7B5F0D;
}
.TagClassName
{
border-color: #7B5F0D;
}
</style>