Shades of Yellow Metal #786845
Tints of Yellow Metal #786845
RGB
CMYK
RGB Variations
Color information
#786845 (or 0x786845) is known color: Yellow Metal. HEX triplet: 78, 68 and 45. RGB value is (120,104,69). Sum of RGB (Red+Green+Blue) = 120+104+69=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #786845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786845 is #8797BA. Grayscale: #686868. Windows color (decimal): -8886203 or 4548728. OLE color: 4548728.
HSL color Cylindrical-coordinate representation of color #786845: hue angle of 41.18º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #786845 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 104 | 69 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.53 |
| HSL | 41.18º | 0.27% | 0.37% | - |
| HSV(B) | 41.18º | 0.43% | 0.47% | - |
| XYZ | 13.77 | 14.32 | 7.67 | - |
| YUV | 104.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 69 | 0 | 0.13 | 0.42 | 0.53 | 41.18 | 0.27 | 0.37 |
| Hex | 78 | 68 | 45 | 0 | D | 2A | 35 | 29 | 1B | 25 |
| Octal | 170 | 150 | 105 | 0 | 15 | 52 | 65 | 51 | 33 | 45 |
| Binary | 1111000 | 1101000 | 1000101 | 0 | 1101 | 101010 | 110101 | 101001 | 11011 | 100101 |
Color Harmonies of #786845
Complementary color
Monochromatic Colors of #786845
Black with #786845
Text Example
Text Example
White with #786845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786845; }
p { color: rgb(120,104,69); }
H1.HeaderClassName
{
color: #786845;
}
.AnyTagClassName
{
color: #786845;
}
</style>
background-color css
<style>
a { background-color: #786845; }
a { background-color: rgb(120,104,69); }
div.DivClassName
{
background-color: #786845;
}
.BgClassName
{
background-color: #786845;
}
</style>
border-color css
<style>
span { border-color: #786845; }
span { border-color: rgb(120,104,69); }
td.TdClassName
{
border-color: #786845;
}
.TagClassName
{
border-color: #786845;
}
</style>