Shades of Yellow Metal #786944
Tints of Yellow Metal #786944
RGB
CMYK
RGB Variations
Color information
#786944 (or 0x786944) is known color: Yellow Metal. HEX triplet: 78, 69 and 44. RGB value is (120,105,68). Sum of RGB (Red+Green+Blue) = 120+105+68=293 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.96% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 120 - color contains mainly: red. Hex color #786944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786944 is #8796BB. Grayscale: #696969. Windows color (decimal): -8885948 or 4483448. OLE color: 4483448.
HSL color Cylindrical-coordinate representation of color #786944: hue angle of 42.69º degrees, saturation: 0.28, 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 #786944 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 105 | 68 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.53 |
| HSL | 42.69º | 0.28% | 0.37% | - |
| HSV(B) | 42.69º | 0.43% | 0.47% | - |
| XYZ | 13.84 | 14.51 | 7.54 | - |
| YUV | 105.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 105 | 68 | 0 | 0.13 | 0.43 | 0.53 | 42.69 | 0.28 | 0.37 |
| Hex | 78 | 69 | 44 | 0 | D | 2B | 35 | 2B | 1C | 25 |
| Octal | 170 | 151 | 104 | 0 | 15 | 53 | 65 | 53 | 34 | 45 |
| Binary | 1111000 | 1101001 | 1000100 | 0 | 1101 | 101011 | 110101 | 101011 | 11100 | 100101 |
Color Harmonies of #786944
Complementary color
Monochromatic Colors of #786944
Black with #786944
Text Example
Text Example
White with #786944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786944; }
p { color: rgb(120,105,68); }
H1.HeaderClassName
{
color: #786944;
}
.AnyTagClassName
{
color: #786944;
}
</style>
background-color css
<style>
a { background-color: #786944; }
a { background-color: rgb(120,105,68); }
div.DivClassName
{
background-color: #786944;
}
.BgClassName
{
background-color: #786944;
}
</style>
border-color css
<style>
span { border-color: #786944; }
span { border-color: rgb(120,105,68); }
td.TdClassName
{
border-color: #786944;
}
.TagClassName
{
border-color: #786944;
}
</style>