Shades of Yellow Metal #786443
Tints of Yellow Metal #786443
RGB
CMYK
RGB Variations
Color information
#786443 (or 0x786443) is known color: Yellow Metal. HEX triplet: 78, 64 and 43. RGB value is (120,100,67). Sum of RGB (Red+Green+Blue) = 120+100+67=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 67 (26.56% from 255 or 23.34% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #786443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786443 is #879BBC. Grayscale: #666666. Windows color (decimal): -8887229 or 4416632. OLE color: 4416632.
HSL color Cylindrical-coordinate representation of color #786443: hue angle of 37.36º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #786443 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 100 | 67 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.53 |
| HSL | 37.36º | 0.28% | 0.37% | - |
| HSV(B) | 37.36º | 0.44% | 0.47% | - |
| XYZ | 13.32 | 13.51 | 7.22 | - |
| YUV | 102.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 67 | 0 | 0.17 | 0.44 | 0.53 | 37.36 | 0.28 | 0.37 |
| Hex | 78 | 64 | 43 | 0 | 11 | 2C | 35 | 25 | 1C | 25 |
| Octal | 170 | 144 | 103 | 0 | 21 | 54 | 65 | 45 | 34 | 45 |
| Binary | 1111000 | 1100100 | 1000011 | 0 | 10001 | 101100 | 110101 | 100101 | 11100 | 100101 |
Color Harmonies of #786443
Complementary color
Monochromatic Colors of #786443
Black with #786443
Text Example
Text Example
White with #786443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786443; }
p { color: rgb(120,100,67); }
H1.HeaderClassName
{
color: #786443;
}
.AnyTagClassName
{
color: #786443;
}
</style>
background-color css
<style>
a { background-color: #786443; }
a { background-color: rgb(120,100,67); }
div.DivClassName
{
background-color: #786443;
}
.BgClassName
{
background-color: #786443;
}
</style>
border-color css
<style>
span { border-color: #786443; }
span { border-color: rgb(120,100,67); }
td.TdClassName
{
border-color: #786443;
}
.TagClassName
{
border-color: #786443;
}
</style>