Shades of Yellow Metal #786445
Tints of Yellow Metal #786445
RGB
CMYK
RGB Variations
Color information
#786445 (or 0x786445) is known color: Yellow Metal. HEX triplet: 78, 64 and 45. RGB value is (120,100,69). Sum of RGB (Red+Green+Blue) = 120+100+69=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786445 is #879BBA. Grayscale: #666666. Windows color (decimal): -8887227 or 4547704. OLE color: 4547704.
HSL color Cylindrical-coordinate representation of color #786445: hue angle of 36.47º 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 #786445 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 100 | 69 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.53 |
| HSL | 36.47º | 0.27% | 0.37% | - |
| HSV(B) | 36.47º | 0.43% | 0.47% | - |
| XYZ | 13.38 | 13.54 | 7.54 | - |
| YUV | 102.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 69 | 0 | 0.17 | 0.42 | 0.53 | 36.47 | 0.27 | 0.37 |
| Hex | 78 | 64 | 45 | 0 | 11 | 2A | 35 | 24 | 1B | 25 |
| Octal | 170 | 144 | 105 | 0 | 21 | 52 | 65 | 44 | 33 | 45 |
| Binary | 1111000 | 1100100 | 1000101 | 0 | 10001 | 101010 | 110101 | 100100 | 11011 | 100101 |
Color Harmonies of #786445
Complementary color
Monochromatic Colors of #786445
Black with #786445
Text Example
Text Example
White with #786445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786445; }
p { color: rgb(120,100,69); }
H1.HeaderClassName
{
color: #786445;
}
.AnyTagClassName
{
color: #786445;
}
</style>
background-color css
<style>
a { background-color: #786445; }
a { background-color: rgb(120,100,69); }
div.DivClassName
{
background-color: #786445;
}
.BgClassName
{
background-color: #786445;
}
</style>
border-color css
<style>
span { border-color: #786445; }
span { border-color: rgb(120,100,69); }
td.TdClassName
{
border-color: #786445;
}
.TagClassName
{
border-color: #786445;
}
</style>