Shades of Yellow Metal #786A3C
Tints of Yellow Metal #786A3C
RGB
CMYK
RGB Variations
Color information
#786A3C (or 0x786A3C) is known color: Yellow Metal. HEX triplet: 78, 6A and 3C. RGB value is (120,106,60). Sum of RGB (Red+Green+Blue) = 120+106+60=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786A3C is #8795C3. Grayscale: #696969. Windows color (decimal): -8885700 or 3959416. OLE color: 3959416.
HSL color Cylindrical-coordinate representation of color #786A3C: hue angle of 46º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #786A3C is Cyan = 0, Magento = 0.12, Yellow = 0.5 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 106 | 60 | - |
| CMYK | 0 | 0.12 | 0.5 | 0.53 |
| HSL | 46º | 0.33% | 0.35% | - |
| HSV(B) | 46º | 0.5% | 0.47% | - |
| XYZ | 13.72 | 14.63 | 6.38 | - |
| YUV | 104.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 106 | 60 | 0 | 0.12 | 0.5 | 0.53 | 46 | 0.33 | 0.35 |
| Hex | 78 | 6A | 3C | 0 | C | 32 | 35 | 2E | 21 | 23 |
| Octal | 170 | 152 | 74 | 0 | 14 | 62 | 65 | 56 | 41 | 43 |
| Binary | 1111000 | 1101010 | 111100 | 0 | 1100 | 110010 | 110101 | 101110 | 100001 | 100011 |
Color Harmonies of #786A3C
Complementary color
Monochromatic Colors of #786A3C
Black with #786A3C
Text Example
Text Example
White with #786A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786A3C; }
p { color: rgb(120,106,60); }
H1.HeaderClassName
{
color: #786A3C;
}
.AnyTagClassName
{
color: #786A3C;
}
</style>
background-color css
<style>
a { background-color: #786A3C; }
a { background-color: rgb(120,106,60); }
div.DivClassName
{
background-color: #786A3C;
}
.BgClassName
{
background-color: #786A3C;
}
</style>
border-color css
<style>
span { border-color: #786A3C; }
span { border-color: rgb(120,106,60); }
td.TdClassName
{
border-color: #786A3C;
}
.TagClassName
{
border-color: #786A3C;
}
</style>