Shades of Yellow Metal #786A40
Tints of Yellow Metal #786A40
RGB
CMYK
RGB Variations
Color information
#786A40 (or 0x786A40) is known color: Yellow Metal. HEX triplet: 78, 6A and 40. RGB value is (120,106,64). Sum of RGB (Red+Green+Blue) = 120+106+64=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #786A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A40 is #8795BF. Grayscale: #696969. Windows color (decimal): -8885696 or 4221560. OLE color: 4221560.
HSL color Cylindrical-coordinate representation of color #786A40: hue angle of 45º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786A40 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 64 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.53 |
| HSL | 45º | 0.3% | 0.36% | - |
| HSV(B) | 45º | 0.47% | 0.47% | - |
| XYZ | 13.83 | 14.67 | 6.95 | - |
| YUV | 105.4 | 104.64 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 64 | 0 | 0.12 | 0.47 | 0.53 | 45 | 0.3 | 0.36 |
| Hex | 78 | 6A | 40 | 0 | C | 2F | 35 | 2D | 1E | 24 |
| Octal | 170 | 152 | 100 | 0 | 14 | 57 | 65 | 55 | 36 | 44 |
| Binary | 1111000 | 1101010 | 1000000 | 0 | 1100 | 101111 | 110101 | 101101 | 11110 | 100100 |
Color Harmonies of #786A40
Complementary color
Monochromatic Colors of #786A40
Black with #786A40
Text Example
Text Example
White with #786A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A40; }
p { color: rgb(120,106,64); }
H1.HeaderClassName
{
color: #786A40;
}
.AnyTagClassName
{
color: #786A40;
}
</style>
background-color css
<style>
a { background-color: #786A40; }
a { background-color: rgb(120,106,64); }
div.DivClassName
{
background-color: #786A40;
}
.BgClassName
{
background-color: #786A40;
}
</style>
border-color css
<style>
span { border-color: #786A40; }
span { border-color: rgb(120,106,64); }
td.TdClassName
{
border-color: #786A40;
}
.TagClassName
{
border-color: #786A40;
}
</style>