Shades of Yellow Metal #786841
Tints of Yellow Metal #786841
RGB
CMYK
RGB Variations
Color information
#786841 (or 0x786841) is known color: Yellow Metal. HEX triplet: 78, 68 and 41. RGB value is (120,104,65). Sum of RGB (Red+Green+Blue) = 120+104+65=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786841 is #8797BE. Grayscale: #686868. Windows color (decimal): -8886207 or 4286584. OLE color: 4286584.
HSL color Cylindrical-coordinate representation of color #786841: hue angle of 42.55º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786841 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 65 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.53 |
| HSL | 42.55º | 0.3% | 0.36% | - |
| HSV(B) | 42.55º | 0.46% | 0.47% | - |
| XYZ | 13.65 | 14.28 | 7.04 | - |
| YUV | 104.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 65 | 0 | 0.13 | 0.46 | 0.53 | 42.55 | 0.3 | 0.36 |
| Hex | 78 | 68 | 41 | 0 | D | 2E | 35 | 2B | 1E | 24 |
| Octal | 170 | 150 | 101 | 0 | 15 | 56 | 65 | 53 | 36 | 44 |
| Binary | 1111000 | 1101000 | 1000001 | 0 | 1101 | 101110 | 110101 | 101011 | 11110 | 100100 |
Color Harmonies of #786841
Complementary color
Monochromatic Colors of #786841
Black with #786841
Text Example
Text Example
White with #786841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786841; }
p { color: rgb(120,104,65); }
H1.HeaderClassName
{
color: #786841;
}
.AnyTagClassName
{
color: #786841;
}
</style>
background-color css
<style>
a { background-color: #786841; }
a { background-color: rgb(120,104,65); }
div.DivClassName
{
background-color: #786841;
}
.BgClassName
{
background-color: #786841;
}
</style>
border-color css
<style>
span { border-color: #786841; }
span { border-color: rgb(120,104,65); }
td.TdClassName
{
border-color: #786841;
}
.TagClassName
{
border-color: #786841;
}
</style>