Shades of Yellow Metal #786343
Tints of Yellow Metal #786343
RGB
CMYK
RGB Variations
Color information
#786343 (or 0x786343) is known color: Yellow Metal. HEX triplet: 78, 63 and 43. RGB value is (120,99,67). Sum of RGB (Red+Green+Blue) = 120+99+67=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786343 is #879CBC. Grayscale: #656565. Windows color (decimal): -8887485 or 4416376. OLE color: 4416376.
HSL color Cylindrical-coordinate representation of color #786343: hue angle of 36.23º 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 #786343 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 99 | 67 | - |
| CMYK | 0 | 0.17 | 0.44 | 0.53 |
| HSL | 36.23º | 0.28% | 0.37% | - |
| HSV(B) | 36.23º | 0.44% | 0.47% | - |
| XYZ | 13.22 | 13.32 | 7.18 | - |
| YUV | 101.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 99 | 67 | 0 | 0.17 | 0.44 | 0.53 | 36.23 | 0.28 | 0.37 |
| Hex | 78 | 63 | 43 | 0 | 11 | 2C | 35 | 24 | 1C | 25 |
| Octal | 170 | 143 | 103 | 0 | 21 | 54 | 65 | 44 | 34 | 45 |
| Binary | 1111000 | 1100011 | 1000011 | 0 | 10001 | 101100 | 110101 | 100100 | 11100 | 100101 |
Color Harmonies of #786343
Complementary color
Monochromatic Colors of #786343
Black with #786343
Text Example
Text Example
White with #786343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786343; }
p { color: rgb(120,99,67); }
H1.HeaderClassName
{
color: #786343;
}
.AnyTagClassName
{
color: #786343;
}
</style>
background-color css
<style>
a { background-color: #786343; }
a { background-color: rgb(120,99,67); }
div.DivClassName
{
background-color: #786343;
}
.BgClassName
{
background-color: #786343;
}
</style>
border-color css
<style>
span { border-color: #786343; }
span { border-color: rgb(120,99,67); }
td.TdClassName
{
border-color: #786343;
}
.TagClassName
{
border-color: #786343;
}
</style>