Shades of Yellow Metal #786840
Tints of Yellow Metal #786840
RGB
CMYK
RGB Variations
Color information
#786840 (or 0x786840) is known color: Yellow Metal. HEX triplet: 78, 68 and 40. RGB value is (120,104,64). Sum of RGB (Red+Green+Blue) = 120+104+64=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #786840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786840 is #8797BF. Grayscale: #686868. Windows color (decimal): -8886208 or 4221048. OLE color: 4221048.
HSL color Cylindrical-coordinate representation of color #786840: hue angle of 42.86º 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 #786840 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 64 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.53 |
| HSL | 42.86º | 0.3% | 0.36% | - |
| HSV(B) | 42.86º | 0.47% | 0.47% | - |
| XYZ | 13.62 | 14.26 | 6.89 | - |
| YUV | 104.22 | 105.3 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 64 | 0 | 0.13 | 0.47 | 0.53 | 42.86 | 0.3 | 0.36 |
| Hex | 78 | 68 | 40 | 0 | D | 2F | 35 | 2B | 1E | 24 |
| Octal | 170 | 150 | 100 | 0 | 15 | 57 | 65 | 53 | 36 | 44 |
| Binary | 1111000 | 1101000 | 1000000 | 0 | 1101 | 101111 | 110101 | 101011 | 11110 | 100100 |
Color Harmonies of #786840
Complementary color
Monochromatic Colors of #786840
Black with #786840
Text Example
Text Example
White with #786840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786840; }
p { color: rgb(120,104,64); }
H1.HeaderClassName
{
color: #786840;
}
.AnyTagClassName
{
color: #786840;
}
</style>
background-color css
<style>
a { background-color: #786840; }
a { background-color: rgb(120,104,64); }
div.DivClassName
{
background-color: #786840;
}
.BgClassName
{
background-color: #786840;
}
</style>
border-color css
<style>
span { border-color: #786840; }
span { border-color: rgb(120,104,64); }
td.TdClassName
{
border-color: #786840;
}
.TagClassName
{
border-color: #786840;
}
</style>