Shades of Yellow Metal #786637
Tints of Yellow Metal #786637
RGB
CMYK
RGB Variations
Color information
#786637 (or 0x786637) is known color: Yellow Metal. HEX triplet: 78, 66 and 37. RGB value is (120,102,55). Sum of RGB (Red+Green+Blue) = 120+102+55=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 120 - color contains mainly: red. Hex color #786637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786637 is #8799C8. Grayscale: #666666. Windows color (decimal): -8886729 or 3630712. OLE color: 3630712.
HSL color Cylindrical-coordinate representation of color #786637: hue angle of 43.38º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #786637 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 102 | 55 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.53 |
| HSL | 43.38º | 0.37% | 0.34% | - |
| HSV(B) | 43.38º | 0.54% | 0.47% | - |
| XYZ | 13.19 | 13.77 | 5.58 | - |
| YUV | 102.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 102 | 55 | 0 | 0.15 | 0.54 | 0.53 | 43.38 | 0.37 | 0.34 |
| Hex | 78 | 66 | 37 | 0 | F | 36 | 35 | 2B | 25 | 22 |
| Octal | 170 | 146 | 67 | 0 | 17 | 66 | 65 | 53 | 45 | 42 |
| Binary | 1111000 | 1100110 | 110111 | 0 | 1111 | 110110 | 110101 | 101011 | 100101 | 100010 |
Color Harmonies of #786637
Complementary color
Monochromatic Colors of #786637
Black with #786637
Text Example
Text Example
White with #786637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786637; }
p { color: rgb(120,102,55); }
H1.HeaderClassName
{
color: #786637;
}
.AnyTagClassName
{
color: #786637;
}
</style>
background-color css
<style>
a { background-color: #786637; }
a { background-color: rgb(120,102,55); }
div.DivClassName
{
background-color: #786637;
}
.BgClassName
{
background-color: #786637;
}
</style>
border-color css
<style>
span { border-color: #786637; }
span { border-color: rgb(120,102,55); }
td.TdClassName
{
border-color: #786637;
}
.TagClassName
{
border-color: #786637;
}
</style>