Shades of Yukon Gold #785F0F
Tints of Yukon Gold #785F0F
RGB
CMYK
RGB Variations
Color information
#785F0F (or 0x785F0F) is known color: Yukon Gold. HEX triplet: 78, 5F and 0F. RGB value is (120,95,15). Sum of RGB (Red+Green+Blue) = 120+95+15=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 95 (37.5% from 255 or 41.30% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #785F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F0F is #87A0F0. Grayscale: #5D5D5D. Windows color (decimal): -8888561 or 1007480. OLE color: 1007480.
HSL color Cylindrical-coordinate representation of color #785F0F: hue angle of 45.71º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #785F0F is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 95 | 15 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.53 |
| HSL | 45.71º | 0.78% | 0.26% | - |
| HSV(B) | 45.71º | 0.88% | 0.47% | - |
| XYZ | 11.92 | 12.21 | 2.18 | - |
| YUV | 93.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 15 | 0 | 0.21 | 0.87 | 0.53 | 45.71 | 0.78 | 0.26 |
| Hex | 78 | 5F | F | 0 | 15 | 57 | 35 | 2E | 4E | 1A |
| Octal | 170 | 137 | 17 | 0 | 25 | 127 | 65 | 56 | 116 | 32 |
| Binary | 1111000 | 1011111 | 1111 | 0 | 10101 | 1010111 | 110101 | 101110 | 1001110 | 11010 |
Color Harmonies of #785F0F
Complementary color
Monochromatic Colors of #785F0F
Black with #785F0F
Text Example
Text Example
White with #785F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F0F; }
p { color: rgb(120,95,15); }
H1.HeaderClassName
{
color: #785F0F;
}
.AnyTagClassName
{
color: #785F0F;
}
</style>
background-color css
<style>
a { background-color: #785F0F; }
a { background-color: rgb(120,95,15); }
div.DivClassName
{
background-color: #785F0F;
}
.BgClassName
{
background-color: #785F0F;
}
</style>
border-color css
<style>
span { border-color: #785F0F; }
span { border-color: rgb(120,95,15); }
td.TdClassName
{
border-color: #785F0F;
}
.TagClassName
{
border-color: #785F0F;
}
</style>